aboutsummaryrefslogtreecommitdiffstats
path: root/man3/fmod.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/fmod.3')
-rw-r--r--man3/fmod.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/fmod.3 b/man3/fmod.3
index aca1957ea8..3b228efe96 100644
--- a/man3/fmod.3
+++ b/man3/fmod.3
@@ -57,7 +57,7 @@ Feature Test Macro Requirements for glibc (see
.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
.SH DESCRIPTION