From 19445ef9702720ad6e4d6dc1ec876212c8a88a49 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Wed, 29 Jan 2003 21:04:52 -0500 Subject: [PATCH] Fixed up minor documentation issues (man page for badblocks and usage message for e2fsck). --- e2fsck/ChangeLog | 4 ++++ e2fsck/unix.c | 2 +- misc/ChangeLog | 4 ++++ misc/badblocks.8.in | 2 +- 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/e2fsck/ChangeLog b/e2fsck/ChangeLog index e494be8..54e3192 100644 --- a/e2fsck/ChangeLog +++ b/e2fsck/ChangeLog @@ -1,3 +1,7 @@ +2003-01-29 Theodore Ts'o + + * unix.c (usage): Make descripton -c be a bit more explicit + 2003-01-22 Theodore Ts'o * pass1.c (check_blocks): Use the EXT2_I_SIZE macro. diff --git a/e2fsck/unix.c b/e2fsck/unix.c index d98112b..9ff2b95 100644 --- a/e2fsck/unix.c +++ b/e2fsck/unix.c @@ -70,7 +70,7 @@ static void usage(e2fsck_t ctx) " -p Automatic repair (no questions)\n" " -n Make no changes to the filesystem\n" " -y Assume \"yes\" to all questions\n" - " -c Check for bad blocks\n" + " -c Check for bad blocks and add them to the badblock list\n" " -f Force checking even if filesystem is marked clean\n")); fprintf(stderr, _("" " -v Be verbose\n" diff --git a/misc/ChangeLog b/misc/ChangeLog index 13c2891..4bd86e2 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,3 +1,7 @@ +2003-01-29 Theodore Ts'o + + * badblocks.8.in: Fix grammar nit. + 2003-01-26 Theodore Ts'o * blkid.c (main): Modify blkid to use the new libblkid public diff --git a/misc/badblocks.8.in b/misc/badblocks.8.in index ef5a57f..4df6077 100644 --- a/misc/badblocks.8.in +++ b/misc/badblocks.8.in @@ -55,7 +55,7 @@ is going to be fed to the or .B mke2fs programs, it is important that the block size is properly specified, -since the block numbers which are generated is very dependent on the +since the block numbers which are generated are very dependent on the block size in use. For this reason, it is strongly recommended that users .B not -- 1.8.3.1