Module Name:    src
Committed By:   mjf
Date:           Sun May 17 14:09:15 UTC 2009

Modified Files:
        src/sbin/umount: umount.8

Log Message:
Add an exmaple of unmounting all file systems apart from NFS and MFS
e.g,

        umount -a -t nonfs,mfs

This makes it clear that the "no prefix" only needs to be on the first
file-system argument to -t. The mount(8) man page has a clear example
of this but for some reason umount(8) was missing one.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sbin/umount/umount.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/umount/umount.8
diff -u src/sbin/umount/umount.8:1.14 src/sbin/umount/umount.8:1.15
--- src/sbin/umount/umount.8:1.14	Fri Dec 30 10:29:56 2005
+++ src/sbin/umount/umount.8	Sun May 17 14:09:15 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: umount.8,v 1.14 2005/12/30 10:29:56 mjl Exp $
+.\"	$NetBSD: umount.8,v 1.15 2009/05/17 14:09:15 mjf Exp $
 .\"
 .\" Copyright (c) 1980, 1989, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)umount.8	8.2 (Berkeley) 5/8/95
 .\"
-.Dd April 21, 2004
+.Dd May 17, 2009
 .Dt UMOUNT 8
 .Os
 .Sh NAME
@@ -124,6 +124,17 @@
 unmounts all filesystems of the type
 .Tn NFS
 and
+.Tn MFS ,
+whereas the
+.Nm
+command:
+.Bd -literal -offset indent
+umount -a -t nonfs,mfs
+.Ed
+.Pp
+unmounts all file systems except those of type
+.Tn NFS
+and
 .Tn MFS .
 .It Fl v
 Verbose, additional information is printed out as each filesystem

Reply via email to