Deleted Added
full compact
acl_get.3 (192638) acl_get.3 (194955)
1.\"-
2.\" Copyright (c) 2000, 2002 Robert N. M. Watson
3.\" All rights reserved.
4.\"
5.\" This software was developed by Robert Watson for the TrustedBSD Project.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

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

20.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
1.\"-
2.\" Copyright (c) 2000, 2002 Robert N. M. Watson
3.\" All rights reserved.
4.\"
5.\" This software was developed by Robert Watson for the TrustedBSD Project.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

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

20.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
28.\" $FreeBSD: head/lib/libc/posix1e/acl_get.3 192638 2009-05-23 13:51:05Z trasz $
28.\" $FreeBSD: head/lib/libc/posix1e/acl_get.3 194955 2009-06-25 12:46:59Z trasz $
29.\"
30.Dd December 29, 2002
31.Dt ACL_GET 3
32.Os
33.Sh NAME
34.Nm acl_get_fd ,
35.Nm acl_get_fd_np ,
36.Nm acl_get_file ,

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

94.Pp
95Valid values for the
96.Va type
97argument are:
98.Pp
99.Bl -column -offset 3n "ACL_TYPE_DEFAULT"
100.It ACL_TYPE_ACCESS POSIX.1e access ACL
101.It ACL_TYPE_DEFAULT POSIX.1e default ACL
29.\"
30.Dd December 29, 2002
31.Dt ACL_GET 3
32.Os
33.Sh NAME
34.Nm acl_get_fd ,
35.Nm acl_get_fd_np ,
36.Nm acl_get_file ,

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

94.Pp
95Valid values for the
96.Va type
97argument are:
98.Pp
99.Bl -column -offset 3n "ACL_TYPE_DEFAULT"
100.It ACL_TYPE_ACCESS POSIX.1e access ACL
101.It ACL_TYPE_DEFAULT POSIX.1e default ACL
102.It ACL_TYPE_NFS4 NFSv4 ACL
102.El
103.El
104.Pp
105The ACL returned will be branded accordingly.
103.Sh IMPLEMENTATION NOTES
104.Fx Ns 's
105support for POSIX.1e interfaces and features is still under
106development at this time.
107.Sh RETURN VALUES
108Upon successful completion, the function shall return a pointer to the ACL
109that was retrieved.
110Otherwise, a value of

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

141Insufficient memory available to fulfill request.
142.It Bq Er EOPNOTSUPP
143The file system does not support ACL retrieval.
144.El
145.Sh SEE ALSO
146.Xr acl 3 ,
147.Xr acl_free 3 ,
148.Xr acl_get 3 ,
106.Sh IMPLEMENTATION NOTES
107.Fx Ns 's
108support for POSIX.1e interfaces and features is still under
109development at this time.
110.Sh RETURN VALUES
111Upon successful completion, the function shall return a pointer to the ACL
112that was retrieved.
113Otherwise, a value of

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

144Insufficient memory available to fulfill request.
145.It Bq Er EOPNOTSUPP
146The file system does not support ACL retrieval.
147.El
148.Sh SEE ALSO
149.Xr acl 3 ,
150.Xr acl_free 3 ,
151.Xr acl_get 3 ,
152.Xr acl_get_brand_np 3 ,
149.Xr acl_set 3 ,
150.Xr posix1e 3
151.Sh STANDARDS
152POSIX.1e is described in IEEE POSIX.1e draft 17.
153Discussion
154of the draft continues on the cross-platform POSIX.1e implementation
155mailing list.
156To join this list, see the
157.Fx
158POSIX.1e implementation
159page for more information.
160.Sh HISTORY
161POSIX.1e support was introduced in
162.Fx 4.0 ,
163and development continues.
164.Sh AUTHORS
165.An Robert N M Watson
153.Xr acl_set 3 ,
154.Xr posix1e 3
155.Sh STANDARDS
156POSIX.1e is described in IEEE POSIX.1e draft 17.
157Discussion
158of the draft continues on the cross-platform POSIX.1e implementation
159mailing list.
160To join this list, see the
161.Fx
162POSIX.1e implementation
163page for more information.
164.Sh HISTORY
165POSIX.1e support was introduced in
166.Fx 4.0 ,
167and development continues.
168.Sh AUTHORS
169.An Robert N M Watson