Module Name: src
Committed By: wiz
Date: Sat May 4 19:17:39 UTC 2013
Modified Files:
src/lib/libc/stdio: printf.3
Log Message:
Grammar.
To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 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.62 src/lib/libc/stdio/printf.3:1.63
--- src/lib/libc/stdio/printf.3:1.62 Sat May 4 18:35:53 2013
+++ src/lib/libc/stdio/printf.3 Sat May 4 19:17:38 2013
@@ -1,4 +1,4 @@
-.\" $NetBSD: printf.3,v 1.62 2013/05/04 18:35:53 christos Exp $
+.\" $NetBSD: printf.3,v 1.63 2013/05/04 19:17:38 wiz Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -135,7 +135,7 @@ are converted for output.
.Fn snprintf_ss
and
.Fn vsnprintf_ss
-are signal-safe standalone versions that does not handle
+are signal-safe standalone versions that do not handle
floating point formats, positional arguments, and wide characters.
.Pp
.Fn asprintf