aboutsummaryrefslogtreecommitdiffstats
path: root/man3/scalb.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/scalb.3')
-rw-r--r--man3/scalb.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/scalb.3 b/man3/scalb.3
index 1035974acf..802da35237 100644
--- a/man3/scalb.3
+++ b/man3/scalb.3
@@ -50,7 +50,7 @@ Feature Test Macro Requirements for glibc (see
_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 scalbf (),
@@ -58,7 +58,7 @@ _XOPEN_SOURCE\ >=\ 500
.RS 4
_XOPEN_SOURCE\ >=\ 600
|| /* 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