diff options
author | Andrew R. Reiter <arr@FreeBSD.org> | 2001-11-20 18:19:19 +0000 |
---|---|---|
committer | Andrew R. Reiter <arr@FreeBSD.org> | 2001-11-20 18:19:19 +0000 |
commit | c25081010f223f1e7e5bbaf883d0a9d3e568df8f (patch) | |
tree | 34bd49faec8c8950d00eec1ab1e57d65b88ce539 /share/man/man9/VOP_GETACL.9 | |
parent | 64f9eb2f00c3ef3b61b7191a206f8695c515b785 (diff) | |
download | src-test2-c25081010f223f1e7e5bbaf883d0a9d3e568df8f.tar.gz src-test2-c25081010f223f1e7e5bbaf883d0a9d3e568df8f.zip |
Notes
Diffstat (limited to 'share/man/man9/VOP_GETACL.9')
-rw-r--r-- | share/man/man9/VOP_GETACL.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/VOP_GETACL.9 b/share/man/man9/VOP_GETACL.9 index 8816cf5f3761..0ee0d3891769 100644 --- a/share/man/man9/VOP_GETACL.9 +++ b/share/man/man9/VOP_GETACL.9 @@ -36,7 +36,7 @@ .In sys/vnode.h .In sys/acl.h .Ft int -.Fn VOP_GETACL "struct vnode *vp" "acl_type_t type" "struct acl *aclp" "struct ucred *cred" "struct proc *p" +.Fn VOP_GETACL "struct vnode *vp" "acl_type_t type" "struct acl *aclp" "struct ucred *cred" "struct thread *td" .Sh DESCRIPTION This vnode call may be used to retrieve the access control list (ACL) from a file or directory. @@ -51,8 +51,8 @@ the type of ACL to retrieve a pointer to an ACL structure to receive the ACL data .It Fa cred the user credentials to use in authorizing the request -.It Fa p -the process requesting the ACL +.It Fa td +the thread requesting the ACL .El .Pp The |