From: Theodore Ts'o Date: Wed, 18 Jun 2008 01:55:38 +0000 (-0400) Subject: Clarify the debugfs man page regarding the default superblock X-Git-Tag: v1.40.11~1 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=054cd1f61ebffecc5456b362d7e334b9bab7a405;p=tools%2Fe2fsprogs.git Clarify the debugfs man page regarding the default superblock Addresses-Debian-Bug: #486463 Signed-off-by: "Theodore Ts'o" --- diff --git a/debugfs/debugfs.8.in b/debugfs/debugfs.8.in index 81b411e..bcec1d0 100644 --- a/debugfs/debugfs.8.in +++ b/debugfs/debugfs.8.in @@ -90,10 +90,11 @@ Forces the use of the given block size for the file system, rather than detecting the correct block size as normal. .TP .I -s superblock -Causes the file system superblock to be read from the given block number, -rather than the default (1). If you give a +Causes the file system superblock to be read from the given block +number, instead of using the primary superblock (located at an offset of +1024 bytes from the beginning of the filesystem). If you specify the .I -s -option, you must also give a +option, you must also provide the blocksize of the filesystem via the .I -b option. .TP