diff options
author | mpp <mpp@FreeBSD.org> | 1996-02-12 01:20:38 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1996-02-12 01:20:38 +0000 |
commit | 69247d533f275f8727b974552a938bd3a36e96e5 (patch) | |
tree | 69a7aa47ad6e712185ba5c98e0cdfc44e4cbf9a9 /lib/msun/man/lgamma.3 | |
parent | 1d267ab1ce64a53fcecd133f0ab0666fb6d7bd60 (diff) | |
download | FreeBSD-src-69247d533f275f8727b974552a938bd3a36e96e5.zip FreeBSD-src-69247d533f275f8727b974552a938bd3a36e96e5.tar.gz |
Fixed some minor formatting problems to silence manck some more.
Corrected some bogus cross references to man pages that we don't/won't
have and either deleted them, or found a more appropriate man page
that we do have. Various other minor changes to silence manck.
Manck is currently down to about 200 lines of errors, down from
the 500 - 600+ when I started all this.
Diffstat (limited to 'lib/msun/man/lgamma.3')
-rw-r--r-- | lib/msun/man/lgamma.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/msun/man/lgamma.3 b/lib/msun/man/lgamma.3 index 09aaeff..34a2d56 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: lgamma.3,v 1.1.1.1 1994/08/19 09:39:42 jkh Exp $ +.\" $Id: lgamma.3,v 1.2 1995/03/01 05:06:23 jkh Exp $ .\" .Dd December 3, 1992 .Dt LGAMMA 3 @@ -122,8 +122,7 @@ For large non-integer negative values, .Fn gamma will underflow. .Sh SEE ALSO -.Xr math 3 , -.Xr infnan 3 +.Xr math 3 .Sh HISTORY The .Nm lgamma |