j0.3, strerror.3, y0.3: wspfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2021-01-05 10:33:07 +01:00
parent 58a6844d20
commit cc4423f732
3 changed files with 3 additions and 3 deletions

View File

@ -77,7 +77,7 @@ Feature Test Macro Requirements for glibc (see
.BR jnf (),
.BR jnl ():
.nf
_XOPEN_SOURCE \ >=\ 600
_XOPEN_SOURCE\ >=\ 600
|| (_ISOC99_SOURCE && _XOPEN_SOURCE)
|| /* Since glibc 2.19: */ _DEFAULT_SOURCE
|| /* Glibc <= 2.19: */ _SVID_SOURCE || _BSD_SOURCE

View File

@ -70,7 +70,7 @@ Feature Test Macro Requirements for glibc (see
.BR strerror_r ():
.nf
The XSI-compliant version is provided if:
(_POSIX_C_SOURCE\ >=\ 200112L) && ! \ _GNU_SOURCE
(_POSIX_C_SOURCE\ >=\ 200112L) && !\ _GNU_SOURCE
Otherwise, the GNU-specific version is provided.
.fi
.SH DESCRIPTION

View File

@ -77,7 +77,7 @@ Feature Test Macro Requirements for glibc (see
.BR ynf (),
.BR ynl ():
.nf
_XOPEN_SOURCE \ >=\ 600
_XOPEN_SOURCE\ >=\ 600
|| (_ISOC99_SOURCE && _XOPEN_SOURCE)
|| /* Since glibc 2.19: */ _DEFAULT_SOURCE
|| /* Glibc <= 2.19: */ _SVID_SOURCE || _BSD_SOURCE