diff options
author | 1999-02-27 21:54:48 +0000 | |
---|---|---|
committer | 1999-02-27 21:54:48 +0000 | |
commit | 960f8fbd44b728dd399b6f0cecfac7f0443ae77a (patch) | |
tree | 7c7161599c52771fdf4d5c9d491663056a570428 /lib/libm/man | |
parent | do not divide by zero; helbig@Informatik.BA-Stuttgart.DE (diff) | |
download | wireguard-openbsd-960f8fbd44b728dd399b6f0cecfac7f0443ae77a.tar.xz wireguard-openbsd-960f8fbd44b728dd399b6f0cecfac7f0443ae77a.zip |
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. |