diff mbox series

[3/6] chattr.1: add casefold attribute to mode string

Message ID 20191118014852.390686-4-ebiggers@kernel.org
State Accepted, archived
Headers show
Series chattr.1 updates | expand

Commit Message

Eric Biggers Nov. 18, 2019, 1:48 a.m. UTC
From: Eric Biggers <ebiggers@google.com>

When the casefold attribute ('F') was added to the chattr man page, it
was forgotten to add it to the mode string.  Add it.

Signed-off-by: Eric Biggers <ebiggers@google.com>
---
 misc/chattr.1.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/misc/chattr.1.in b/misc/chattr.1.in
index 18b316e3..1baacf17 100644
--- a/misc/chattr.1.in
+++ b/misc/chattr.1.in
@@ -23,7 +23,7 @@  chattr \- change file attributes on a Linux file system
 .B chattr
 changes the file attributes on a Linux file system.
 .PP
-The format of a symbolic mode is +-=[aAcCdDeijPsStTu].
+The format of a symbolic mode is +-=[aAcCdDeFijPsStTu].
 .PP
 The operator '+' causes the selected attributes to be added to the
 existing attributes of the files; '-' causes them to be removed; and '='