diff options
author | Theodore Ts'o <tytso@mit.edu> | 2001-08-30 18:07:40 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2001-08-30 18:07:40 -0400 |
commit | 177a9acef49dce775284e6dc00e8c7010a8222e6 (patch) | |
tree | 35fbcba0db67c57c72d16f169d7803410f71b0ca | |
parent | eddeb56f9f14b6d06a6108b626e863e4a43535e0 (diff) | |
download | e2fsprogs-177a9acef49dce775284e6dc00e8c7010a8222e6.tar.gz |
badblocks.8.in: Fix spelling typo. (Addresses Debian bug #110621)
-rw-r--r-- | misc/ChangeLog | 4 | ||||
-rw-r--r-- | misc/badblocks.8.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/misc/ChangeLog b/misc/ChangeLog index 24caca23..b82145ca 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,3 +1,7 @@ +2001-08-30 Theodore Tso <tytso@valinux.com> + + * badblocks.8.in: Fix spelling typo. (Addresses Debian bug #110621) + 2001-08-27 Theodore Tso <tytso@valinux.com> * fsck.c (main): Make version display consisstent with the other diff --git a/misc/badblocks.8.in b/misc/badblocks.8.in index cbb9f432..868b30a2 100644 --- a/misc/badblocks.8.in +++ b/misc/badblocks.8.in @@ -129,7 +129,7 @@ Use write-mode test. With this option, .B badblocks scans for bad blocks by writing some patterns (0xaa, 0x55, 0xff, 0x00) on every block of the device, reading every block and comparing the contents. -This option may not be compiled with the +This option may not be combined with the .B \-n option, as they are mutually exclusive. .SH WARNING |