]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
debugfs.8, e2fsck.8: clarify man pages these programs can operate on files
authorTheodore Ts'o <tytso@mit.edu>
Fri, 3 Jun 2016 03:26:57 +0000 (23:26 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 3 Jun 2016 03:29:12 +0000 (23:29 -0400)
Addresses-Debian-Bug: #766127

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

index 662cc9aae8352253b696563c90153b4bc0229f4e..7c7cdcc9685cf0d82b881dd933a52e88b7950ff1 100644 (file)
@@ -42,10 +42,9 @@ The
 .B debugfs
 program is an interactive file system debugger. It can be used to
 examine and change the state of an ext2, ext3, or ext4 file system.
-.br
+.PP
 .I device
-is the special file corresponding to the device containing the
-file system (e.g /dev/hdXX).
+is a block device (e.g., /dev/sdXX) or a file containing the file system.
 .SH OPTIONS
 .TP
 .I \-w
index cf75bd6969b991f3e362f366f4cb7038705d9a4b..915273d87bb7f2ac3433eb12b9ce69bda00284a7 100644 (file)
@@ -51,8 +51,9 @@ will normally replay the journal and exit, unless its superblock
 indicates that further checking is required.
 .PP
 .I device
-is the device file where the filesystem is stored (e.g.
-.IR /dev/hdc1 ).
+is a block device (e.g., 
+.IR /dev/sdc1 )
+or file containing the file system.
 .PP
 Note that in general it is not safe to run
 .B e2fsck