Module Name:    src
Committed By:   joerg
Date:           Mon Apr  5 21:35:36 UTC 2010

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

Log Message:
Fix escape sequences


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/libc/stdio/wprintf.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/wprintf.3
diff -u src/lib/libc/stdio/wprintf.3:1.4 src/lib/libc/stdio/wprintf.3:1.5
--- src/lib/libc/stdio/wprintf.3:1.4	Sun Jan 11 02:46:30 2009
+++ src/lib/libc/stdio/wprintf.3	Mon Apr  5 21:35:36 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: wprintf.3,v 1.4 2009/01/11 02:46:30 christos Exp $
+.\" $NetBSD: wprintf.3,v 1.5 2010/04/05 21:35:36 joerg Exp $
 .\" Copyright (c) 1990, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
 .\"
@@ -376,7 +376,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
@@ -452,7 +452,7 @@
 .Vt double
 argument is 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