]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
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 e494be835d7e60182c3501df3bb0c194080222d0..54e3192093c4cf9f3e2f04ee767d5ba00572250d 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 d98112b03aee7b39763ba4e86183f3eb048b0cc7..9ff2b9555d43cea95dfc2f2b4b8ce1c72d519806 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 13c28918f40d73e6d87e03ef97ffdb71c8f03d0a..4bd86e29980b30e16c1239f2a5eca6a870077542 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 ef5a57f3a593848d27660897c5075ba44de6d6a5..4df6077d5652dd56b34680969a1023cd1008a1cf 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