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 typo.



details:   https://anonhg.NetBSD.org/src/rev/2273074ab078
branches:  trunk
changeset: 784142:2273074ab078
user:      uwe <uwe%NetBSD.org@localhost>
date:      Sat Jan 19 15:25:58 2013 +0000

description:
Fix typo.

diffstat:

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

diffs (18 lines):

diff -r 8a3d98a15636 -r 2273074ab078 lib/libc/stdio/printf.3
--- a/lib/libc/stdio/printf.3   Sat Jan 19 15:23:33 2013 +0000
+++ b/lib/libc/stdio/printf.3   Sat Jan 19 15:25:58 2013 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: printf.3,v 1.58 2010/12/26 12:39:54 jnemeth Exp $
+.\"    $NetBSD: printf.3,v 1.59 2013/01/19 15:25:58 uwe Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -104,7 +104,7 @@
 .Fn dprintf
 and
 .Fn vdprintf
-write output to the give file descriptor
+write output to the given file descriptor
 .Fa fd ;
 .Fn sprintf ,
 .Fn snprintf ,



Home | Main Index | Thread Index | Old Index