Deleted Added
full compact
acl_delete.3 (84306) acl_delete.3 (108037)
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_delete.3 84306 2001-10-01 16:09:29Z ru $
26.\" $FreeBSD: head/lib/libc/posix1e/acl_delete.3 108037 2002-12-18 12:45:11Z ru $
27.\"
28.Dd January 28, 2000
29.Dt ACL_DELETE 3
30.Os
31.Sh NAME
32.Nm acl_delete_def_file ,
33.Nm acl_delete_fd_np ,
34.Nm acl_delete_file_np

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

46.Fn acl_delete_fd_np "int filedes" "acl_type_t type"
47.Sh DESCRIPTION
48The
49.Fn acl_delete_def_file ,
50.Fn acl_delete_file_np ,
51and
52.Fn acl_delete_fd_np
53each allow the deletion of an ACL from a file.
27.\"
28.Dd January 28, 2000
29.Dt ACL_DELETE 3
30.Os
31.Sh NAME
32.Nm acl_delete_def_file ,
33.Nm acl_delete_fd_np ,
34.Nm acl_delete_file_np

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

46.Fn acl_delete_fd_np "int filedes" "acl_type_t type"
47.Sh DESCRIPTION
48The
49.Fn acl_delete_def_file ,
50.Fn acl_delete_file_np ,
51and
52.Fn acl_delete_fd_np
53each allow the deletion of an ACL from a file.
54The
54.Fn acl_delete_def_file
55.Fn acl_delete_def_file
56function
55is a POSIX.1e call that deletes the default ACL from a file (normally a
56directory) by name; the other two calls are non-portable extensions that
57allow deleting of arbitrary ACL types from a file/directory by either path
58name, or by file descriptor.
59.Sh IMPLEMENTATION NOTES
60.Fx Ns 's
61support for POSIX.1e interfaces and features is still under
62development at this time.

--- 60 unchanged lines hidden ---
57is a POSIX.1e call that deletes the default ACL from a file (normally a
58directory) by name; the other two calls are non-portable extensions that
59allow deleting of arbitrary ACL types from a file/directory by either path
60name, or by file descriptor.
61.Sh IMPLEMENTATION NOTES
62.Fx Ns 's
63support for POSIX.1e interfaces and features is still under
64development at this time.

--- 60 unchanged lines hidden ---