Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/stdio Fix a mis-pasting in previous; pointed out by...



details:   https://anonhg.NetBSD.org/src/rev/834f5826747d
branches:  trunk
changeset: 518634:834f5826747d
user:      kleink <kleink%NetBSD.org@localhost>
date:      Sun Dec 02 20:41:12 2001 +0000

description:
Fix a mis-pasting in previous; pointed out by Thomas Klausner.

diffstat:

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

diffs (17 lines):

diff -r 353259c2ea38 -r 834f5826747d lib/libc/stdio/printf.3
--- a/lib/libc/stdio/printf.3   Sun Dec 02 20:29:55 2001 +0000
+++ b/lib/libc/stdio/printf.3   Sun Dec 02 20:41:12 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: printf.3,v 1.22 2001/12/02 20:12:03 kleink Exp $
+.\"    $NetBSD: printf.3,v 1.23 2001/12/02 20:41:12 kleink Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -593,6 +593,7 @@
 .Cm f
 and
 .Cm F
+conversions.
 .It Cm c
 The
 .Em int



Home | Main Index | Thread Index | Old Index