diff options
| author | lukem <lukem@NetBSD.org> | 1998-08-29 08:32:32 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 1998-08-29 08:32:32 +0000 |
| commit | ce83c69e00a77ed28196913aa6cd4d90b18a5a40 (patch) | |
| tree | 450c82d7051427c4a5591ae055ee20a914f89ff7 /lib/libm | |
| parent | ed88a6f1032cd4c9cfba1c0bd934bbe6bff8fc05 (diff) | |
first pass at fixing up capitalization of function names and
arguments; ensure that each is correct with respect to the
implementation, rather than being correct as per english.
Diffstat (limited to 'lib/libm')
| -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 3fa00432178..29eaa8c0574 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 -.\" $NetBSD: lgamma.3,v 1.12 1998/02/05 18:52:10 perry Exp $ +.\" $NetBSD: lgamma.3,v 1.13 1998/08/29 08:32:44 lukem Exp $ .\" .Dd December 3, 1992 .Dt LGAMMA 3 @@ -51,7 +51,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 @@ -81,7 +81,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. |
