From 4001b8a8fff7746aada6f399eaa7962fd1a53ded Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Mon, 29 Jun 2009 01:03:27 -0400 Subject: [PATCH] badblocks.8: Alphabetize options in badblocks man page ... to make it easier to find a specific option in the man page. Signed-off-by: "Theodore Ts'o" --- misc/badblocks.8.in | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/misc/badblocks.8.in b/misc/badblocks.8.in index 328dad3..f256c0e 100644 --- a/misc/badblocks.8.in +++ b/misc/badblocks.8.in @@ -131,6 +131,12 @@ option of can be used to retrieve the list of blocks currently marked bad on an existing filesystem, in a format suitable for use with this option. .TP +.B \-n +Use non-destructive read-write mode. By default only a non-destructive +read-only test is done. This option must not be combined with the +.B \-w +option, as they are mutually exclusive. +.TP .BI \-o " output_file" Write the list of bad blocks to the specified file. Without this option, .B badblocks @@ -150,6 +156,15 @@ Default is 0, meaning .B badblocks will exit after the first pass. .TP +.B \-s +Show the progress of the scan by writing out rough percentage completion +of the current badblocks pass over the disk. Note that badblocks may do +multiple test passes over the disk, in particular if the +.B \-p +or +.B \-w +option is requested by the user. +.TP .BI \-t " test_pattern" Specify a test pattern to be read (and written) to disk blocks. The .I test_pattern @@ -168,21 +183,6 @@ If multiple patterns are specified then all blocks will be tested with one pattern before proceeding to the next pattern. .TP -.B \-n -Use non-destructive read-write mode. By default only a non-destructive -read-only test is done. This option must not be combined with the -.B \-w -option, as they are mutually exclusive. -.TP -.B \-s -Show the progress of the scan by writing out rough percentage completion -of the current badblocks pass over the disk. Note that badblocks may do -multiple test passes over the disk, in particular if the -.B \-p -or -.B \-w -option is requested by the user. -.TP .B \-v Verbose mode. .TP -- 1.8.3.1