Fix CONFORMING TO section.

This commit is contained in:
Michael Kerrisk 2007-07-10 05:34:35 +00:00
parent 5f526dc992
commit 6c6cc810ba
1 changed files with 8 additions and 1 deletions

View File

@ -103,6 +103,13 @@ A pole error occurs if
.I x
is a negative integer or zero.
.SH "CONFORMING TO"
C99, SVr4, 4.3BSD
The
.BR lgamma ()
family of functions are specified in C99 and POSIX.1-2001.
.I signgam
is specified in POSIX.1-2001, but not in C99.
The
.BR lgamma_r ()
family of functions are GNU extensions.
.SH "SEE ALSO"
.BR tgamma (3)