Skip to content

Commit

Permalink
rewording the implementation note in the sysconf function documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalak committed Feb 16, 2024
1 parent 504a0b1 commit 283f5f3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/doc/lr/src/sysconf.gml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ If job control is supported, the value of 1 is returned
.term _SC_SAVED_IDS
If saved identifiers are supported, the value of 1 is returned
.term _SC_VERSION
The release year and month of the POSIX.1 standard attempting to be supported, in the format YYYYMM
The release year and month of the POSIX.1 standard attempting to be
supported, in the format YYYYMM
.term _SC_STREAM_MAX
The maximum number of per-process streams supported
.term _SC_TZNAME_MAX
Expand All @@ -54,9 +55,9 @@ For the socket
.reffunc listen
function, retrieve the largest supported backlog of listen requests
.endterm
In this implementation, _SC_PAGE_SIZE and _SC_PAGESIZE have the same value.
In this implementation, requesting either _SC_NPROCESSORS_CONF or
_SC_NPROCESSORS_ONLN will return the same value.
In this implementation, _SC_PAGE_SIZE and _SC_PAGESIZE have the same value,
and a request to _SC_NPROCESSORS_CONF or _SC_NPROCESSORS_ONLN will return
the same value.
.np
Some inputs, specifically _SC_OPEN_MAX and _SC_CHILD_MAX, are configurable
via calls to
Expand Down

0 comments on commit 283f5f3

Please sign in to comment.