aboutsummaryrefslogtreecommitdiffstats
path: root/man3/rint.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/rint.3')
-rw-r--r--man3/rint.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/rint.3 b/man3/rint.3
index 44a7c4bb6d..43a4932b94 100644
--- a/man3/rint.3
+++ b/man3/rint.3
@@ -62,7 +62,7 @@ _ISOC99_SOURCE || _POSIX_C_SOURCE\ >=\ 200112L
|| _XOPEN_SOURCE\ >=\ 500
.\" || _XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED
|| /* Since glibc 2.19: */ _DEFAULT_SOURCE
- || /* Glibc versions <= 2.19: */ _BSD_SOURCE || _SVID_SOURCE
+ || /* Glibc <= 2.19: */ _BSD_SOURCE || _SVID_SOURCE
.RE
.PP
.BR rintf (),
@@ -70,7 +70,7 @@ _ISOC99_SOURCE || _POSIX_C_SOURCE\ >=\ 200112L
.RS 4
_ISOC99_SOURCE || _POSIX_C_SOURCE\ >=\ 200112L
|| /* Since glibc 2.19: */ _DEFAULT_SOURCE
- || /* Glibc versions <= 2.19: */ _BSD_SOURCE || _SVID_SOURCE
+ || /* Glibc <= 2.19: */ _BSD_SOURCE || _SVID_SOURCE
.RE
.ad b
.SH DESCRIPTION