aboutsummaryrefslogtreecommitdiffstats
path: root/man3/rint.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/rint.3')
-rw-r--r--man3/rint.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/rint.3 b/man3/rint.3
index 95e464fbab..c5ebeba1c8 100644
--- a/man3/rint.3
+++ b/man3/rint.3
@@ -55,7 +55,7 @@ Feature Test Macro Requirements for glibc (see
.BR nearbyintf (),
.BR nearbyintl ():
.RS 4
-_XOPEN_SOURCE\ >=\ 600 || _POSIX_C_SOURCE >= 200112L || _ISOC99_SOURCE;
+_XOPEN_SOURCE\ >=\ 600 || _POSIX_C_SOURCE\ >=\ 200112L || _ISOC99_SOURCE;
.br
or
.I cc\ -std=c99
@@ -65,7 +65,7 @@ or
.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
@@ -75,7 +75,7 @@ or
.BR rintl ():
.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