chown.2, ffs.3, fpclassify.3, gamma.3, getgrent.3, ilogb.3, strdup.3: ffix

Bring a bit more consistency to Feature Test Macro information
(mainly .PP between differnt FTM lists).

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-12-31 10:27:24 +01:00
parent 58e93595b9
commit 0129eef26c
7 changed files with 10 additions and 6 deletions

View File

@ -68,10 +68,11 @@ Feature Test Macro Requirements for glibc (see
.\" || _XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED
|| /* Glibc versions <= 2.19: */ _BSD_SOURCE
.RE
.PD
.PP
.BR fchownat ():
.PD 0
.ad l
.PD 0
.RS 4
.TP 4
Since glibc 2.10:
@ -80,6 +81,7 @@ _POSIX_C_SOURCE\ >=\ 200809L
Before glibc 2.10:
_ATFILE_SOURCE
.RE
.PD
.ad
.PD
.SH DESCRIPTION

View File

@ -65,6 +65,7 @@ Since glibc 2.12:
Before glibc 2.12:
none
.RE
.PD
.PP
.BR ffsl (),
.BR ffsll ():

View File

@ -42,6 +42,7 @@ Feature Test Macro Requirements for glibc (see
.RS 4
_ISOC99_SOURCE || _POSIX_C_SOURCE\ >=\ 200112L
.RE
.PP
.BR isnan ():
.RS 4
_ISOC99_SOURCE || _POSIX_C_SOURCE\ >=\ 200112L
@ -49,6 +50,7 @@ _ISOC99_SOURCE || _POSIX_C_SOURCE\ >=\ 200112L
|| /* Since glibc 2.19: */ _DEFAULT_SOURCE
|| /* Glibc versions <= 2.19: */ _BSD_SOURCE || _SVID_SOURCE
.RE
.PP
.BR isinf ():
.RS 4
_ISOC99_SOURCE || _POSIX_C_SOURCE\ >=\ 200112L

View File

@ -32,6 +32,7 @@ _XOPEN_SOURCE
|| /* Since glibc 2.19: */ _DEFAULT_SOURCE
|| /* Glibc versions <= 2.19: */ _BSD_SOURCE || _SVID_SOURCE
.RE
.PP
.BR gammaf (),
.BR gammal ():
.RS 4

View File

@ -47,7 +47,6 @@ Feature Test Macro Requirements for glibc (see
.BR feature_test_macros (7)):
.RE
.PP
.PD 0
.ad l
.BR setgrent ():
.RS 4
@ -71,7 +70,6 @@ Glibc 2.21 and earlier
|| /* Since glibc 2.12: */ _POSIX_C_SOURCE\ >=\ 200809L
|| /* Glibc versions <= 2.19: */ _BSD_SOURCE || _SVID_SOURCE
.RE
.PD
.ad b
.SH DESCRIPTION
The

View File

@ -54,7 +54,7 @@ _ISOC99_SOURCE || _POSIX_C_SOURCE\ >=\ 200112L
|| /* Since glibc 2.19: */ _DEFAULT_SOURCE
|| /* Glibc versions <= 2.19: */ _BSD_SOURCE || _SVID_SOURCE
.RE
.br
.PP
.BR ilogbf (),
.BR ilogbl ():
.RS 4

View File

@ -47,7 +47,6 @@ Feature Test Macro Requirements for glibc (see
.BR feature_test_macros (7)):
.RE
.PP
.PD 0
.ad l
.BR strdup ():
.RS 4
@ -58,6 +57,7 @@ _XOPEN_SOURCE\ >=\ 500
.RE
.PP
.BR strndup ():
.PD 0
.RS 4
.TP 4
Since glibc 2.10:
@ -66,12 +66,12 @@ _POSIX_C_SOURCE\ >=\ 200809L
Before glibc 2.10:
_GNU_SOURCE
.RE
.PD
.PP
.BR strdupa (),
.BR strndupa ():
_GNU_SOURCE
.ad
.PD
.SH DESCRIPTION
The
.BR strdup ()