]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Manual pages: wipefs.8: Formatting fixes
authorMichael Kerrisk (man-pages) <mtk.manpages@gmail.com>
Fri, 24 Jul 2020 10:06:18 +0000 (12:06 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 24 Jul 2020 12:41:49 +0000 (14:41 +0200)
Signed-off-by: Michael Kerrisk (man-pages) <mtk.manpages@gmail.com>
misc-utils/wipefs.8

index cdc6b281192fddd62bf8fdd0f0ef28fc02efa994..0ffe1f1835095036cf245d5e27632df2bdbc1cd8 100644 (file)
@@ -28,7 +28,9 @@ to make the signatures invisible for libblkid.
 .B wipefs
 does not erase the filesystem itself nor any other data from the device.
 
-When used without any options, wipefs lists all visible filesystems and the
+When used without any options,
+.B wipefs
+lists all visible filesystems and the
 offsets of their basic signatures.  The default output is subject to change.
 So whenever possible, you should avoid using default outputs in your scripts.
 Always explicitly define expected columns by using
@@ -89,8 +91,9 @@ tools.
 Do not print a header line.
 .TP
 .BR \-O , " \-\-output " \fIlist\fP
-Specify which output columns to print.  Use \-\-help to
-get a list of all supported columns.
+Specify which output columns to print.  Use
+.B \-\-help
+to get a list of all supported columns.
 .TP
 .BR \-n , " \-\-no\-act"
 Causes everything to be done except for the write() call.
@@ -116,7 +119,8 @@ Suppress any messages after a successful signature wipe.
 Limit the set of printed or erased signatures.  More than one type may
 be specified in a comma-separated list.  The list or individual types
 can be prefixed with 'no' to specify the types on which no action should be
-taken.  For more details see mount(8).
+taken.  For more details see
+.BR mount (8).
 .TP
 .BR \-V , " \-\-version"
 Display version information and exit.