diff options
author | Theodore Ts'o <tytso@mit.edu> | 2006-03-27 12:16:30 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2006-03-27 12:16:30 -0500 |
commit | d3cb5e52efff83f43e03ceb6b669a32f8115de80 (patch) | |
tree | 88587cbbad82437313c43dc95d7b925566240e61 /misc/badblocks.8.in | |
parent | cd84823aed4c0275741b07aa9f1c72f5e4c6fb1d (diff) | |
download | e2fsprogs-d3cb5e52efff83f43e03ceb6b669a32f8115de80.tar.gz |
Fix typo's in badblocks(8)'s man page.
Addresses Debian Bug: #357951
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'misc/badblocks.8.in')
-rw-r--r-- | misc/badblocks.8.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/badblocks.8.in b/misc/badblocks.8.in index 29bd3487..1719db2b 100644 --- a/misc/badblocks.8.in +++ b/misc/badblocks.8.in @@ -144,7 +144,7 @@ read-only mode only a single pattern may be specified and it may not be specified pattern has previously been written to the disk - if not, large numbers of blocks will fail verification. If multiple patterns -are specified then all blocks will be tested with an one pattern +are specified then all blocks will be tested with one pattern before proceeding to the next pattern. .TP .B \-n @@ -171,7 +171,7 @@ option, as they are mutually exclusive. .SH WARNING Never use the .B \-w -option on an device containing an existing file system. +option on a device containing an existing file system. This option erases data! If you want to do write-mode testing on an existing file system, use the .B \-n |