diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-08 09:09:46 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-08 09:09:46 +0000 |
commit | 6cddf4c29a58e2cf1d0310ddc05470b82ff628af (patch) | |
tree | f3f4ae8b9298a72e8d46255c66d392a486370b4f /lib/libm | |
parent | d237d59b81be2cc756d92e6f7062a5e9914d796b (diff) |
ERROR -> ERRORS in .Sh, as per mdoc template.
Diffstat (limited to 'lib/libm')
-rw-r--r-- | lib/libm/man/exp.3 | 4 | ||||
-rw-r--r-- | lib/libm/man/hypot.3 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libm/man/exp.3 b/lib/libm/man/exp.3 index 1faf4727f01..3e6b82d5fff 100644 --- a/lib/libm/man/exp.3 +++ b/lib/libm/man/exp.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: exp.3,v 1.12 2003/02/27 04:44:46 jason Exp $ +.\" $OpenBSD: exp.3,v 1.13 2003/05/08 09:09:45 jmc Exp $ .\" .\" Copyright (c) 1985, 1991 Regents of the University of California. .\" All rights reserved. @@ -134,7 +134,7 @@ The .Fn powf function is a single precision version of .Fn pow . -.Sh ERROR (due to Roundoff etc.) +.Sh ERRORS (due to Roundoff etc.) exp(x), log(x), expm1(x) and log1p(x) are accurate to within an .Em ulp , diff --git a/lib/libm/man/hypot.3 b/lib/libm/man/hypot.3 index 237ef74fe32..c750fe520e4 100644 --- a/lib/libm/man/hypot.3 +++ b/lib/libm/man/hypot.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hypot.3,v 1.8 2003/02/27 01:45:03 jason Exp $ +.\" $OpenBSD: hypot.3,v 1.9 2003/05/08 09:09:45 jmc Exp $ .\" Copyright (c) 1985, 1991 Regents of the University of California. .\" All rights reserved. .\" @@ -77,7 +77,7 @@ respectively. = +\*(If for all .Ar v , including \*(Na. -.Sh ERROR (due to Roundoff, etc.) +.Sh ERRORS (due to Roundoff, etc.) Below 0.97 .Em ulps . Consequently |