diff options
author | 2003-04-30 06:19:36 +0000 | |
---|---|---|
committer | 2003-04-30 06:19:36 +0000 | |
commit | fd2ee4f7788599bcdc7de43bbbbba340582b0162 (patch) | |
tree | 4dbf7c4b9d2494be11883a96cecace6b8be9460b | |
parent | now that we use less memory we can push the boot a little higher (to help some ramdisk kernels beathe better. also always compile for 1.1 -- no reason in 1.0 restriction (diff) | |
download | wireguard-openbsd-fd2ee4f7788599bcdc7de43bbbbba340582b0162.tar.xz wireguard-openbsd-fd2ee4f7788599bcdc7de43bbbbba340582b0162.zip |
removed unused .Bd macro;
ok jason@
-rw-r--r-- | lib/libm/man/math.3 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libm/man/math.3 b/lib/libm/man/math.3 index 55fc0411d54..7296729f18e 100644 --- a/lib/libm/man/math.3 +++ b/lib/libm/man/math.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: math.3,v 1.14 2003/03/28 09:51:33 jmc Exp $ +.\" $OpenBSD: math.3,v 1.15 2003/04/30 06:19:36 jmc Exp $ .\" Copyright (c) 1985 Regents of the University of California. .\" All rights reserved. .\" @@ -160,7 +160,6 @@ Properties of D_floating-point: Binary. .It Precision: 56 \*(Si bits, roughly 17 \*(Si decimal digits. -.Bd -offset indent If x and x' are consecutive positive D_floating-point numbers (they differ by 1 \fIulp\fR), then .Li 1.3e-17 < 0.5**56 < (x'-x)/x \*(Le 0.5**55 < 2.8e-17. |