summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man3/gamma.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/gamma.3 b/man3/gamma.3
index a0d1a0ac7..e7eb52871 100644
--- a/man3/gamma.3
+++ b/man3/gamma.3
@@ -14,9 +14,9 @@ Math library
.nf
.B #include <math.h>
.PP
-.BI "double gamma(double " x ");"
-.BI "float gammaf(float " x ");"
-.BI "long double gammal(long double " x ");"
+.BI "[[deprecated]] double gamma(double " x ");"
+.BI "[[deprecated]] float gammaf(float " x ");"
+.BI "[[deprecated]] long double gammal(long double " x ");"
.fi
.PP
.RS -4