aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorAlan Somers <asomers@FreeBSD.org>2019-06-20 16:36:20 +0000
committerAlan Somers <asomers@FreeBSD.org>2019-06-20 16:36:20 +0000
commit67056e3d086bfd35e114bde3bf31fccbfc59031b (patch)
tree9aeb7314d6c17ee1d68acbe2248bfef5f43db671 /share
parent2984a7167717c4ea4d96ef9349e6e6a81600ea53 (diff)
downloadsrc-67056e3d086bfd35e114bde3bf31fccbfc59031b.tar.gz
src-67056e3d086bfd35e114bde3bf31fccbfc59031b.zip
VOP_REVOKE(9): update locking requirements per r143495
Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D20524
Notes
Notes: svn path=/head/; revision=349237
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/VOP_REVOKE.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/VOP_REVOKE.9 b/share/man/man9/VOP_REVOKE.9
index 3557ce1109e8..610fdb7142aa 100644
--- a/share/man/man9/VOP_REVOKE.9
+++ b/share/man/man9/VOP_REVOKE.9
@@ -34,7 +34,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd February 5, 2002
+.Dd June 20, 2019
.Dt VOP_REVOKE 9
.Os
.Sh NAME
@@ -61,7 +61,7 @@ to signify that all access will be revoked; any other value is invalid.
.Sh LOCKS
The
.Fa vp
-must be unlocked on entry, and will remain unlocked upon return.
+must be exclusively locked on entry, and will remain locked upon return.
.Sh SEE ALSO
.Xr make_dev_alias 9 ,
.Xr vnode 9