From: Theodore Ts'o Date: Sat, 4 Jun 2016 03:37:28 +0000 (-0400) Subject: debugfs: clarify man page for the -b and -s options X-Git-Tag: v1.43.1~16 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=edc7b0988ababf0e8f2c86281fc4d14503460eba;p=tools%2Fe2fsprogs.git debugfs: clarify man page for the -b and -s options Addresses-Debian-Bug: #766379 Signed-off-by: Theodore Ts'o --- diff --git a/debugfs/debugfs.8.in b/debugfs/debugfs.8.in index 7c7cdcc..e85034a 100644 --- a/debugfs/debugfs.8.in +++ b/debugfs/debugfs.8.in @@ -94,8 +94,10 @@ should be used when reading blocks not found in the ext2 image file. This includes data, directory, and indirect blocks. .TP .I -b blocksize -Forces the use of the given block size for the file system, rather than -detecting the correct block size as normal. +Forces the use of the given block size (in bytes) for the file system, +rather than detecting the correct block size automatically. (This +option is rarely needed; it is used primarily when the file system is +extremely badly damaged/corrupted.) .TP .I -s superblock Causes the file system superblock to be read from the given block @@ -104,7 +106,9 @@ number, instead of using the primary superblock (located at an offset of .I -s option, you must also provide the blocksize of the filesystem via the .I -b -option. +option. (This +option is rarely needed; it is used primarily when the file system is +extremely badly damaged/corrupted.) .TP .I -f cmd_file Causes