summaryrefslogtreecommitdiffstats
path: root/man3/tgamma.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/tgamma.3')
-rw-r--r--man3/tgamma.319
1 files changed, 9 insertions, 10 deletions
diff --git a/man3/tgamma.3 b/man3/tgamma.3
index b13d88580..d2c596934 100644
--- a/man3/tgamma.3
+++ b/man3/tgamma.3
@@ -9,7 +9,7 @@
.\" Modified 2004-11-15, fixed error noted by Fabian Kreutz
.\" <kreutz@dbs.uni-hannover.de>
.\"
-.TH tgamma 3 2023-02-10 "Linux man-pages 6.03"
+.TH tgamma 3 2023-07-20 "Linux man-pages 6.05.01"
.SH NAME
tgamma, tgammaf, tgammal \- true gamma function
.SH LIBRARY
@@ -156,29 +156,28 @@ is set to
.BR ERANGE .
.\" glibc (as at 2.8) also supports an inexact
.\" exception for various cases.
-.SH VERSIONS
-These functions were added in glibc 2.1.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
-.ad l
-.nh
.TS
allbox;
lbx lb lb
l l l.
Interface Attribute Value
T{
+.na
+.nh
.BR tgamma (),
.BR tgammaf (),
.BR tgammal ()
T} Thread safety MT-Safe
.TE
-.hy
-.ad
.sp 1
.SH STANDARDS
-C99, POSIX.1-2001, POSIX.1-2008.
+C11, POSIX.1-2008.
+.SH HISTORY
+glibc 2.1.
+C99, POSIX.1-2001.
.SH NOTES
This function had to be called "true gamma function"
since there is already a function
@@ -188,7 +187,7 @@ that returns something else (see
for details).
.SH BUGS
Before glibc 2.18, the glibc implementation of these functions did not set
-.\" http://sources.redhat.com/bugzilla/show_bug.cgi?id=6809
+.\" https://www.sourceware.org/bugzilla/show_bug.cgi?id=6809
.I errno
to
.B EDOM
@@ -197,7 +196,7 @@ when
is negative infinity.
.PP
Before glibc 2.19,
-.\" http://sources.redhat.com/bugzilla/show_bug.cgi?id=6810
+.\" https://www.sourceware.org/bugzilla/show_bug.cgi?id=6810
the glibc implementation of these functions did not set
.I errno
to