From 8466e2ba43c8a600317da33db98973cbc932548b Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Sun, 10 Feb 2002 20:48:22 +0000 Subject: [PATCH] Reinforce locking requirement for VOP_REVOKE: the lock must not be held. Discussed with: phk --- share/man/man9/VOP_REVOKE.9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man9/VOP_REVOKE.9 b/share/man/man9/VOP_REVOKE.9 index a85b9dc4f43b..e5faf95bd0b7 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