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 an ... interesting pasto in the descripti...



details:   https://anonhg.NetBSD.org/src/rev/14fbb0134785
branches:  trunk
changeset: 509116:14fbb0134785
user:      kleink <kleink%NetBSD.org@localhost>
date:      Thu Apr 26 19:25:12 2001 +0000

description:
Fix an ... interesting pasto in the description of the l length modifier
that's been here forever.

diffstat:

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

diffs (18 lines):

diff -r 2d4df57b9b23 -r 14fbb0134785 lib/libc/stdio/printf.3
--- a/lib/libc/stdio/printf.3   Thu Apr 26 19:16:07 2001 +0000
+++ b/lib/libc/stdio/printf.3   Thu Apr 26 19:25:12 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: printf.3,v 1.16 2001/04/03 13:59:22 jhawk Exp $
+.\"    $NetBSD: printf.3,v 1.17 2001/04/26 19:25:12 kleink Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -343,7 +343,7 @@
 .Cm x ,
 or
 .Cm X
-conversion applies to a pointer to a
+conversion corresponds to a
 .Em long int
 or
 .Em unsigned long int



Home | Main Index | Thread Index | Old Index