Fix escape sequences

This commit is contained in:
joerg 2010-04-05 21:33:25 +00:00
parent fefa3f0923
commit ffec7f50c0

View File

@ -26,7 +26,7 @@
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" from: @(#)ieee.3 6.4 (Berkeley) 5/6/91 .\" from: @(#)ieee.3 6.4 (Berkeley) 5/6/91
.\" $NetBSD: ieee.3,v 1.19 2003/08/07 16:44:48 agc Exp $ .\" $NetBSD: ieee.3,v 1.20 2010/04/05 21:33:25 joerg Exp $
.\" .\"
.Dd February 25, 1994 .Dd February 25, 1994
.Dt IEEE 3 .Dt IEEE 3
@ -91,7 +91,7 @@ returns the value 1 just when
otherwise a otherwise a
zero is returned zero is returned
(when (when
.Pf \\*(Ba Ns Fa x Ns \\*(Ba .Pf \*(Ba Ns Fa x Ns \*(Ba
= \*(If or = \*(If or
.Fa x .Fa x
is \*(Na). is \*(Na).
@ -129,10 +129,10 @@ is the integer nearest the exact value of
.Fa x Ns / Ns Fa y ; .Fa x Ns / Ns Fa y ;
.Ek .Ek
moreover if moreover if
.Pf \\*(Ba Fa n .Pf \*(Ba Fa n
\- \-
.Sm off .Sm off
.Fa x No / Fa y No \\*(Ba .Fa x No / Fa y No \*(Ba
.Sm on .Sm on
= =
1/2 1/2
@ -141,11 +141,11 @@ then
is even. is even.
Consequently the remainder is computed exactly and Consequently the remainder is computed exactly and
.Sm off .Sm off
.Pf \\*(Ba Fa r No \\*(Ba .Pf \*(Ba Fa r No \*(Ba
.Sm on .Sm on
\*(Le \*(Le
.Sm off .Sm off
.Pf \\*(Ba Fa y No \\*(Ba/2 . .Pf \*(Ba Fa y No \*(Ba/2 .
.Sm on .Sm on
But But
.Fn remainder x 0 .Fn remainder x 0