aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/VOP_GETACL.9
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2000-09-21 18:51:48 +0000
committerRobert Watson <rwatson@FreeBSD.org>2000-09-21 18:51:48 +0000
commit28994ea06f4dbaf4181643e75931f6e55a8fe6c9 (patch)
tree3f0b9778d86440d6fbc198db001a46fb2db134ff /share/man/man9/VOP_GETACL.9
parent988ee790d4e9e65ca1df196629bc69d1b9d42ddf (diff)
downloadsrc-28994ea06f4dbaf4181643e75931f6e55a8fe6c9.tar.gz
src-28994ea06f4dbaf4181643e75931f6e55a8fe6c9.zip
o Bring VOP_GETACL(9) and VOP_GETEXTATTR(9) man page "LOCKS" sections in
sync with the implementation. Vnode locks *are* required for these operations, as some underlying implementations will require them. Obtained from: TrustedBSD Project
Notes
Notes: svn path=/head/; revision=66185
Diffstat (limited to 'share/man/man9/VOP_GETACL.9')
-rw-r--r--share/man/man9/VOP_GETACL.93
1 files changed, 1 insertions, 2 deletions
diff --git a/share/man/man9/VOP_GETACL.9 b/share/man/man9/VOP_GETACL.9
index 244d666978fd..8a6350e2fe87 100644
--- a/share/man/man9/VOP_GETACL.9
+++ b/share/man/man9/VOP_GETACL.9
@@ -67,8 +67,7 @@ directory ACL interfaces. More information about ACL management in kernel
may be found in
.Xr acl 9 .
.Sh LOCKS
-No locks are required to call this vnode method, and any locks held on
-entry will be held on exit.
+The vnode will be locked on entry and should remain locked on return.
.Sh RETURN VALUES
If the
.Fa aclp