From 487d13c0e7f1c5405da4ba06ba630b15da1bdd45 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Tue, 20 Nov 2001 16:40:04 +0000 Subject: [PATCH] mdoc(7) police: fixed bugs from rev. 1.15. --- lib/msun/man/lgamma.3 | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/lib/msun/man/lgamma.3 b/lib/msun/man/lgamma.3 index 279eb3e8d050..7805ad854a67 100644 --- a/lib/msun/man/lgamma.3 +++ b/lib/msun/man/lgamma.3 @@ -94,16 +94,16 @@ Only after or .Fn lgammaf has returned can signgam be correct. -.\.Pp -.\For arguments in its range, -.\.Fn gamma -.\and -.\.Fn gammaf -.\is preferred, as for positive arguments -.\it is accurate to within one unit in the last place. -.\Exponentiation of -.\.Fn lgamma -.\will lose up to 10 significant bits. +.\".Pp +.\"For arguments in its range, +.\".Fn gamma +.\"and +.\".Fn gammaf +.\"is preferred, as for positive arguments +.\"it is accurate to within one unit in the last place. +.\"Exponentiation of +.\".Fn lgamma +.\"will lose up to 10 significant bits. .Sh RETURN VALUES .Fn gamma , .Fn gammaf , @@ -133,17 +133,17 @@ function appeared in The .Fn gamma function appeared in -.Bx 4.4 -as a function which computed \(*G(x). +.Bx 4.4 +as a function which computed \(*G(x). In many older libraries the function .Fn gamma calculated the same value as .Fn lgamma . -Now +Now .Fn gamma computes ln\||\(*G(x)|, but it uses a different algorithm, -and it does not set +and it does not set .Fa signgam . The .St -isoC-99