Module Name:    src
Committed By:   joerg
Date:           Thu May 13 21:52:43 UTC 2010

Modified Files:
        src/lib/libc/stdio: printf.3

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


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/lib/libc/stdio/printf.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/stdio/printf.3
diff -u src/lib/libc/stdio/printf.3:1.51 src/lib/libc/stdio/printf.3:1.52
--- src/lib/libc/stdio/printf.3:1.51	Thu May 13 21:50:11 2010
+++ src/lib/libc/stdio/printf.3	Thu May 13 21:52:43 2010
@@ -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.

Reply via email to