summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2021-10-25 21:29:29 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2022-09-05 03:01:30 +0200
commit6b7d08b21e8a1fbd390943ab8e9eb224d76a5c8c (patch)
tree65dc829891a5d2caaaab6ce7be2d4847d02eeb37
parentb77b0f3ed72f3957b3007451aee838f104a74a0c (diff)
gamma.3: SYNOPSIS: Mark as [[deprecated]]
These functions are misleading, and in some systems mean a different thing (tgamma(3) vs lgamma(3)). Never use gamma(3). Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
-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