diff options
author | 1997-04-05 04:18:45 +0000 | |
---|---|---|
committer | 1997-04-05 04:18:45 +0000 | |
commit | f0525d41b002874175dc6f513aa7edf162be3d76 (patch) | |
tree | 70e6bad3062e6ff7675722bda9bc797534e36ddc /lib/libm/man/j0.3 | |
parent | Fix -DNO_MMALLOC (needs to be in MMALLOC_CFLAGS not MMALLOC_DISABLE). (diff) | |
download | wireguard-openbsd-f0525d41b002874175dc6f513aa7edf162be3d76.tar.xz wireguard-openbsd-f0525d41b002874175dc6f513aa7edf162be3d76.zip |
From NetBSD PR/3405: Krister Walfridsson <cato@ulysses.df.lth.se>: Various
typos; since we compile with POSIX libm, we should not xref matherr(3), and
describe the errno settings.
Diffstat (limited to 'lib/libm/man/j0.3')
-rw-r--r-- | lib/libm/man/j0.3 | 23 |
1 files changed, 5 insertions, 18 deletions
diff --git a/lib/libm/man/j0.3 b/lib/libm/man/j0.3 index 09047d856e0..a8fd0406049 100644 --- a/lib/libm/man/j0.3 +++ b/lib/libm/man/j0.3 @@ -30,11 +30,11 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)j0.3 6.7 (Berkeley) 4/19/91 -.\" $Id: j0.3,v 1.2 1995/10/28 00:56:57 deraadt Exp $ +.\" $Id: j0.3,v 1.3 1997/04/05 04:18:50 tholo Exp $ .\" .Dd April 19, 1991 .Dt J0 3 -.Os BSD 4 +.Os .Sh NAME .Nm j0 , .Nm j1 , @@ -125,24 +125,11 @@ value (expressed as a double). .Sh RETURN VALUES If these functions are successful, -the computed value is returned. On the -.Tn VAX -and -.Tn Tahoe -architectures, -a negative -.Fa x -value -results in an error; the global -variable +the computed value is returned, otherwise the the global variable .Va errno -is set to -.Er EDOM -and a reserve operand fault is generated. +is set to EDOM or ERANGE. .Sh SEE ALSO -.Xr math 3 , -.Xr matherr 3 , -.Xr infnan 3 +.Xr math 3 .Sh HISTORY This set of functions appeared in |