Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/stdio vsnprintf_ss does NOT handle floating point f...



details:   https://anonhg.NetBSD.org/src/rev/68dfd7a40988
branches:  trunk
changeset: 760092:68dfd7a40988
user:      jnemeth <jnemeth%NetBSD.org@localhost>
date:      Sun Dec 26 12:39:54 2010 +0000

description:
vsnprintf_ss does NOT handle floating point formats

diffstat:

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

diffs (28 lines):

diff -r 45b01436fa26 -r 68dfd7a40988 lib/libc/stdio/printf.3
--- a/lib/libc/stdio/printf.3   Sun Dec 26 12:32:28 2010 +0000
+++ b/lib/libc/stdio/printf.3   Sun Dec 26 12:39:54 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: printf.3,v 1.57 2010/12/22 17:06:03 wiz Exp $
+.\"    $NetBSD: printf.3,v 1.58 2010/12/26 12:39:54 jnemeth Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -33,7 +33,7 @@
 .\"
 .\"     @(#)printf.3   8.1 (Berkeley) 6/4/93
 .\"
-.Dd December 22, 2010
+.Dd December 26, 2010
 .Dt PRINTF 3
 .Os
 .Sh NAME
@@ -129,7 +129,8 @@
 are converted for output.
 .Pp
 .Fn vsnprintf_ss
-is a signal-safe standalone version that does handle floating point formats.
+is a signal-safe standalone version that does not handle
+floating point formats.
 .Pp
 .Fn asprintf
 and



Home | Main Index | Thread Index | Old Index