From 8543b47b3234d0ffb73a5ea217f2c7d8711214d9 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Wed, 22 Jul 2009 11:14:16 +0200 Subject: [PATCH] umount.8: command line for umount helpers, formatting Signed-off-by: Peter Breitenlohner --- mount/umount.8 | 18 ++++++++++++++---- 1 file 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. [\-nlfvr] " "dir " | " device " +.BI /sbin/umount. +.RI { dir | device } +.RB [ \-nlfvr ] .br where the is filesystem type or a value from "uhelper=" mtab option. -- 2.39.5