From: Theodore Ts'o Date: Wed, 15 Aug 2001 23:06:55 +0000 (-0400) Subject: fsck.8.in: Fixed error in synopsis of the man page. X-Git-Tag: E2FSPROGS-1_23~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d349cce2dc1df9c76cb2f842e3cf187b47cae9a;p=thirdparty%2Fe2fsprogs.git fsck.8.in: Fixed error in synopsis of the man page. --- diff --git a/misc/ChangeLog b/misc/ChangeLog index a7e5c1cf8..df87e841f 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,5 +1,7 @@ 2001-08-15 Theodore Tso + * fsck.8.in: Fixed error in synopsis of the man page. + * fsck.c (check_all): Don't bother to interpret a device where the pass number is zero. (Addresses Debian bug #106696.) (main): Print a warning message if there are no devices to diff --git a/misc/fsck.8.in b/misc/fsck.8.in index e9903bd16..51e5f52e4 100644 --- a/misc/fsck.8.in +++ b/misc/fsck.8.in @@ -13,10 +13,11 @@ fsck \- check and repair a Linux file system [ .B \-t .I fstype -] [\-\-] [ +] +.I filesys [ ... ] +[\-\-] [ .B fsck-options ] -.I filesys [ ... ] .SH DESCRIPTION .B fsck is used to check and optionally repair a one or more Linux file systems.