Module Name:    src
Committed By:   wiz
Date:           Wed Dec 22 17:06:03 UTC 2010

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

Log Message:
Add punctuation.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 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.56 src/lib/libc/stdio/printf.3:1.57
--- src/lib/libc/stdio/printf.3:1.56	Wed Dec 22 16:59:10 2010
+++ src/lib/libc/stdio/printf.3	Wed Dec 22 17:06:03 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: printf.3,v 1.56 2010/12/22 16:59:10 christos Exp $
+.\"	$NetBSD: printf.3,v 1.57 2010/12/22 17:06:03 wiz Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -156,7 +156,7 @@
 It is more portable to check for a return value of \-1 instead.
 .Pp
 .Fn snprintf ,
-.Fn vsnprintf
+.Fn vsnprintf ,
 and
 .Fn vsnprintf_ss
 will write at most
@@ -836,7 +836,7 @@
 are modeled on the ones that first appeared in the GNU C library.
 The function
 .Fn vsnprintf_ss
-is non standard and appeared in
+is non-standard and appeared in
 .Nx 4.0 .
 The functions
 .Fn dprintf

Reply via email to