Add documentation of _SC_NPROCESSORS_CONF and _SC_NPROCESSORS_ONLN.

This commit is contained in:
Michael Kerrisk 2007-11-29 21:16:50 +00:00
parent abedee0a4e
commit a19d984e55
1 changed files with 7 additions and 1 deletions

View File

@ -22,7 +22,7 @@
.\" License.
.\" Modified Sat Jul 24 17:51:42 1993 by Rik Faith (faith@cs.unc.edu)
.\" Modified Tue Aug 17 11:42:20 1999 by Ariel Scolnicov (ariels@compugen.co.il)
.TH SYSCONF 3 1993-04-18 "GNU" "Linux Programmer's Manual"
.TH SYSCONF 3 2007-12-12 "GNU" "Linux Programmer's Manual"
.SH NAME
sysconf \- Get configuration information at runtime
.SH SYNOPSIS
@ -300,6 +300,12 @@ to overflow.
.TP
.BR "" " - " _SC_AVPHYS_PAGES
The number of currently available pages of physical memory.
.TP
.BR "" " - " _SC_NPROCESSORS_CONF
The number of processors configured.
.TP
.BR "" " - " _SC_NPROCESSORS_ONLN
The number of processors currently online (available).
.SH "RETURN VALUE"
If
.I name