From 21aaa49c89f95ff199bc25f90489e1334ea147e2 Mon Sep 17 00:00:00 2001 From: "Chris D. Faulhaber" Date: Thu, 26 Apr 2001 22:28:14 +0000 Subject: [PATCH] Document acl_get_entry(3) Obtained from: TrustedBSD Project --- lib/libc/posix1e/acl.3 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/libc/posix1e/acl.3 b/lib/libc/posix1e/acl.3 index 8925f5395fe..dea2a551cf3 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 ,