diff options
Diffstat (limited to 'man3/gamma.3')
| -rw-r--r-- | man3/gamma.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/gamma.3 b/man3/gamma.3 index 35e63d1575..42f0ab3159 100644 --- a/man3/gamma.3 +++ b/man3/gamma.3 @@ -30,7 +30,7 @@ Feature Test Macro Requirements for glibc (see .RS 4 _XOPEN_SOURCE || /* Since glibc 2.19: */ _DEFAULT_SOURCE - || /* Glibc versions <= 2.19: */ _BSD_SOURCE || _SVID_SOURCE + || /* Glibc <= 2.19: */ _BSD_SOURCE || _SVID_SOURCE .RE .PP .BR gammaf (), @@ -38,7 +38,7 @@ _XOPEN_SOURCE .RS 4 _XOPEN_SOURCE >= 600 || (_XOPEN_SOURCE && _ISOC99_SOURCE) || /* 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 |
