summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2014-01-18 23:48:49 +1300
committerMichael Kerrisk <mtk.manpages@gmail.com>2014-01-18 23:50:32 +1300
commit853a2abafe330745c0144c57c66f361a2059772e (patch)
tree30fc8eb2fb0eca9f0c7e3b253f810e5318a7aa44
parent4e0344e4a2b4da3ca69e3e491a202a2ca61f1329 (diff)
lgamma.3: Reword to avoid clumsy use of "etc."
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/j0.32
-rw-r--r--man3/lgamma.310
2 files changed, 7 insertions, 5 deletions
diff --git a/man3/j0.3 b/man3/j0.3
index 6a2efdd36..5f01ee70b 100644
--- a/man3/j0.3
+++ b/man3/j0.3
@@ -33,7 +33,7 @@
.\" Modified 2004-11-12 as per suggestion by Fabian Kreutz/AEB
.\" 2008-07-24, mtk, moved yxx() material into separate y0.3 page
.\"
-.TH J0 3 2010-09-20 "" "Linux Programmer's Manual"
+.TH J0 3 2014-01-18 "" "Linux Programmer's Manual"
.SH NAME
j0, j0f, j0l, j1, j1f, j1l, jn, jnf, jnl \-
Bessel functions of the first kind
diff --git a/man3/lgamma.3 b/man3/lgamma.3
index 6b31353cc..26859c1c4 100644
--- a/man3/lgamma.3
+++ b/man3/lgamma.3
@@ -8,7 +8,7 @@
.\"
.\" based on glibc infopages
.\"
-.TH LGAMMA 3 2010-09-11 "" "Linux Programmer's Manual"
+.TH LGAMMA 3 2014-01-18 "" "Linux Programmer's Manual"
.SH NAME
lgamma, lgammaf, lgammal, lgamma_r, lgammaf_r, lgammal_r, signgam \-
log gamma function
@@ -87,9 +87,11 @@ when it is negative.
Since using a constant location
.I signgam
is not thread-safe, the functions
-.BR lgamma_r ()
-etc. have
-been introduced; they return the sign via the argument
+.BR lgamma_r (),
+.BR lgammaf_r (),
+and
+.BR lgammal_r ()
+have been introduced; they return the sign via the argument
.IR signp .
.SH RETURN VALUE
On success, these functions return the natural logarithm of Gamma(x).