Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/stdio Fix escape sequences
details: https://anonhg.NetBSD.org/src/rev/840094ddff1b
branches: trunk
changeset: 753665:840094ddff1b
user: joerg <joerg%NetBSD.org@localhost>
date: Mon Apr 05 21:35:36 2010 +0000
description:
Fix escape sequences
diffstat:
lib/libc/stdio/wprintf.3 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 88d3b74874c4 -r 840094ddff1b lib/libc/stdio/wprintf.3
--- a/lib/libc/stdio/wprintf.3 Mon Apr 05 21:33:54 2010 +0000
+++ b/lib/libc/stdio/wprintf.3 Mon Apr 05 21:35:36 2010 +0000
@@ -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.
Home |
Main Index |
Thread Index |
Old Index