diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-02-27 21:57:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-02-27 21:57:41 +0000 |
commit | aaf2d58f0d5749cc06139b7e1db0b22881ba61bd (patch) | |
tree | bc799ab769e278dfdecc60b0bbf69c30a578d613 /lib/libm/man | |
parent | 584fd0812f68bd000624885be123bf263ed152ff (diff) |
make function names the correct case
Diffstat (limited to 'lib/libm/man')
-rw-r--r-- | lib/libm/man/lgamma.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libm/man/lgamma.3 b/lib/libm/man/lgamma.3 index 9fb68ce6bda..115051ac081 100644 --- a/lib/libm/man/lgamma.3 +++ b/lib/libm/man/lgamma.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)lgamma.3 6.6 (Berkeley) 12/3/92 -.\" $Id: lgamma.3,v 1.3 1997/07/28 08:15:03 deraadt Exp $ +.\" $Id: lgamma.3,v 1.4 1999/02/27 21:57:29 deraadt Exp $ .\" .Dd December 3, 1992 .Dt LGAMMA 3 @@ -48,7 +48,7 @@ .Ft float .Fn lgammaf "float x" .Sh DESCRIPTION -.Fn Lgamma x +.Fn lgamma x .if t \{\ returns ln\||\(*G(x)| where .Bd -unfilled -offset indent @@ -78,7 +78,7 @@ Only after has returned can signgam be correct. .Pp .Sh RETURN VALUES -.Fn Lgamma +.Fn lgamma returns appropriate values unless an argument is out of range. Overflow will occur for sufficiently large positive values, and non-positive integers. |