diff options
author | jedgar <jedgar@FreeBSD.org> | 2001-04-26 22:28:14 +0000 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2001-04-26 22:28:14 +0000 |
commit | 043cc81847a0fa451452dedcc8dcac894cd6f819 (patch) | |
tree | 9aa289ed761ec4becacff0ca60848b63e73101fc /lib | |
parent | 7bfd90c7033fda3aacdcfc3bc718a4c0ebaa4d85 (diff) | |
download | FreeBSD-src-043cc81847a0fa451452dedcc8dcac894cd6f819.zip FreeBSD-src-043cc81847a0fa451452dedcc8dcac894cd6f819.tar.gz |
Document acl_get_entry(3)
Obtained from: TrustedBSD Project
Diffstat (limited to 'lib')
-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 8925f53..dea2a55 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 , |