]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
umount.8: command line for umount helpers, formatting
authorPeter Breitenlohner <peb@mppmu.mpg.de>
Wed, 22 Jul 2009 09:14:16 +0000 (11:14 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 17 Aug 2009 10:11:04 +0000 (12:11 +0200)
Signed-off-by: Peter Breitenlohner <peb@mppmu.mpg.de>
mount/umount.8

index 9a21eb0d308c687591a3b84ef250393881a35278..ca67e1d61339d46b3aa3962ffbd0a85a926d5cf5 100644 (file)
 .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.