From cc4f6884bffbcef5085e9b3720c5131dc41c7062 Mon Sep 17 00:00:00 2001 From: Gabriel Krisman Bertazi Date: Thu, 17 Dec 2020 18:35:43 +0100 Subject: [PATCH] e2fsck.8.in: document check_encoding extended option Signed-off-by: Gabriel Krisman Bertazi Signed-off-by: Arnaud Ferraris Signed-off-by: Theodore Ts'o --- e2fsck/e2fsck.8.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/e2fsck/e2fsck.8.in b/e2fsck/e2fsck.8.in index 4e3890b..019a34e 100644 --- a/e2fsck/e2fsck.8.in +++ b/e2fsck/e2fsck.8.in @@ -267,6 +267,10 @@ Only fix damaged metadata; do not optimize htree directories or compress extent trees. This option is incompatible with the -D and -E bmap2extent options. .TP +.BI check_encoding +Force verification of encoded filenames in case-insensitive directories. +This is the default mode if the filesystem has the strict flag enabled. +.TP .BI unshare_blocks If the filesystem has shared blocks, with the shared blocks read-only feature enabled, then this will unshare all shared blocks and unset the read-only -- 1.8.3.1