Typo fix (to umount is not yet a verb). Via OpenBSD bugs mailing list.

This commit is contained in:
mjl 2005-12-30 10:29:56 +00:00
parent 2927afc411
commit 0a7b52fa50

View File

@ -1,4 +1,4 @@
.\" $NetBSD: umount.8,v 1.13 2004/04/21 22:31:16 wiz Exp $
.\" $NetBSD: umount.8,v 1.14 2005/12/30 10:29:56 mjl Exp $
.\"
.\" Copyright (c) 1980, 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -87,7 +87,7 @@ argument as a path to be passed directly to
.Xr unmount 2 ,
bypassing all attempts to be smart about mechanically determining the
correct path from the argument.
This option is incompatible with any option that potentially umounts
This option is incompatible with any option that potentially unmounts
more than one filesystem, such as
.Fl a ,
but it can be used with
@ -121,7 +121,7 @@ command:
umount -a -t nfs,mfs
.Ed
.Pp
umounts all filesystems of the type
unmounts all filesystems of the type
.Tn NFS
and
.Tn MFS .