summaryrefslogtreecommitdiff
path: root/man/lvremove.8.in
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2012-04-11 12:42:10 +0000
committerZdenek Kabelac <zkabelac@redhat.com>2012-04-11 12:42:10 +0000
commitc63b155d16b62310264541b30485fdb5c1cc16ce (patch)
treee39bf9c6b523d380d045d902c0c38ddd7fcfe7f0 /man/lvremove.8.in
parent5dc27b75ebdafaa011b4b081e42a035c55d030dd (diff)
downloadlvm2-c63b155d16b62310264541b30485fdb5c1cc16ce.tar.gz
Update man pages
Use one style for man pages.
Diffstat (limited to 'man/lvremove.8.in')
-rw-r--r--man/lvremove.8.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/man/lvremove.8.in b/man/lvremove.8.in
index f8e965c71..1d48a11b5 100644
--- a/man/lvremove.8.in
+++ b/man/lvremove.8.in
@@ -15,7 +15,7 @@ lvremove \- remove a logical volume
.IR LogicalVolume { Name | Path }
.RI [ LogicalVolume { Name | Path }...]
.SH DESCRIPTION
-\fBlvremove\fP removes one or more logical volumes.
+lvremove removes one or more logical volumes.
Confirmation will be requested before deactivating any active logical
volume prior to removal. Logical volumes cannot be deactivated
or removed while they are open (e.g. if they contain a mounted filesystem).
@@ -36,20 +36,20 @@ process will not wait for notification from udev.
It will continue irrespective of any possible udev processing
in the background. You should only use this if udev is not running
or has rules that ignore the devices LVM2 creates.
-.SH EXAMPLES
-Remove the active logical volume lvol1 in volume group vg00
+.SH Examples
+Remove the active logical volume lvol1 in volume group vg00
without asking for confirmation:
.sp
-.B lvremove -f vg00/lvol1
+.B lvremove \-f vg00/lvol1
.sp
Remove all logical volumes in volume group vg00:
.sp
.B lvremove vg00
.SH SEE ALSO
-.BR lvcreate (8),
+.BR lvcreate (8),
.BR lvdisplay (8),
-.BR lvchange (8),
-.BR lvm (8),
+.BR lvchange (8),
+.BR lvm (8),
.BR lvs (8),
.BR lvscan (8),
.BR vgremove (8)