From 7de6577cd93041742fad3da0046978793ebb978f Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Tue, 30 Apr 2002 20:22:32 -0400 Subject: [PATCH] Fix typo in man page. --- misc/ChangeLog | 4 ++++ misc/fsck.8.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/misc/ChangeLog b/misc/ChangeLog index fb4ac5f..3feabce 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,3 +1,7 @@ +2002-04-30 + + * fsck.8.in: Fix typo in man page. + 2002-03-08 Theodore Tso * Release of E2fsprogs 1.27 diff --git a/misc/fsck.8.in b/misc/fsck.8.in index f97f545..fb20521 100644 --- a/misc/fsck.8.in +++ b/misc/fsck.8.in @@ -171,7 +171,7 @@ Filesystems with a .I fs_passno value of 0 are skipped and are not checked at all. Filesystems with a .I fs_passno -value of greater than zero will be checked in order, with filesystems +value of greater than zero will be checked in order, with filesystems with the lowest .I fs_passno number being checked first. -- 1.8.3.1