aboutsummaryrefslogtreecommitdiffstats
path: root/man3/acosh.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/acosh.3')
-rw-r--r--man3/acosh.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/acosh.3 b/man3/acosh.3
index d079fbe370..20be139d6c 100644
--- a/man3/acosh.3
+++ b/man3/acosh.3
@@ -56,9 +56,9 @@ Feature Test Macro Requirements for glibc (see
.ad l
.BR acosh ():
.RS 4
-_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 500 ||
-_XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED || _ISOC99_SOURCE ||
-_POSIX_C_SOURCE\ >=\ 200112L
+_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 500
+.\" || _XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED
+|| _ISOC99_SOURCE || _POSIX_C_SOURCE\ >=\ 200112L
.br
or
.I cc\ -std=c99