Module Name:    src
Committed By:   uwe
Date:           Sat Jan 19 15:25:58 UTC 2013

Modified Files:
        src/lib/libc/stdio: printf.3

Log Message:
Fix typo.


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/lib/libc/stdio/printf.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/stdio/printf.3
diff -u src/lib/libc/stdio/printf.3:1.58 src/lib/libc/stdio/printf.3:1.59
--- src/lib/libc/stdio/printf.3:1.58	Sun Dec 26 12:39:54 2010
+++ src/lib/libc/stdio/printf.3	Sat Jan 19 15:25:58 2013
@@ -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 @@ write output to the given output
 .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 ,

Reply via email to