summaryrefslogtreecommitdiff
path: root/sbin/umount
diff options
context:
space:
mode:
authorRick Macklem <rmacklem@FreeBSD.org>2011-05-31 18:27:18 +0000
committerRick Macklem <rmacklem@FreeBSD.org>2011-05-31 18:27:18 +0000
commit6b43e31fe7dabadb4a370c9eb09b25b11f4c7114 (patch)
tree615108cdbe935a1cdef46725795216878100a84f /sbin/umount
parentb398d10657d90213c57c3ec9a02c75599d7ff72d (diff)
downloadsrc-test2-6b43e31fe7dabadb4a370c9eb09b25b11f4c7114.tar.gz
src-test2-6b43e31fe7dabadb4a370c9eb09b25b11f4c7114.zip
Notes
Diffstat (limited to 'sbin/umount')
-rw-r--r--sbin/umount/umount.85
1 files changed, 4 insertions, 1 deletions
diff --git a/sbin/umount/umount.8 b/sbin/umount/umount.8
index 91231a78b38c..cb3a97b8ed23 100644
--- a/sbin/umount/umount.8
+++ b/sbin/umount/umount.8
@@ -28,7 +28,7 @@
.\" @(#)umount.8 8.2 (Berkeley) 5/8/95
.\" $FreeBSD$
.\"
-.Dd July 18, 2003
+.Dd May 31, 2011
.Dt UMOUNT 8
.Os
.Sh NAME
@@ -78,6 +78,9 @@ The file system is forcibly unmounted.
Active special devices continue to work,
but all other files return errors if further accesses are attempted.
The root file system cannot be forcibly unmounted.
+For NFS, a forced dismount can take up to 1 minute or more to
+complete against an unresponsive server and may throw away
+data not yet written to the server for this case.
.It Fl h Ar host
Only file systems mounted from the specified host will be
unmounted.