Whamcloud - gitweb
Fixed up minor documentation issues (man page for badblocks and usage
authorTheodore Ts'o <tytso@mit.edu>
Thu, 30 Jan 2003 02:04:52 +0000 (21:04 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 30 Jan 2003 02:04:52 +0000 (21:04 -0500)
message for e2fsck).

e2fsck/ChangeLog
e2fsck/unix.c
misc/ChangeLog
misc/badblocks.8.in

index e494be8..54e3192 100644 (file)
@@ -1,3 +1,7 @@
+2003-01-29  Theodore Ts'o  <tytso@mit.edu>
+
+       * unix.c (usage): Make descripton -c be a bit more explicit
+
 2003-01-22  Theodore Ts'o  <tytso@mit.edu>
 
        * pass1.c (check_blocks): Use the EXT2_I_SIZE macro.
index d98112b..9ff2b95 100644 (file)
@@ -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"
index 13c2891..4bd86e2 100644 (file)
@@ -1,3 +1,7 @@
+2003-01-29  Theodore Ts'o  <tytso@mit.edu>
+
+       * badblocks.8.in: Fix grammar nit.
+
 2003-01-26  Theodore Ts'o  <tytso@mit.edu>
 
        * blkid.c (main): Modify blkid to use the new libblkid public
index ef5a57f..4df6077 100644 (file)
@@ -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