NetBSD/sbin/umount
mjf 3d68316951 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.
2009-05-17 14:09:15 +00:00
..
Makefile
umount.8 Add an exmaple of unmounting all file systems apart from NFS and MFS 2009-05-17 14:09:15 +00:00
umount.c