This commit is contained in:
ru 2003-02-23 01:43:45 +00:00
parent c2c6624864
commit 0fe24b2245
2 changed files with 2 additions and 1 deletions

View File

@ -63,7 +63,7 @@ An error is generated if a default ACL cannot be associated with
.Ar file . .Ar file .
.It Fl h .It Fl h
If the target of the operation is a symbolic link, return the ACL from If the target of the operation is a symbolic link, return the ACL from
the symbol link itself rather than following the link. the symbolic link itself rather than following the link.
.El .El
.Pp .Pp
The following operand is available: The following operand is available:

View File

@ -54,6 +54,7 @@ The
.Fn acl_get_fd , .Fn acl_get_fd ,
.Fn acl_get_file , .Fn acl_get_file ,
.Fn acl_get_link_np , .Fn acl_get_link_np ,
and
.Fn acl_get_fd_np .Fn acl_get_fd_np
each allow the retrieval of an ACL from a file. each allow the retrieval of an ACL from a file.
The The