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/acosh.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/acosh.3')
-rw-r--r-- | lib/msun/man/acosh.3 | 3 |
1 files changed, 1 insertions, 2 deletions
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 |