Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sbin/umount
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.
Home |
Main Index |
Thread Index |
Old Index