summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-02-10 20:48:22 +0000
committerrwatson <rwatson@FreeBSD.org>2002-02-10 20:48:22 +0000
commit2ed6038a0d26f99d8cf9ad5811e2d3f0cd5f054e (patch)
tree16186427beba69a4173564e2820025814bf802bd
parentaa54f85939550e1d07c28b641d81a254f88bd511 (diff)
downloadFreeBSD-src-2ed6038a0d26f99d8cf9ad5811e2d3f0cd5f054e.zip
FreeBSD-src-2ed6038a0d26f99d8cf9ad5811e2d3f0cd5f054e.tar.gz
Reinforce locking requirement for VOP_REVOKE: the lock must not be held.
Discussed with: phk
-rw-r--r--share/man/man9/VOP_REVOKE.92
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/VOP_REVOKE.9 b/share/man/man9/VOP_REVOKE.9
index a85b9dc..e5faf95 100644
--- a/share/man/man9/VOP_REVOKE.9
+++ b/share/man/man9/VOP_REVOKE.9
@@ -60,7 +60,7 @@ to signify that all access will be revoked; any other value is invalid.
.Sh LOCKS
The
.Ar vp
-will be unlocked on entry, and will remain unlocked upon return.
+must be unlocked on entry, and will remain unlocked upon return.
.Sh SEE ALSO
.Xr make_dev_alias 9 ,
.Xr vnode 9
OpenPOWER on IntegriCloud