aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2020-04-17 07:41:27 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2020-04-17 07:41:27 +0000
commit273e361c5bc084b2dcfdb6ca9a5a8786422baab6 (patch)
treec34a19e11320e70e0da6aeed82e4b64a37df493d /sbin
parent178bdf2438dbcc0171c7a83c9ef8d0ae21aa2cc4 (diff)
downloadsrc-273e361c5bc084b2dcfdb6ca9a5a8786422baab6.tar.gz
src-273e361c5bc084b2dcfdb6ca9a5a8786422baab6.zip
MFC 359916:
Improve manual page formatting - Use appropriate macros for command arguments. - Increase option list indentation for better readability.
Notes
Notes: svn path=/stable/11/; revision=360039
Diffstat (limited to 'sbin')
-rw-r--r--sbin/umount/umount.88
1 files changed, 5 insertions, 3 deletions
diff --git a/sbin/umount/umount.8 b/sbin/umount/umount.8
index 44df02a98077..e7fa4046e98e 100644
--- a/sbin/umount/umount.8
+++ b/sbin/umount/umount.8
@@ -28,7 +28,7 @@
.\" @(#)umount.8 8.2 (Berkeley) 5/8/95
.\" $FreeBSD$
.\"
-.Dd July 25, 2017
+.Dd April 14, 2020
.Dt UMOUNT 8
.Os
.Sh NAME
@@ -52,7 +52,9 @@ utility calls the
system call to remove a file system from the file system tree.
The file system can be specified by its
.Ar special
-device or remote node (rhost:path), the path to the mount point
+device or remote node
+.Pq Ar rhost Ns Cm \& : Ns Ar path ,
+the path to the mount point
.Ar node
or by the file system ID
.Ar fsid
@@ -61,7 +63,7 @@ as reported by
when run by root.
.Pp
The options are as follows:
-.Bl -tag -width indent
+.Bl -tag -width "-F fstab"
.It Fl a
All the file systems described in
.Xr fstab 5