From 0a7b52fa50d738e10f68d8dd10b9734253e9966e Mon Sep 17 00:00:00 2001 From: mjl Date: Fri, 30 Dec 2005 10:29:56 +0000 Subject: [PATCH] Typo fix (to umount is not yet a verb). Via OpenBSD bugs mailing list. --- sbin/umount/umount.8 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sbin/umount/umount.8 b/sbin/umount/umount.8 index 865fb9033fea..5212cf240975 100644 --- a/sbin/umount/umount.8 +++ b/sbin/umount/umount.8 @@ -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 .