aboutsummaryrefslogtreecommitdiffstats
path: root/man3/expm1.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/expm1.3')
-rw-r--r--man3/expm1.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/expm1.3 b/man3/expm1.3
index 1039321f4f..87cca36384 100644
--- a/man3/expm1.3
+++ b/man3/expm1.3
@@ -51,7 +51,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
@@ -61,7 +61,7 @@ or
.BR expm1l ():
.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