Skip to content

Commit

Permalink
wait4.2, endian.3, isalpha.3, unlocked_stdio.3: Minor consistency fix…
Browse files Browse the repository at this point in the history
… for Feature Test Macro info

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
  • Loading branch information
mkerrisk committed Dec 31, 2020
1 parent ea40ab1 commit 9834f61
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion man2/wait4.2
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Feature Test Macro Requirements for glibc (see
Since glibc 2.26:
_DEFAULT_SOURCE ||
(_XOPEN_SOURCE\ >=\ 500 &&
! (_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600))
! (_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600))
From glibc 2.19 to 2.25:
_DEFAULT_SOURCE || _XOPEN_SOURCE\ >=\ 500
Glibc 2.19 and earlier:
Expand Down
2 changes: 2 additions & 0 deletions man3/endian.3
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ convert values between host and big-/little-endian byte order
.RS -4
Feature Test Macro Requirements for glibc (see
.BR feature_test_macros (7)):
.ad l
.RE
.PP
.BR htobe16 (),
Expand All @@ -73,6 +74,7 @@ Feature Test Macro Requirements for glibc (see
In glibc up to and including 2.19:
_BSD_SOURCE
.fi
.ad
.SH DESCRIPTION
These functions convert the byte encoding of integer values from
the byte order that the current CPU (the "host") uses,
Expand Down
2 changes: 2 additions & 0 deletions man3/isalpha.3
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ _XOPEN_SOURCE
.RS 4
_ISOC99_SOURCE || _POSIX_C_SOURCE\ >=\ 200112L
.RE
.nh
.PP
.BR isalnum_l (),
.BR isalpha_l (),
Expand All @@ -100,6 +101,7 @@ _ISOC99_SOURCE || _POSIX_C_SOURCE\ >=\ 200112L
.BR isspace_l (),
.BR isupper_l (),
.BR isxdigit_l ():
.hy
.PD 0
.RS 4
.TP
Expand Down
2 changes: 2 additions & 0 deletions man3/unlocked_stdio.3
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ putchar_unlocked \- nonlocking stdio functions
Feature Test Macro Requirements for glibc (see
.BR feature_test_macros (7)):
.ad l
.nh
.RE
.PP
.BR getc_unlocked (),
Expand Down Expand Up @@ -104,6 +105,7 @@ Feature Test Macro Requirements for glibc (see
.RS 4
_GNU_SOURCE
.RE
.hy
.ad b
.SH DESCRIPTION
Each of these functions has the same behavior as its counterpart
Expand Down

0 comments on commit 9834f61

Please sign in to comment.