From d3cb5e52efff83f43e03ceb6b669a32f8115de80 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Mon, 27 Mar 2006 12:16:30 -0500 Subject: [PATCH] Fix typo's in badblocks(8)'s man page. Addresses Debian Bug: #357951 Signed-off-by: "Theodore Ts'o" --- misc/ChangeLog | 5 +++++ misc/badblocks.8.in | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/misc/ChangeLog b/misc/ChangeLog index c9956af..ce928ca 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,3 +1,8 @@ +2006-03-27 Theodore Ts'o + + * badblocks.8.in: Fix typo's in man page. (Addresses Debian Bug: + #357951) + 2006-03-27 root * mke2fs.8.in, tune2fs.8.in: Add note to man page explaning that diff --git a/misc/badblocks.8.in b/misc/badblocks.8.in index 29bd348..1719db2 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 -- 1.8.3.1