Whamcloud - gitweb
Clarify the debugfs man page regarding the default superblock
authorTheodore Ts'o <tytso@mit.edu>
Wed, 18 Jun 2008 01:55:38 +0000 (21:55 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 18 Jun 2008 01:57:24 +0000 (21:57 -0400)
Addresses-Debian-Bug: #486463

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
debugfs/debugfs.8.in

index 81b411e..bcec1d0 100644 (file)
@@ -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