Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/stdio plural "characters" for ret of {v}snprintf



details:   https://anonhg.NetBSD.org/src/rev/e0969a62f8be
branches:  trunk
changeset: 551030:e0969a62f8be
user:      heas <heas%NetBSD.org@localhost>
date:      Wed Aug 27 18:47:14 2003 +0000

description:
plural "characters" for ret of {v}snprintf

diffstat:

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

diffs (18 lines):

diff -r ee8f36319abc -r e0969a62f8be lib/libc/stdio/printf.3
--- a/lib/libc/stdio/printf.3   Wed Aug 27 18:36:19 2003 +0000
+++ b/lib/libc/stdio/printf.3   Wed Aug 27 18:47:14 2003 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: printf.3,v 1.36 2003/08/07 16:43:28 agc Exp $
+.\"    $NetBSD: printf.3,v 1.37 2003/08/27 18:47:14 heas Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -667,7 +667,7 @@
 .Fn snprintf
 and
 .Fn vsnprintf
-return the number of character that would have been written
+return the number of characters that would have been written
 to a sufficiently sized
 .Fa str ,
 excluding the terminating



Home | Main Index | Thread Index | Old Index