summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>1999-09-24 13:58:55 +0000
committerdillon <dillon@FreeBSD.org>1999-09-24 13:58:55 +0000
commitd6997b00fee4847c7484b8c3d7d32855355d1b14 (patch)
tree230092261cc0f5a67e72436a7aa4e35bd97eb8e5 /share
parent36d865f2d955e749b37bb24679ce3de39b59a8c3 (diff)
downloadFreeBSD-src-d6997b00fee4847c7484b8c3d7d32855355d1b14.zip
FreeBSD-src-d6997b00fee4847c7484b8c3d7d32855355d1b14.tar.gz
More synchronization of the VOP documentation to the real world.
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/VOP_ACCESS.92
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/VOP_ACCESS.9 b/share/man/man9/VOP_ACCESS.9
index d56e1ca..7f9f3df 100644
--- a/share/man/man9/VOP_ACCESS.9
+++ b/share/man/man9/VOP_ACCESS.9
@@ -63,7 +63,7 @@ is a mask which can contain
.Dv VWRITE or
.Dv VEXEC.
.Sh LOCKS
-The vnode should be locked on entry.
+The vnode will be locked on entry and should remain locked on return.
.Sh RETURN VALUES
If the file is accessible in the specified way, then zero is returned,
otherwise an appropriate error code is returned.
OpenPOWER on IntegriCloud