From e0a981113efd76efef9d496d896e7d61823bed64 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 18 Sep 2010 18:32:42 +0200 Subject: [PATCH] _exit.2, abs.3, atoi.3, strtod.3, strtol.3, strtoul.3: ffix Signed-off-by: Michael Kerrisk --- man2/_exit.2 | 7 ++++++- man3/abs.3 | 7 ++++++- man3/atoi.3 | 8 ++++++-- man3/strtod.3 | 8 +++++++- man3/strtol.3 | 8 ++++++-- man3/strtoul.3 | 8 ++++++-- 6 files changed, 37 insertions(+), 9 deletions(-) diff --git a/man2/_exit.2 b/man2/_exit.2 index a6d0682e6..072a1d225 100644 --- a/man2/_exit.2 +++ b/man2/_exit.2 @@ -43,9 +43,14 @@ Feature Test Macro Requirements for glibc (see .BR feature_test_macros (7)): .in .sp +.ad l .BR _Exit (): -_XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE; or +.RS 4 +_XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE; +.br +or .I cc\ -std=c99 +.ad .SH DESCRIPTION The function .BR _exit () diff --git a/man3/abs.3 b/man3/abs.3 index ab21f9d34..2f367608a 100644 --- a/man3/abs.3 +++ b/man3/abs.3 @@ -52,9 +52,14 @@ Feature Test Macro Requirements for glibc (see .BR feature_test_macros (7)): .in .sp +.ad l .BR llabs (): -_XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE; or +.RS 4 +_XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE; +.br +or .I cc\ -std=c99 +.ad .SH DESCRIPTION The .BR abs () diff --git a/man3/atoi.3 b/man3/atoi.3 index 3055ecd3b..c47ed418a 100644 --- a/man3/atoi.3 +++ b/man3/atoi.3 @@ -51,9 +51,13 @@ Feature Test Macro Requirements for glibc (see .sp .ad l .BR atoll (): -_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE; or +.RS 4 +_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE; +.br +or .I cc\ -std=c99 -.ad b +.RE +.ad .SH DESCRIPTION The .BR atoi () diff --git a/man3/strtod.3 b/man3/strtod.3 index 32cc136db..810bc75f5 100644 --- a/man3/strtod.3 +++ b/man3/strtod.3 @@ -56,11 +56,17 @@ strtod, strtof, strtold \- convert ASCII string to floating-point number Feature Test Macro Requirements for glibc (see .BR feature_test_macros (7)): .in +.ad l .sp .BR strtof (), .BR strtold (): -_XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE; or +.RS 4 +_XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE; +.br +or .I cc\ -std=c99 +.RE +.ad l .SH DESCRIPTION The .BR strtod (), diff --git a/man3/strtol.3 b/man3/strtol.3 index 426fee7aa..3bd5011a0 100644 --- a/man3/strtol.3 +++ b/man3/strtol.3 @@ -46,9 +46,13 @@ Feature Test Macro Requirements for glibc (see .sp .ad l .BR strtoll (): -XOPEN_SOURCE >= 600 || _BSD_SOURCE || _SVID_SOURCE || _ISOC99_SOURCE; or +.RS 4 +XOPEN_SOURCE >= 600 || _BSD_SOURCE || _SVID_SOURCE || _ISOC99_SOURCE; +.br +or .I cc\ -std=c99 -.ad b +.RE +.ad .SH DESCRIPTION The .BR strtol () diff --git a/man3/strtoul.3 b/man3/strtoul.3 index 656ef775a..8ef98bed7 100644 --- a/man3/strtoul.3 +++ b/man3/strtoul.3 @@ -49,9 +49,13 @@ Feature Test Macro Requirements for glibc (see .sp .ad l .BR strtoull (): -XOPEN_SOURCE >= 600 || _BSD_SOURCE || _SVID_SOURCE || _ISOC99_SOURCE; or +.RS 4 +XOPEN_SOURCE >= 600 || _BSD_SOURCE || _SVID_SOURCE || _ISOC99_SOURCE; +.br +or .I cc\ -std=c99 -.ad b +.RE +.ad .SH DESCRIPTION The .BR strtoul ()