Deleted Added
full compact
acl_set.3 (79531) acl_set.3 (79754)
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.\"
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_set.3 79531 2001-07-10 13:41:46Z ru $
26.\" $FreeBSD: head/lib/libc/posix1e/acl_set.3 79754 2001-07-15 07:53:42Z dd $
27.\"
28.Dd January 28, 2000
29.Dt ACL_SET 3
30.Os
31.Sh NAME
32.Nm acl_set_fd ,
33.Nm acl_set_fd_np ,
34.Nm acl_set_file

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

48The
49.Fn acl_set_file ,
50.Fn acl_set_fd ,
51and
52.Fn acl_set_fd_np
53each associate an ACL with an object referred to by
54.Va fd
55or
27.\"
28.Dd January 28, 2000
29.Dt ACL_SET 3
30.Os
31.Sh NAME
32.Nm acl_set_fd ,
33.Nm acl_set_fd_np ,
34.Nm acl_set_file

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

48The
49.Fn acl_set_file ,
50.Fn acl_set_fd ,
51and
52.Fn acl_set_fd_np
53each associate an ACL with an object referred to by
54.Va fd
55or
56.Va path_p .
56.Va path_p .
57All except
58.Fn acl_set_fd_np
59are POSIX.1e calls--
60.Fn acl_set_fd
61allows only the setting of ACLs of type ACL_TYPE_ACCESS
57All except
58.Fn acl_set_fd_np
59are POSIX.1e calls--
60.Fn acl_set_fd
61allows only the setting of ACLs of type ACL_TYPE_ACCESS
62where as
62where as
63.Fn acl_set_fd_np
64allows the setting of ACLs of any type.
65.Sh IMPLEMENTATION NOTES
66.Fx Ns 's
67support for POSIX.1e interfaces and features is still under
68development at this time.
69.Sh RETURN VALUES
70Upon successful completion, the function shall return a value of zero.

--- 62 unchanged lines hidden ---
63.Fn acl_set_fd_np
64allows the setting of ACLs of any type.
65.Sh IMPLEMENTATION NOTES
66.Fx Ns 's
67support for POSIX.1e interfaces and features is still under
68development at this time.
69.Sh RETURN VALUES
70Upon successful completion, the function shall return a value of zero.

--- 62 unchanged lines hidden ---