Deleted Added
full compact
pathconf.2 (168398) pathconf.2 (194955)
1.\" Copyright (c) 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

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.\" @(#)pathconf.2 8.1 (Berkeley) 6/4/93
1.\" Copyright (c) 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

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.\" @(#)pathconf.2 8.1 (Berkeley) 6/4/93
29.\" $FreeBSD: head/lib/libc/sys/pathconf.2 168398 2007-04-05 21:17:52Z pjd $
29.\" $FreeBSD: head/lib/libc/sys/pathconf.2 194955 2009-06-25 12:46:59Z trasz $
30.\"
31.Dd April 5, 2007
32.Dt PATHCONF 2
33.Os
34.Sh NAME
35.Nm pathconf ,
36.Nm fpathconf
37.Nd get configurable pathname variables

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

128Minimum recommended file transfer size.
129.It Li _PC_REC_XFER_ALIGN
130Recommended file transfer buffer alignment.
131.It Li _PC_SYMLINK_MAX
132Maximum number of bytes in a symbolic link.
133.It Li _PC_ACL_EXTENDED
134Returns 1 if an Access Control List (ACL) can be set on the specified
135file, otherwise 0.
30.\"
31.Dd April 5, 2007
32.Dt PATHCONF 2
33.Os
34.Sh NAME
35.Nm pathconf ,
36.Nm fpathconf
37.Nd get configurable pathname variables

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

128Minimum recommended file transfer size.
129.It Li _PC_REC_XFER_ALIGN
130Recommended file transfer buffer alignment.
131.It Li _PC_SYMLINK_MAX
132Maximum number of bytes in a symbolic link.
133.It Li _PC_ACL_EXTENDED
134Returns 1 if an Access Control List (ACL) can be set on the specified
135file, otherwise 0.
136.It Li _PC_ACL_NFS4
137Returns 1 if an NFSv4 ACLs can be set on the specified
138file, otherwise 0.
136.It Li _PC_ACL_PATH_MAX
137Maximum number of ACL entries per file.
138.It Li _PC_CAP_PRESENT
139Returns 1 if a capability state can be set on the specified file,
140otherwise 0.
141.It Li _PC_INF_PRESENT
142Returns 1 if an information label can be set on the specified file,
143otherwise 0.

--- 95 unchanged lines hidden ---
139.It Li _PC_ACL_PATH_MAX
140Maximum number of ACL entries per file.
141.It Li _PC_CAP_PRESENT
142Returns 1 if a capability state can be set on the specified file,
143otherwise 0.
144.It Li _PC_INF_PRESENT
145Returns 1 if an information label can be set on the specified file,
146otherwise 0.

--- 95 unchanged lines hidden ---