From: Theodore Ts'o Date: Mon, 29 Jun 2009 05:03:27 +0000 (-0400) Subject: badblocks.8: Alphabetize options in badblocks man page X-Git-Tag: v1.41.7~7 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=4001b8a8fff7746aada6f399eaa7962fd1a53ded;p=tools%2Fe2fsprogs.git 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" --- 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