Module Name:    src
Committed By:   jnemeth
Date:           Sun Dec 26 12:39:54 UTC 2010

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

Log Message:
vsnprintf_ss does NOT handle floating point formats


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 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.57 src/lib/libc/stdio/printf.3:1.58
--- src/lib/libc/stdio/printf.3:1.57	Wed Dec 22 17:06:03 2010
+++ src/lib/libc/stdio/printf.3	Sun Dec 26 12:39:54 2010
@@ -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

Reply via email to