diff options
author | 2005-12-30 16:54:27 +0000 | |
---|---|---|
committer | 2005-12-30 16:54:27 +0000 | |
commit | 515f2ec614294a466f3f6c5000e1615edc9d6ae0 (patch) | |
tree | 6a02166e5d55db3e4bd7ae180fc61d845b8d952a | |
parent | - zap unused 'rf_ref' member of RCSFILE structure. (diff) | |
download | wireguard-openbsd-515f2ec614294a466f3f6c5000e1615edc9d6ae0.tar.xz wireguard-openbsd-515f2ec614294a466f3f6c5000e1615edc9d6ae0.zip |
better wording, based on a diff from daniel matic;
-rw-r--r-- | sbin/umount/umount.8 | 13 |
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. |