Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/stdio Drop trailing space.



details:   https://anonhg.NetBSD.org/src/rev/c42ca6257240
branches:  trunk
changeset: 547018:c42ca6257240
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun May 11 16:21:18 2003 +0000

description:
Drop trailing space.

diffstat:

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

diffs (18 lines):

diff -r 3094a43886c3 -r c42ca6257240 lib/libc/stdio/printf.3
--- a/lib/libc/stdio/printf.3   Sun May 11 16:16:41 2003 +0000
+++ b/lib/libc/stdio/printf.3   Sun May 11 16:21:18 2003 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: printf.3,v 1.34 2003/05/11 16:16:41 kleink Exp $
+.\"    $NetBSD: printf.3,v 1.35 2003/05/11 16:21:18 wiz Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -669,7 +669,7 @@
 .Pp
 Upon successful completion
 .Fn snprintf
-and 
+and
 .Fn vsnprintf
 return the number of character that would have been written
 to a sufficiently sized



Home | Main Index | Thread Index | Old Index