OSDN Git Service

LDP: Update original to LDP v3.76
[linuxjm/LDP_man-pages.git] / original / man3 / tgamma.3
index 7994153..cf0ec67 100644 (file)
@@ -10,7 +10,7 @@
 .\" Modified 2004-11-15, fixed error noted by Fabian Kreutz
 .\"     <kreutz@dbs.uni-hannover.de>
 .\"
-.TH TGAMMA 3 2010-09-20 "GNU" "Linux Programmer's Manual"
+.TH TGAMMA 3 2014-12-31 "GNU" "Linux Programmer's Manual"
 .SH NAME
 tgamma, tgammaf, tgammal \- true gamma function
 .SH SYNOPSIS
@@ -113,8 +113,6 @@ when calling these functions.
 The following errors can occur:
 .TP
 Domain error: \fIx\fP is a negative integer, or negative infinity
-.\" FIXME . errno is not set to EDOM for x == -inf
-.\" Bug raised: http://sources.redhat.com/bugzilla/show_bug.cgi?id=6809
 .I errno
 is set to
 .BR EDOM .
@@ -169,13 +167,14 @@ that returns something else (see
 .BR gamma (3)
 for details).
 .SH BUGS
-If
-.I x
-is negative infinity,
+Before version 2.18, the glibc implementation of these functions did not set
+.\" http://sources.redhat.com/bugzilla/show_bug.cgi?id=6809
 .I errno
-is not set (it should be set to
-.BR EDOM ).
-.\" Bug raised: http://sources.redhat.com/bugzilla/show_bug.cgi?id=6809
+to
+.B EDOM
+when
+.I x
+is negative infinity.
 
 In glibc versions 2.3.3 and earlier,
 an argument of +0 or \-0 incorrectly produced a domain error
@@ -189,7 +188,7 @@ exception raised), rather than a pole error.
 .BR gamma (3),
 .BR lgamma (3)
 .SH COLOPHON
-This page is part of release 3.75 of the Linux
+This page is part of release 3.76 of the Linux
 .I man-pages
 project.
 A description of the project,