summaryrefslogtreecommitdiffstats
path: root/share/man/man9/vfs_busy.9
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-07-13 08:14:54 +0000
committerru <ru@FreeBSD.org>2001-07-13 08:14:54 +0000
commitebc943289bbbaf44b5f7581e9bb569a3fe9cbe82 (patch)
tree17cffa64cee9360f6e973369ec9da47fd2d5c272 /share/man/man9/vfs_busy.9
parent7ae8ee33fd00797bbcf398316a3f39724894c486 (diff)
downloadFreeBSD-src-ebc943289bbbaf44b5f7581e9bb569a3fe9cbe82.zip
FreeBSD-src-ebc943289bbbaf44b5f7581e9bb569a3fe9cbe82.tar.gz
Merge Chad's fixes.
Diffstat (limited to 'share/man/man9/vfs_busy.9')
-rw-r--r--share/man/man9/vfs_busy.913
1 files changed, 8 insertions, 5 deletions
diff --git a/share/man/man9/vfs_busy.9 b/share/man/man9/vfs_busy.9
index b715b19..c04071d 100644
--- a/share/man/man9/vfs_busy.9
+++ b/share/man/man9/vfs_busy.9
@@ -43,7 +43,9 @@ The
function marks a mount point as busy.
The purpose of this
function is to synchronize access to a mount point.
-It also delays unmounting by sleeping on mp if the
+It also delays unmounting by sleeping on
+.Fa mp
+if the
.Dv MNTK_UNMOUNT
flag is set in
.Fa mp->mnt_kern_flag
@@ -58,8 +60,9 @@ Its arguments are:
.It Fa mp
The mount point to busy.
.It Fa flags
-Flags controlling the operation of
-.Fn vfs_busy .
+Flags controlling how
+.Fn vfs_busy
+should act.
.Bl -tag -xwidth ".Dv LK_NOWAIT"
.It Dv LK_NOWAIT
do not sleep if
@@ -81,7 +84,7 @@ The process responsible for this call.
If
.Fa interlkp
is a valid pointer it must be locked on entry,
-and it will not be unlocked even on error.
+and it will not be unlocked even in the case of an error.
.Sh RETURN VALUES
A 0 value is returned on success.
If the mount point is being
@@ -97,4 +100,4 @@ is set).
.El
.Sh AUTHORS
This man page was written by
-.An Chad David .
+.An Chad David Aq davidc@acns.ab.ca .
OpenPOWER on IntegriCloud