summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2005-12-30 16:54:28 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2005-12-30 16:54:28 +0000
commit5e36d73ae41546aecb0bd57980be9f73d6715ba4 (patch)
tree87823f80bce91ec9482246de9f942f1fa5c5e34b /sbin
parent49c424225609213a4fbe66dd8a06df36c54d64cf (diff)
better wording, based on a diff from daniel matic;
Diffstat (limited to 'sbin')
-rw-r--r--sbin/umount/umount.813
1 files changed, 4 insertions, 9 deletions
diff --git a/sbin/umount/umount.8 b/sbin/umount/umount.8
index b9a08447d03..55d26a1124e 100644
--- a/sbin/umount/umount.8
+++ b/sbin/umount/umount.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: umount.8,v 1.11 2003/06/02 20:06:17 millert Exp $
+.\" $OpenBSD: umount.8,v 1.12 2005/12/30 16:54:27 jmc Exp $
.\" $NetBSD: umount.8,v 1.2 1995/03/18 15:01:35 cgd Exp $
.\"
.\" Copyright (c) 1980, 1989, 1991, 1993
@@ -92,17 +92,12 @@ The list of filesystem types can be prefixed with
to specify the filesystem types for which action should
.Em not
be taken.
-For example, the
-.Nm
-command:
+For example, the following command
+unmounts all filesystems of type
+NFS and MFS:
.Bd -literal -offset indent
# umount -a -t nfs,mfs
.Ed
-.Pp
-umounts all filesystems of the type
-.Tn NFS
-and
-.Tn MFS .
.It Fl v
Verbose, additional information is printed out as each file system
is unmounted.