From 6e587046805ecb3e0aa6257776db6ab62a157912 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sun, 17 Nov 2019 17:48:49 -0800 Subject: [PATCH] chattr.1: add casefold attribute to mode string 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 Signed-off-by: Theodore Ts'o --- misc/chattr.1.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/chattr.1.in b/misc/chattr.1.in index 18b316e..1baacf1 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 '=' -- 1.8.3.1