From 1d349cce2dc1df9c76cb2f842e3cf187b47cae9a Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Wed, 15 Aug 2001 19:06:55 -0400 Subject: [PATCH] fsck.8.in: Fixed error in synopsis of the man page. --- misc/ChangeLog | 2 ++ misc/fsck.8.in | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/misc/ChangeLog b/misc/ChangeLog index a7e5c1c..df87e84 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 e9903bd..51e5f52 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. -- 1.8.3.1