From: Alejandro Colomar Date: Mon, 25 Oct 2021 19:29:29 +0000 (+0200) Subject: gamma.3: SYNOPSIS: Mark as [[deprecated]] X-Git-Tag: man-pages-6.00~87 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6b7d08b21e8a1fbd390943ab8e9eb224d76a5c8c;p=thirdparty%2Fman-pages.git 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 --- diff --git a/man3/gamma.3 b/man3/gamma.3 index a0d1a0ac75..e7eb528712 100644 --- a/man3/gamma.3 +++ b/man3/gamma.3 @@ -14,9 +14,9 @@ Math library .nf .B #include .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