Improve manual page formatting
- Use appropriate macros for command arguments. - Increase option list indentation for better readability. MFC after: 3 days
This commit is contained in:
parent
63e36a4826
commit
6a91cf5e43
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user