Deleted Added
full compact
acl_free.3 (108412) acl_free.3 (131504)
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_free.3 108412 2002-12-29 20:52:42Z rwatson $
28.\" $FreeBSD: head/lib/libc/posix1e/acl_free.3 131504 2004-07-02 23:52:20Z ru $
29.\"
30.Dd January 28, 2000
31.Dt ACL_FREE 3
32.Os
33.Sh NAME
34.Nm acl_free
35.Nd free ACL working state
36.Sh LIBRARY

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

68.Sh SEE ALSO
69.Xr acl 3 ,
70.Xr acl_dup 3 ,
71.Xr acl_from_text 3 ,
72.Xr acl_get 3 ,
73.Xr acl_init 3 ,
74.Xr posix1e 3
75.Sh STANDARDS
29.\"
30.Dd January 28, 2000
31.Dt ACL_FREE 3
32.Os
33.Sh NAME
34.Nm acl_free
35.Nd free ACL working state
36.Sh LIBRARY

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

68.Sh SEE ALSO
69.Xr acl 3 ,
70.Xr acl_dup 3 ,
71.Xr acl_from_text 3 ,
72.Xr acl_get 3 ,
73.Xr acl_init 3 ,
74.Xr posix1e 3
75.Sh STANDARDS
76POSIX.1e is described in IEEE POSIX.1e draft 17. Discussion
76POSIX.1e is described in IEEE POSIX.1e draft 17.
77Discussion
77of the draft continues on the cross-platform POSIX.1e implementation
78of the draft continues on the cross-platform POSIX.1e implementation
78mailing list. To join this list, see the
79mailing list.
80To join this list, see the
79.Fx
80POSIX.1e implementation
81page for more information.
82.Sh HISTORY
83POSIX.1e support was introduced in
84.Fx 4.0 ,
85and development continues.
86.Sh AUTHORS
87.An Robert N M Watson
81.Fx
82POSIX.1e implementation
83page for more information.
84.Sh HISTORY
85POSIX.1e support was introduced in
86.Fx 4.0 ,
87and development continues.
88.Sh AUTHORS
89.An Robert N M Watson