Deleted Added
sdiff udiff text old ( 66076 ) new ( 68716 )
full compact
1.\"-
2.\" Copyright (c) 2000 Robert N. M. Watson
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
26.\" $FreeBSD: head/lib/libc/posix1e/acl_get.3 68716 2000-11-14 11:20:58Z ru $
27.\"
28.Dd January 28, 2000
29.Dt ACL_GET 3
30.Os FreeBSD 4.0
31.Sh NAME
32.Nm acl_get_fd ,
33.Nm acl_get_fd_np ,
34.Nm acl_get_file

--- 36 unchanged lines hidden (view full) ---

71as an argument.
72
73The ACL in the working storage is an independent copy of the ACL associated
74with the object referred to by
75.Va fd .
76The ACL in the working storage shall not participate in any access control
77decisions.
78.Sh IMPLEMENTATION NOTES
79.Fx Ns 's
80support for POSIX.1e interfaces and features is still under
81development at this time.
82.Sh RETURN VALUES
83Upon successful completion, the function shall return a pointer to the ACL
84that was retrieved. Otherwise, a value of
85.Va (acl_t)NULL
86shall be returned, and
87.Va errno
88shall be set to indicate the error.

--- 51 unchanged lines hidden ---