diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-12-31 10:27:24 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-12-31 10:27:24 +0100 |
| commit | 0129eef26ce3bbadad8dc24f0727fe7eeb0fa620 (patch) | |
| tree | 78055ec023e924d46adf24d3c1bf3b8d7c381bf1 /man3 | |
| parent | 58e93595b941f8812fffa873a46cc509b8fbed75 (diff) | |
| download | man-pages-0129eef26ce3bbadad8dc24f0727fe7eeb0fa620.tar.gz | |
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>
Diffstat (limited to 'man3')
| -rw-r--r-- | man3/ffs.3 | 1 | ||||
| -rw-r--r-- | man3/fpclassify.3 | 2 | ||||
| -rw-r--r-- | man3/gamma.3 | 1 | ||||
| -rw-r--r-- | man3/getgrent.3 | 2 | ||||
| -rw-r--r-- | man3/ilogb.3 | 2 | ||||
| -rw-r--r-- | man3/strdup.3 | 4 |
6 files changed, 7 insertions, 5 deletions
diff --git a/man3/ffs.3 b/man3/ffs.3 index 1da275058a..3126f889fa 100644 --- a/man3/ffs.3 +++ b/man3/ffs.3 @@ -65,6 +65,7 @@ Since glibc 2.12: Before glibc 2.12: none .RE +.PD .PP .BR ffsl (), .BR ffsll (): diff --git a/man3/fpclassify.3 b/man3/fpclassify.3 index a32a6defb6..7fac7efb39 100644 --- a/man3/fpclassify.3 +++ b/man3/fpclassify.3 @@ -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 diff --git a/man3/gamma.3 b/man3/gamma.3 index 0f9c3649c8..35e63d1575 100644 --- a/man3/gamma.3 +++ b/man3/gamma.3 @@ -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 diff --git a/man3/getgrent.3 b/man3/getgrent.3 index 245e38885b..6327547584 100644 --- a/man3/getgrent.3 +++ b/man3/getgrent.3 @@ -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 diff --git a/man3/ilogb.3 b/man3/ilogb.3 index a9169fe011..d2b6b0253b 100644 --- a/man3/ilogb.3 +++ b/man3/ilogb.3 @@ -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 diff --git a/man3/strdup.3 b/man3/strdup.3 index f9a34ed91b..8742e78a44 100644 --- a/man3/strdup.3 +++ b/man3/strdup.3 @@ -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 () |
