summaryrefslogtreecommitdiffstats
path: root/misc-utils/wipefs.8
diff options
context:
space:
mode:
authorBjarni Ingi Gislason2018-05-18 21:21:42 +0200
committerKarel Zak2018-05-23 10:43:27 +0200
commit0bb7e904d72213b29f890364e25796685ee377f4 (patch)
tree5930dd59265bbad36cd13b69f5028d0e6d58bf61 /misc-utils/wipefs.8
parentmore: reorder global declarations (diff)
downloadkernel-qcow2-util-linux-0bb7e904d72213b29f890364e25796685ee377f4.tar.gz
kernel-qcow2-util-linux-0bb7e904d72213b29f890364e25796685ee377f4.tar.xz
kernel-qcow2-util-linux-0bb7e904d72213b29f890364e25796685ee377f4.zip
man: Use the correct macro for a font change of one argument
Use the correct macro (I, B) for the font change of one argument, not those that are used for alternating two fonts, like "BR", "IR", "RB", or "RI". Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
Diffstat (limited to 'misc-utils/wipefs.8')
-rw-r--r--misc-utils/wipefs.812
1 files changed, 6 insertions, 6 deletions
diff --git a/misc-utils/wipefs.8 b/misc-utils/wipefs.8
index 0685c1ac9..c26b7890f 100644
--- a/misc-utils/wipefs.8
+++ b/misc-utils/wipefs.8
@@ -11,13 +11,13 @@ wipefs \- wipe a signature from a device
.sp
.B wipefs
.RB [ \-\-backup ]
-.RB \-o
-.IR offset
+.B \-o
+.I offset
.IR device ...
.sp
.B wipefs
.RB [ \-\-backup ]
-.RB \-a
+.B \-a
.IR device ...
.SH DESCRIPTION
.B wipefs
@@ -113,14 +113,14 @@ taken. For more details see mount(8).
Display version information and exit.
.SH EXAMPLES
.TP
-.BR "wipefs /dev/sda*"
+.B wipefs /dev/sda*
Prints information about sda and all partitions on sda.
.TP
-.BR "wipefs --all --backup /dev/sdb"
+.B wipefs --all --backup /dev/sdb
Erases all signatures from the device /dev/sdb and creates a signature backup
file ~/wipefs-sdb-<offset>.bak for each signature.
.TP
-.BR "dd if=~/wipefs-sdb-0x00000438.bak of=/dev/sdb seek=$((0x00000438)) bs=1 conv=notrunc"
+.B dd if=~/wipefs-sdb-0x00000438.bak of=/dev/sdb seek=$((0x00000438)) bs=1 conv=notrunc
Restores an ext2 signature from the backup file ~/wipefs-sdb-0x00000438.bak.
.SH AUTHOR
Karel Zak <kzak@redhat.com>