From 054cd1f61ebffecc5456b362d7e334b9bab7a405 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Tue, 17 Jun 2008 21:55:38 -0400 Subject: [PATCH] Clarify the debugfs man page regarding the default superblock Addresses-Debian-Bug: #486463 Signed-off-by: "Theodore Ts'o" --- debugfs/debugfs.8.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 -- 1.8.3.1