Nit fixes from jmc@openbsd.

This commit is contained in:
wiz 2003-05-20 10:15:16 +00:00
parent 4e4095f195
commit fc7bf2b10c
3 changed files with 7 additions and 8 deletions

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)hypot.3 6.7 (Berkeley) 5/6/91
.\" $NetBSD: hypot.3,v 1.13 2003/04/16 13:35:09 wiz Exp $
.\" $NetBSD: hypot.3,v 1.14 2003/05/20 10:15:16 wiz Exp $
.\"
.Dd May 6, 1991
.Dt HYPOT 3
@ -59,7 +59,7 @@ The
and
.Fn cabs
functions
computes the
compute the
sqrt(x*x+y*y)
in such a way that underflow will not happen, and overflow
occurs only if the final result deserves it.
@ -97,7 +97,7 @@ same is true on a
.Tn VAX .
But programmers on machines other than a
.Tn VAX
(if has no \*(If)
(it has no \*(If)
might be surprised at first to discover that
.Fn hypot "\(+-\*(If" "\*(Na"
= +\*(If.

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)ieee.3 6.4 (Berkeley) 5/6/91
.\" $NetBSD: ieee.3,v 1.17 2003/04/16 13:35:09 wiz Exp $
.\" $NetBSD: ieee.3,v 1.18 2003/05/20 10:15:16 wiz Exp $
.\"
.Dd February 25, 1994
.Dt IEEE 3
@ -48,7 +48,7 @@
.Nm remainderf ,
.Nm scalbn ,
.Nm scalbnf
.Nd Functions for IEEE arithmetic
.Nd functions for IEEE arithmetic
.Sh LIBRARY
.Lb libm
.Sh SYNOPSIS

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)sinh.3 6.6 (Berkeley) 4/19/91
.\" $NetBSD: sinh.3,v 1.12 2003/04/16 13:35:09 wiz Exp $
.\" $NetBSD: sinh.3,v 1.13 2003/05/20 10:15:16 wiz Exp $
.Dd April 19, 1991
.Dt SINH 3
.Os
@ -55,8 +55,7 @@ function computes the hyperbolic sine of
The
.Fn sinh
function returns the hyperbolic sine value unless
the magnitude
of
the magnitude of
.Fa x
is too large; in this event, the global variable
.Va errno