aboutsummaryrefslogtreecommitdiff
path: root/sbin/umount
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1997-08-20 11:40:13 +0000
committerSteve Price <steve@FreeBSD.org>1997-08-20 11:40:13 +0000
commitcbc0b9d0e465b10ac56cba6db389177668859fdd (patch)
treee1f4bb5abffa83baf15777a28995c4cbd134e31d /sbin/umount
parentcccb40360bf26db25b9ee430deea690cfa8dc87b (diff)
downloadsrc-cbc0b9d0e465b10ac56cba6db389177668859fdd.tar.gz
src-cbc0b9d0e465b10ac56cba6db389177668859fdd.zip
Fix a typo and while here cleanup the use of the .Nm macro.
PR: docs/4339 Submitted by: Matthew Hunt <mph@pobox.com>
Notes
Notes: svn path=/head/; revision=28458
Diffstat (limited to 'sbin/umount')
-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 a2742c5ceb0a..edab0ba9689c 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 .