From 69247d533f275f8727b974552a938bd3a36e96e5 Mon Sep 17 00:00:00 2001 From: mpp Date: Mon, 12 Feb 1996 01:20:38 +0000 Subject: 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. --- lib/msun/man/acosh.3 | 3 +-- lib/msun/man/asinh.3 | 3 +-- lib/msun/man/atanh.3 | 3 +-- lib/msun/man/exp.3 | 5 ++--- lib/msun/man/j0.3 | 5 ++--- lib/msun/man/lgamma.3 | 5 ++--- lib/msun/man/math.3 | 5 ++--- lib/msun/man/sqrt.3 | 5 ++--- 8 files changed, 13 insertions(+), 21 deletions(-) (limited to 'lib/msun/man') diff --git a/lib/msun/man/acosh.3 b/lib/msun/man/acosh.3 index f72478d..08e1a6e 100644 --- a/lib/msun/man/acosh.3 +++ b/lib/msun/man/acosh.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)acosh.3 5.2 (Berkeley) 5/6/91 -.\" $Id: acosh.3,v 1.1.1.1 1994/08/19 09:39:41 jkh Exp $ +.\" $Id: acosh.3,v 1.2 1995/03/01 05:05:19 jkh Exp $ .\" .Dd May 6, 1991 .Dt ACOSH 3 @@ -80,7 +80,6 @@ causes a reserved operand fault. .Xr asinh 3 , .Xr atanh 3 , .Xr exp 3 , -.Xr infnan 3 , .Xr math 3 .Sh HISTORY The diff --git a/lib/msun/man/asinh.3 b/lib/msun/man/asinh.3 index f24a60c..7de32ae 100644 --- a/lib/msun/man/asinh.3 +++ b/lib/msun/man/asinh.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)asinh.3 6.4 (Berkeley) 5/6/91 -.\" $Id: asinh.3,v 1.1.1.1 1994/08/19 09:39:41 jkh Exp $ +.\" $Id: asinh.3,v 1.2 1995/03/01 05:05:27 jkh Exp $ .\" .Dd May 6, 1991 .Dt ASINH 3 @@ -68,7 +68,6 @@ return the inverse hyperbolic sine of .Xr acosh 3 , .Xr atanh 3 , .Xr exp 3 , -.Xr infnan 3 , .Xr math 3 .Sh HISTORY The diff --git a/lib/msun/man/atanh.3 b/lib/msun/man/atanh.3 index 8b62d6b..4c1a3ea 100644 --- a/lib/msun/man/atanh.3 +++ b/lib/msun/man/atanh.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)atanh.3 5.2 (Berkeley) 5/6/91 -.\" $Id: atanh.3,v 1.1.1.1 1994/08/19 09:39:42 jkh Exp $ +.\" $Id: atanh.3,v 1.2 1995/03/01 05:05:37 jkh Exp $ .\" .Dd May 6, 1991 .Dt ATANH 3 @@ -82,7 +82,6 @@ a reserved operand fault is generated. .Xr acosh 3 , .Xr asinh 3 , .Xr exp 3 , -.Xr infnan 3 , .Xr math 3 .Sh HISTORY The diff --git a/lib/msun/man/exp.3 b/lib/msun/man/exp.3 index 8a25ff2..8d44390 100644 --- a/lib/msun/man/exp.3 +++ b/lib/msun/man/exp.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)exp.3 6.12 (Berkeley) 7/31/91 -.\" $Id: exp.3,v 1.1.1.1 1994/08/19 09:39:42 jkh Exp $ +.\" $Id: exp.3,v 1.2 1995/03/01 05:05:55 jkh Exp $ .\" .Dd July 31, 1991 .Dt EXP 3 @@ -299,8 +299,7 @@ then \*(Na**0 = 1 too because x**0 = 1 for all finite and infinite x, i.e., independently of x. .El .Sh SEE ALSO -.Xr math 3 , -.Xr infnan 3 +.Xr math 3 .Sh HISTORY A .Fn exp , diff --git a/lib/msun/man/j0.3 b/lib/msun/man/j0.3 index ee18c9e..8e1327c 100644 --- a/lib/msun/man/j0.3 +++ b/lib/msun/man/j0.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)j0.3 6.7 (Berkeley) 4/19/91 -.\" $Id: j0.3,v 1.2 1995/03/01 05:06:20 jkh Exp $ +.\" $Id: j0.3,v 1.3 1995/10/22 18:16:39 bde Exp $ .\" .Dd April 19, 1991 .Dt J0 3 @@ -148,8 +148,7 @@ is set to .Er EDOM and a reserve operand fault is generated. .Sh SEE ALSO -.Xr math 3 , -.Xr infnan 3 +.Xr math 3 .Sh HISTORY This set of functions appeared in 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 diff --git a/lib/msun/man/math.3 b/lib/msun/man/math.3 index 8e7e52f..e2d62c0 100644 --- a/lib/msun/man/math.3 +++ b/lib/msun/man/math.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)math.3 6.10 (Berkeley) 5/6/91 -.\" $Id: math.3,v 1.1.1.1 1994/08/19 09:39:42 jkh Exp $ +.\" $Id: math.3,v 1.2 1995/03/01 05:06:27 jkh Exp $ .\" .TH MATH 3M "May 6, 1991" .UC 4 @@ -82,7 +82,6 @@ fabs floor.3m absolute value 0 floor floor.3m integer no greater than 0 hypot hypot.3m Euclidean distance 1 ilogb ieee.3m exponent extraction 0 -infnan infnan.3m signals exceptions j0 j0.3m bessel function ??? j1 j0.3m bessel function ??? jn j0.3m bessel function ??? @@ -244,7 +243,7 @@ The situation is described in more detail in manual pages. to be replaced at some time in the foreseeable future by a more flexible but still uniform scheme being developed to handle all floating\-point arithmetic exceptions neatly. -See infnan(3M) for the present state of affairs.\fR +.\" See infnan(3M) for the present state of affairs.\fR .ll +0.5i .RE .PP diff --git a/lib/msun/man/sqrt.3 b/lib/msun/man/sqrt.3 index b1e3c2d..fe71926 100644 --- a/lib/msun/man/sqrt.3 +++ b/lib/msun/man/sqrt.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)sqrt.3 6.4 (Berkeley) 5/6/91 -.\" $Id: sqrt.3,v 1.1.1.1 1994/08/19 09:39:42 jkh Exp $ +.\" $Id: sqrt.3,v 1.2 1995/03/01 05:06:41 jkh Exp $ .\" .Dd May 6, 1991 .Dt SQRT 3 @@ -121,8 +121,7 @@ in the .Em P Ns lace carried. .Sh SEE ALSO -.Xr math 3 , -.Xr infnan 3 +.Xr math 3 .Sh STANDARDS The .Nm sqrt -- cgit v1.1