]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
chown.2, ffs.3, fpclassify.3, gamma.3, getgrent.3, ilogb.3, strdup.3: ffix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 31 Dec 2020 09:27:24 +0000 (10:27 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 31 Dec 2020 09:27:24 +0000 (10:27 +0100)
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>
man2/chown.2
man3/ffs.3
man3/fpclassify.3
man3/gamma.3
man3/getgrent.3
man3/ilogb.3
man3/strdup.3

index c93169524e190e2cb98bcb18213c9f13e772fa7b..4877b376e71cbf9b1b2cefb485821c3a152d3dca 100644 (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
index 1da275058a96ff8932bfc1948e8d358a11eb553b..3126f889fa2bf3e41aa98bdcf3de4721219c4ce1 100644 (file)
@@ -65,6 +65,7 @@ Since glibc 2.12:
 Before glibc 2.12:
 none
 .RE
+.PD
 .PP
 .BR ffsl (),
 .BR ffsll ():
index a32a6defb6070344b55aa226bdfee92731c42379..7fac7efb39bc45b6844bba517e599a4b213709e6 100644 (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
index 0f9c3649c8e4998999e2a44563be84bea664ccd9..35e63d1575145515a5e79d50babd0ee78efb44f8 100644 (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
index 245e38885b63a8dc9cc721dfcfb2618e107efe80..632754758440e718338a202904e023d6d4c2b5d0 100644 (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
index a9169fe0113e001adbd8b08d7bf983d361db07f3..d2b6b0253b2a1a72b56d69af55c59d9d045d0955 100644 (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
index f9a34ed91be67f69cdd099563e5575912428c85a..8742e78a44ed6fbb1c498f9e004d7a3fdffee7ec 100644 (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 ()