From: Peter Breitenlohner Date: Wed, 22 Jul 2009 09:14:16 +0000 (+0200) Subject: umount.8: command line for umount helpers, formatting X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8543b47b3234d0ffb73a5ea217f2c7d8711214d9;p=util-linux umount.8: command line for umount helpers, formatting Signed-off-by: Peter Breitenlohner --- 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. [\-nlfvr] " "dir " | " device " +.BI /sbin/umount. +.RI { dir | device } +.RB [ \-nlfvr ] .br where the is filesystem type or a value from "uhelper=" mtab option.