Deleted Added
full compact
acl_to_text.3 (79531) acl_to_text.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_to_text.3 79531 2001-07-10 13:41:46Z ru $
26.\" $FreeBSD: head/lib/libc/posix1e/acl_to_text.3 79754 2001-07-15 07:53:42Z dd $
27.\"
28.Dd January 28, 2000
29.Dt ACL_TO_TEXT 3
30.Os
31.Sh NAME
32.Nm acl_to_text
33.Nd convert an ACL to text
34.Sh LIBRARY
35.Lb libc
36.Sh SYNOPSIS
37.Fd #include <sys/types.h>
38.Fd #include <sys/acl.h>
39.Ft char *
40.Fn acl_to_text "acl_t acl" "ssize_t *len_p"
41.Sh DESCRIPTION
27.\"
28.Dd January 28, 2000
29.Dt ACL_TO_TEXT 3
30.Os
31.Sh NAME
32.Nm acl_to_text
33.Nd convert an ACL to text
34.Sh LIBRARY
35.Lb libc
36.Sh SYNOPSIS
37.Fd #include <sys/types.h>
38.Fd #include <sys/acl.h>
39.Ft char *
40.Fn acl_to_text "acl_t acl" "ssize_t *len_p"
41.Sh DESCRIPTION
42The
42The
43.Fn acl_to_text
44function translates the ACL pointed to by argument
45.Va acl
46into a NULL terminated character string. If the pointer
47.Va len_p
48is not NULL, then the function shall return the length of the string (not
49including the NULL terminator) in the location pointed to by
50.Va len_p .

--- 83 unchanged lines hidden ---
43.Fn acl_to_text
44function translates the ACL pointed to by argument
45.Va acl
46into a NULL terminated character string. If the pointer
47.Va len_p
48is not NULL, then the function shall return the length of the string (not
49including the NULL terminator) in the location pointed to by
50.Va len_p .

--- 83 unchanged lines hidden ---