summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1997-08-20 11:40:13 +0000
committersteve <steve@FreeBSD.org>1997-08-20 11:40:13 +0000
commit293e77181e84504a413d28e137e98521cb6b0b07 (patch)
treeadb62433c532fc1bda104c6d06a8116f81563770 /sbin
parentd5f7fdb95fd21e9a3dd7bec87612a11fac9740fe (diff)
downloadFreeBSD-src-293e77181e84504a413d28e137e98521cb6b0b07.zip
FreeBSD-src-293e77181e84504a413d28e137e98521cb6b0b07.tar.gz
Fix a typo and while here cleanup the use of the .Nm macro.
PR: docs/4339 Submitted by: Matthew Hunt <mph@pobox.com>
Diffstat (limited to 'sbin')
-rw-r--r--sbin/umount/umount.813
1 files changed, 7 insertions, 6 deletions
diff --git a/sbin/umount/umount.8 b/sbin/umount/umount.8
index a2742c5..edab0ba 100644
--- a/sbin/umount/umount.8
+++ b/sbin/umount/umount.8
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)umount.8 8.2 (Berkeley) 5/8/95
+.\" $Id$
.\"
.Dd May 8, 1995
.Dt UMOUNT 8
@@ -38,9 +39,9 @@
.Nm umount
.Nd unmount filesystems
.Sh SYNOPSIS
-.Nm umount
+.Nm
.Op Fl fv
-.Ar special | node
+.Ar special \&| node
.Nm umount
.Fl a | A
.Op Fl fv
@@ -48,7 +49,7 @@
.Op Fl t Ar type
.Sh DESCRIPTION
The
-.Nm umount
+.Nm
command
calls the
.Xr unmount 2
@@ -81,7 +82,7 @@ The root filesystem cannot be forcibly unmounted.
.It Fl h Ar host
Only filesystems mounted from the specified host will be
unmounted.
-This option is implies the
+This option implies the
.Fl A
option and, unless otherwise specified with the
.Fl t
@@ -96,7 +97,7 @@ to specify the filesystem types for which action should
.Em not
be taken.
For example, the
-.Nm umount
+.Nm
command:
.Bd -literal -offset indent
umount -a -t nfs,mfs
@@ -143,6 +144,6 @@ from the mountpoint
.Ar /cdrom .
.Sh HISTORY
A
-.Nm umount
+.Nm
command appeared in
.At v6 .
OpenPOWER on IntegriCloud