diff options
| author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2001-04-26 22:28:14 +0000 |
|---|---|---|
| committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2001-04-26 22:28:14 +0000 |
| commit | 21aaa49c89f95ff199bc25f90489e1334ea147e2 (patch) | |
| tree | b021c0acfdeee2f1036d2a1f954cff8ae76c6d1c | |
| parent | be6f4890026f403f2ba15584fd5a895508a9ae98 (diff) | |
Notes
| -rw-r--r-- | lib/libc/posix1e/acl.3 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/posix1e/acl.3 b/lib/libc/posix1e/acl.3 index 8925f5395feb..dea2a551cf33 100644 --- a/lib/libc/posix1e/acl.3 +++ b/lib/libc/posix1e/acl.3 @@ -109,6 +109,10 @@ This function is described in .Xr acl_from_text 3 , and may be used to convert a text-form ACL into working ACL state, if the ACL has POSIX.1e semantics. +.It Fn acl_get_entry +This function is described in +.Xr acl_get_entry 3 , +and may be used to retrieve a designated ACL entry from an ACL. .It Xo .Fn acl_get_file , .Fn acl_get_fd , |
