Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/stdio Add punctuation.



details:   https://anonhg.NetBSD.org/src/rev/c3f186f66859
branches:  trunk
changeset: 759980:c3f186f66859
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Dec 22 17:06:03 2010 +0000

description:
Add punctuation.

diffstat:

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

diffs (27 lines):

diff -r cb7c702e14ed -r c3f186f66859 lib/libc/stdio/printf.3
--- a/lib/libc/stdio/printf.3   Wed Dec 22 17:00:54 2010 +0000
+++ b/lib/libc/stdio/printf.3   Wed Dec 22 17:06:03 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index