summaryrefslogtreecommitdiffstats
path: root/mount
diff options
context:
space:
mode:
authorPeter Breitenlohner2009-07-22 11:14:16 +0200
committerKarel Zak2009-08-17 12:11:04 +0200
commit8543b47b3234d0ffb73a5ea217f2c7d8711214d9 (patch)
tree3030078772e5450fe2d899f0c8b301d92ccf75ba /mount
parentvipw.8: remove erroneous empty line, formatting (diff)
downloadkernel-qcow2-util-linux-8543b47b3234d0ffb73a5ea217f2c7d8711214d9.tar.gz
kernel-qcow2-util-linux-8543b47b3234d0ffb73a5ea217f2c7d8711214d9.tar.xz
kernel-qcow2-util-linux-8543b47b3234d0ffb73a5ea217f2c7d8711214d9.zip
umount.8: command line for umount helpers, formatting
Signed-off-by: Peter Breitenlohner <peb@mppmu.mpg.de>
Diffstat (limited to 'mount')
-rw-r--r--mount/umount.818
1 files changed, 14 insertions, 4 deletions
diff --git a/mount/umount.8 b/mount/umount.8
index 9a21eb0d3..ca67e1d61 100644
--- a/mount/umount.8
+++ b/mount/umount.8
@@ -27,11 +27,19 @@
.SH NAME
umount \- unmount file systems
.SH SYNOPSIS
-.BI "umount [\-hV]"
+.B umount
+.RB [ \-hV ]
.LP
-.BI "umount -a [\-dflnrv] [\-t " vfstype "] [\-O " options ]
+.B umount \-a
+.RB [ \-dflnrv ]
+.RB [ \-t
+.IR vfstype ]
+.RB [ \-O
+.IR options ]
.br
-.BI "umount [\-dflnrv] " "dir " | " device " [...]
+.B umount
+.RB [ \-dflnrv ]
+.RI { dir | device }...
.SH DESCRIPTION
The
.B umount
@@ -126,7 +134,9 @@ Any pending loop devices can be freed using `losetup -d', see
The syntax of external umount helpers is:
.br
-.BI "/sbin/umount.<suffix> [\-nlfvr] " "dir " | " device "
+.BI /sbin/umount. <suffix>
+.RI { dir | device }
+.RB [ \-nlfvr ]
.br
where the <suffix> is filesystem type or a value from "uhelper=" mtab option.