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/ieee_test.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/ieee_test.3')
| -rw-r--r-- | lib/libm/man/ieee_test.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libm/man/ieee_test.3 b/lib/libm/man/ieee_test.3 index 8c0faf89dc0..5235052d8ee 100644 --- a/lib/libm/man/ieee_test.3 +++ b/lib/libm/man/ieee_test.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)ieee.3 6.4 (Berkeley) 5/6/91 -.\" $Id: ieee_test.3,v 1.2 1995/10/28 00:56:56 deraadt Exp $ +.\" $Id: ieee_test.3,v 1.3 1997/04/05 04:18:49 tholo Exp $ .\" .Dd March 10, 1994 .Dt IEEE_TEST 3 @@ -53,7 +53,7 @@ .Ft double .Fn significand "double x" .Ft float -.Fn significand "float x" +.Fn significandf "float x" .Sh DESCRIPTION These functions allow users to test conformance to .St -ieee754 . |
