diff options
author | das <das@FreeBSD.org> | 2007-01-06 21:23:20 +0000 |
---|---|---|
committer | das <das@FreeBSD.org> | 2007-01-06 21:23:20 +0000 |
commit | 3e2f039e9decb8137f7c77597bd7a8c4481d3e43 (patch) | |
tree | 0ca04a9e11621aefe45bdb5bbc321e0eb26ef2ce /lib | |
parent | 8441570fc8fbbf464859c55a5f32a0d618249024 (diff) | |
download | FreeBSD-src-3e2f039e9decb8137f7c77597bd7a8c4481d3e43.zip FreeBSD-src-3e2f039e9decb8137f7c77597bd7a8c4481d3e43.tar.gz |
Fix a cut-and-paste-o.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/msun/man/ieee.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/msun/man/ieee.3 b/lib/msun/man/ieee.3 index 4d93d63..8589d53 100644 --- a/lib/msun/man/ieee.3 +++ b/lib/msun/man/ieee.3 @@ -226,7 +226,7 @@ Wordsize: 96 bits. Precision: 64 significant bits, roughly like 19 significant decimals. .Bd -ragged -offset indent -compact -If x and x' are consecutive positive double-precision +If x and x' are consecutive positive extended-precision numbers (they differ by 1 .Em ulp ) , then @@ -256,7 +256,7 @@ Wordsize: 128 bits. Precision: 113 significant bits, roughly like 34 significant decimals. .Bd -ragged -offset indent -compact -If x and x' are consecutive positive double-precision +If x and x' are consecutive positive quad-extended-precision numbers (they differ by 1 .Em ulp ) , then |