aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-07-13 14:45:28 +0000
committerBruce Evans <bde@FreeBSD.org>1997-07-13 14:45:28 +0000
commit354fb38542655e3a4f2475b50c6629c51f8d0f33 (patch)
treeec1601578e2b11c6789e8d34f3a847ac58a26501 /lib
parent64bb6c342081d0038c60180f298afac55640afaa (diff)
downloadsrc-354fb38542655e3a4f2475b50c6629c51f8d0f33.tar.gz
src-354fb38542655e3a4f2475b50c6629c51f8d0f33.zip
Fixed minor bugs related to the addition of gammaf.
The major bug, that gamma is documented as really being gamma, is still unfixed.
Notes
Notes: svn path=/head/; revision=27371
Diffstat (limited to 'lib')
-rw-r--r--lib/msun/man/lgamma.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/msun/man/lgamma.3 b/lib/msun/man/lgamma.3
index e9bae125e5db..6f469fd82549 100644
--- a/lib/msun/man/lgamma.3
+++ b/lib/msun/man/lgamma.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)lgamma.3 6.6 (Berkeley) 12/3/92
-.\" $Id$
+.\" $Id: lgamma.3,v 1.5 1997/02/22 15:09:38 peter Exp $
.\"
.Dd December 3, 1992
.Dt LGAMMA 3
@@ -53,7 +53,7 @@
.Ft double
.Fn gamma "double x"
.Ft float
-.Fn gamma "float x"
+.Fn gammaf "float x"
.Sh DESCRIPTION
.Fn lgamma x
and
@@ -67,7 +67,7 @@ return ln\||\(*G(x)| where
.Ed
.\}
.if n \
-returns ln\||\(*G(x)|.
+return ln\||\(*G(x)|.
.Pp
The external integer
.Fa signgam