diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-11-28 19:56:38 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-11-28 19:56:38 +0000 |
commit | cd366aedac3a1a3126d77df58d0a0861c63e8147 (patch) | |
tree | 4ddb2966604fee83a4b374b411294c1952e0a4ad /sbin/umount | |
parent | b77e710b77930242c29b776114492ab08aa2f1c9 (diff) |
kill redundant .Nm macro arguments; other misc fixes
Diffstat (limited to 'sbin/umount')
-rw-r--r-- | sbin/umount/umount.8 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sbin/umount/umount.8 b/sbin/umount/umount.8 index 30aab9368a1..82579a1ddda 100644 --- a/sbin/umount/umount.8 +++ b/sbin/umount/umount.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: umount.8,v 1.4 1998/09/17 04:15:03 aaron Exp $ +.\" $OpenBSD: umount.8,v 1.5 1998/11/28 19:56:36 aaron Exp $ .\" $NetBSD: umount.8,v 1.2 1995/03/18 15:01:35 cgd Exp $ .\" .\" Copyright (c) 1980, 1989, 1991, 1993 @@ -41,17 +41,17 @@ .Nm umount .Nd unmount file systems .Sh SYNOPSIS -.Nm umount +.Nm .Op Fl fv .Ar special | node -.Nm umount +.Nm .Fl a .Op Fl fv .Op Fl h Ar host .Op Fl t Ar ufs | lfs | external_type .Sh DESCRIPTION The -.Nm umount +.Nm command calls the .Xr unmount 2 @@ -97,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 @@ -122,6 +122,6 @@ file system table .Xr mount 8 .Sh HISTORY A -.Nm umount +.Nm command appeared in .At v6 . |