diff options
Diffstat (limited to 'lib/libc/gen/sysconf.3')
-rw-r--r-- | lib/libc/gen/sysconf.3 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/libc/gen/sysconf.3 b/lib/libc/gen/sysconf.3 index 7bfc70fe446..a083149c00f 100644 --- a/lib/libc/gen/sysconf.3 +++ b/lib/libc/gen/sysconf.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysconf.3,v 1.22 2007/05/31 19:19:28 jmc Exp $ +.\" $OpenBSD: sysconf.3,v 1.23 2008/03/16 19:56:27 kettenis Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: March 16 2008 $ .Dt SYSCONF 3 .Os .Sh NAME @@ -148,6 +148,10 @@ does not support the Semaphores Option. .It Li _SC_SEM_VALUE_MAX The maximum value a semaphore may have or \-1 if the system does not support the Semaphores Option. +.It Li _SC_PHYS_PAGES +The number of pages of physical memory. +.It Li _SC_AVPHYS_PAGES +The number of pages of physical memory not currently in use by the system. .El .Sh RETURN VALUES If the call to |