diff options
Diffstat (limited to 'man3/acos.3')
| -rw-r--r-- | man3/acos.3 | 6 |
1 files changed, 5 insertions, 1 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 |
