feature_test_macros.7: tfix

Reported-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-03-16 16:18:45 +01:00
parent 6cf19e6234
commit deed406ee1
1 changed files with 4 additions and 4 deletions

View File

@ -521,24 +521,24 @@ is defined with one of the following values:
.IP \(bu 3
2,
if
.B XOPEN_SOURCE
.B _XOPEN_SOURCE
is defined with a value less than 500;
.IP \(bu
199506L,
if
.B XOPEN_SOURCE
.B _XOPEN_SOURCE
is defined with a value greater than or equal to 500 and less than 600;
or
.IP \(bu
(since glibc 2.4) 200112L,
if
.B XOPEN_SOURCE
.B _XOPEN_SOURCE
is defined with a value greater than or equal to 600 and less than 700.
.IP \(bu
(Since glibc 2.10)
200809L,
if
.B XOPEN_SOURCE
.B _XOPEN_SOURCE
is defined with a value greater than or equal to 700.
.IP \(bu
Older versions of glibc do not know about the values