Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libm/man Fix escape sequences



details:   https://anonhg.NetBSD.org/src/rev/3639f4682065
branches:  trunk
changeset: 753663:3639f4682065
user:      joerg <joerg%NetBSD.org@localhost>
date:      Mon Apr 05 21:33:25 2010 +0000

description:
Fix escape sequences

diffstat:

 lib/libm/man/ieee.3 |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (48 lines):

diff -r 721625c8076a -r 3639f4682065 lib/libm/man/ieee.3
--- a/lib/libm/man/ieee.3       Mon Apr 05 21:33:09 2010 +0000
+++ b/lib/libm/man/ieee.3       Mon Apr 05 21:33:25 2010 +0000
@@ -26,7 +26,7 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     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
 .Dt IEEE 3
@@ -91,7 +91,7 @@
 otherwise a
 zero is returned
 (when
-.Pf \\*(Ba Ns Fa x Ns \\*(Ba
+.Pf \*(Ba Ns Fa x Ns \*(Ba
 = \*(If or
 .Fa x
 is \*(Na).
@@ -129,10 +129,10 @@
 .Fa x Ns / Ns Fa y ;
 .Ek
 moreover if
-.Pf \\*(Ba Fa n
+.Pf \*(Ba Fa n
 \-
 .Sm off
-.Fa x No / Fa y No \\*(Ba
+.Fa x No / Fa y No \*(Ba
 .Sm on
 =
 1/2
@@ -141,11 +141,11 @@
 is even.
 Consequently the remainder is computed exactly and
 .Sm off
-.Pf \\*(Ba Fa r No \\*(Ba
+.Pf \*(Ba Fa r No \*(Ba
 .Sm on
 \*(Le
 .Sm off
-.Pf \\*(Ba Fa y No \\*(Ba/2 .
+.Pf \*(Ba Fa y No \*(Ba/2 .
 .Sm on
 But
 .Fn remainder x 0



Home | Main Index | Thread Index | Old Index