diff options
Diffstat (limited to 'man3')
| -rw-r--r-- | man3/acos.3 | 6 | ||||
| -rw-r--r-- | man3/asin.3 | 6 | ||||
| -rw-r--r-- | man3/atan.3 | 6 |
3 files changed, 15 insertions, 3 deletions
diff --git a/man3/acos.3 b/man3/acos.3 index 39c74912b5..63092109f2 100644 --- a/man3/acos.3 +++ b/man3/acos.3 @@ -52,8 +52,12 @@ Feature Test Macro Requirements for glibc (see .ad l .BR acosf (), .BR acosl (): -_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 +.RE .ad b .SH DESCRIPTION The diff --git a/man3/asin.3 b/man3/asin.3 index ea2ad4d746..9f61d6ce13 100644 --- a/man3/asin.3 +++ b/man3/asin.3 @@ -54,8 +54,12 @@ Feature Test Macro Requirements for glibc (see .ad l .BR asinf (), .BR asinl (): -_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 +.RE .ad b .SH DESCRIPTION The diff --git a/man3/atan.3 b/man3/atan.3 index dbfd0dd5cd..80e8dac5b9 100644 --- a/man3/atan.3 +++ b/man3/atan.3 @@ -54,8 +54,12 @@ Feature Test Macro Requirements for glibc (see .ad l .BR atanf (), .BR atanl (): -_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 +.RE .ad b .SH DESCRIPTION The |
