From 2ed6038a0d26f99d8cf9ad5811e2d3f0cd5f054e Mon Sep 17 00:00:00 2001 From: rwatson Date: Sun, 10 Feb 2002 20:48:22 +0000 Subject: 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(-) (limited to 'share') 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 -- cgit v1.1