Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/stdio Use plain references and don't depend on mult...



details:   https://anonhg.NetBSD.org/src/rev/95e88590ecb6
branches:  trunk
changeset: 754816:95e88590ecb6
user:      joerg <joerg%NetBSD.org@localhost>
date:      Thu May 13 21:52:43 2010 +0000

description:
Use plain references and don't depend on multiple expansion runs.

diffstat:

 lib/libc/stdio/printf.3 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 6f2ab77eb373 -r 95e88590ecb6 lib/libc/stdio/printf.3
--- a/lib/libc/stdio/printf.3   Thu May 13 21:50:11 2010 +0000
+++ b/lib/libc/stdio/printf.3   Thu May 13 21:52:43 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: printf.3,v 1.51 2010/05/13 21:50:11 joerg Exp $
+.\"    $NetBSD: printf.3,v 1.52 2010/05/13 21:52:43 joerg Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -485,7 +485,7 @@
 .Vt double
 argument is rounded and converted in the style
 .Sm off
-.Oo \- Oc Ar d Li \&. Ar ddd Li e \\*[Pm] Ar dd
+.Oo \- Oc Ar d Li \&. Ar ddd Li e \*[Pm] Ar dd
 .Sm on
 where there is one digit before the
 decimal-point character
@@ -567,7 +567,7 @@
 .Vt double
 argument is rounded and converted to hexadecimal notation in the style
 .Sm off
-.Oo \- Oc Li 0x Ar h Li \&. Ar hhhp Oo \\*[Pm] Oc Ar d ,
+.Oo \- Oc Li 0x Ar h Li \&. Ar hhhp Oo \*[Pm] Oc Ar d ,
 .Sm on
 where the number of digits after the hexadecimal-point character
 is equal to the precision specification.



Home | Main Index | Thread Index | Old Index