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/strdup.3 | |
| 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/strdup.3')
| -rw-r--r-- | man3/strdup.3 | 4 |
1 files changed, 2 insertions, 2 deletions
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 () |
