Deleted Added
full compact
sysconf.3 (218645) sysconf.3 (233648)
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.\" @(#)sysconf.3 8.3 (Berkeley) 4/19/94
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.\" @(#)sysconf.3 8.3 (Berkeley) 4/19/94
29.\" $FreeBSD: head/lib/libc/gen/sysconf.3 218645 2011-02-13 17:43:56Z brucec $
29.\" $FreeBSD: head/lib/libc/gen/sysconf.3 233648 2012-03-29 05:02:12Z eadler $
30.\"
31.Dd February 13, 2011
32.Dt SYSCONF 3
33.Os
34.Sh NAME
35.Nm sysconf
36.Nd get configurable system variables
37.Sh LIBRARY

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

206Maximum number of symbolic links that can be reliably traversed in the
207resolution of a pathname in the absence of a loop.
208.It Li _SC_ATEXIT_MAX
209Maximum number of functions that may be registered with
210.Fn atexit .
211.It Li _SC_XOPEN_VERSION
212An integer value greater than or equal to 4,
213indicating the version of the X/Open Portability Guide to which this
30.\"
31.Dd February 13, 2011
32.Dt SYSCONF 3
33.Os
34.Sh NAME
35.Nm sysconf
36.Nd get configurable system variables
37.Sh LIBRARY

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

206Maximum number of symbolic links that can be reliably traversed in the
207resolution of a pathname in the absence of a loop.
208.It Li _SC_ATEXIT_MAX
209Maximum number of functions that may be registered with
210.Fn atexit .
211.It Li _SC_XOPEN_VERSION
212An integer value greater than or equal to 4,
213indicating the version of the X/Open Portability Guide to which this
214system conforms.
214system conforms.
215.It Li _SC_XOPEN_XCU_VERSION
216An integer value indicating the version of the XCU Specification to which
217this system conforms.
218.El
219.Pp
220These values also exist, but may not be standard:
221.Bl -tag -width 6n
222.It Li _SC_CPUSET_SIZE

--- 54 unchanged lines hidden ---
215.It Li _SC_XOPEN_XCU_VERSION
216An integer value indicating the version of the XCU Specification to which
217this system conforms.
218.El
219.Pp
220These values also exist, but may not be standard:
221.Bl -tag -width 6n
222.It Li _SC_CPUSET_SIZE

--- 54 unchanged lines hidden ---