diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-07-22 11:14:16 +0200 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2009-08-17 12:11:04 +0200 |
commit | 8543b47b3234d0ffb73a5ea217f2c7d8711214d9 (patch) | |
tree | 3030078772e5450fe2d899f0c8b301d92ccf75ba /mount | |
parent | 2fd71e528339b5282ed2e7f18292eeff24dc25ce (diff) | |
download | util-linux-old-8543b47b3234d0ffb73a5ea217f2c7d8711214d9.tar.gz |
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.8 | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/mount/umount.8 b/mount/umount.8 index 9a21eb0d..ca67e1d6 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. |