summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2006-12-14 14:27:15 +0000
committerpjd <pjd@FreeBSD.org>2006-12-14 14:27:15 +0000
commit1080ddcf3fee611977f5beb4fc1be5240e1c234b (patch)
treeaea07e9cde12b8748de683075ffa9332ed20f0ac /lib/libc
parent688cd7e5655b2ed2ff18f19906a15e3fe244e533 (diff)
downloadFreeBSD-src-1080ddcf3fee611977f5beb4fc1be5240e1c234b.zip
FreeBSD-src-1080ddcf3fee611977f5beb4fc1be5240e1c234b.tar.gz
Document _SC_PAGESIZE. There are still 85 undocumented variables.
Obtained from: NetBSD
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/sysconf.34
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/gen/sysconf.3 b/lib/libc/gen/sysconf.3
index cd6d3ad..847651a 100644
--- a/lib/libc/gen/sysconf.3
+++ b/lib/libc/gen/sysconf.3
@@ -32,7 +32,7 @@
.\" @(#)sysconf.3 8.3 (Berkeley) 4/19/94
.\" $FreeBSD$
.\"
-.Dd June 18, 2001
+.Dd December 14, 2006
.Dt SYSCONF 3
.Os
.Sh NAME
@@ -89,6 +89,8 @@ The number of processors configured.
The number of processors currently online.
.It Li _SC_OPEN_MAX
The maximum number of open files per user id.
+.It Li _SC_PAGESIZE
+The size of a system page in bytes.
.It Li _SC_STREAM_MAX
The minimum maximum number of streams that a process may have open
at any one time.
OpenPOWER on IntegriCloud