aboutsummaryrefslogtreecommitdiffstats
path: root/man3/acosh.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/acosh.3')
-rw-r--r--man3/acosh.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/acosh.3 b/man3/acosh.3
index 4de4c7c3ba..6c54af78bf 100644
--- a/man3/acosh.3
+++ b/man3/acosh.3
@@ -56,7 +56,7 @@ Feature Test Macro Requirements for glibc (see
.RS 4
_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 500 ||
_XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED || _ISOC99_SOURCE ||
-_POSIX_C_SOURCE >= 200112L;
+_POSIX_C_SOURCE\ >=\ 200112L;
.br
or
.I cc\ -std=c99
@@ -66,7 +66,7 @@ or
.BR acoshl ():
.RS 4
_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE ||
-_POSIX_C_SOURCE >= 200112L;
+_POSIX_C_SOURCE\ >=\ 200112L;
.br
or
.I cc\ -std=c99