svn commit: r200211 - stable/8/lib/libc/stdio

Christian Brueffer brueffer at FreeBSD.org
Mon Dec 7 00:38:45 PST 2009


Author: brueffer
Date: Mon Dec  7 08:38:44 2009
New Revision: 200211
URL: http://svn.freebsd.org/changeset/base/200211

Log:
  MFC: r200019
  
  Fix the dprintf() prototype.

Modified:
  stable/8/lib/libc/stdio/printf.3
Directory Properties:
  stable/8/lib/libc/   (props changed)
  stable/8/lib/libc/stdtime/   (props changed)

Modified: stable/8/lib/libc/stdio/printf.3
==============================================================================
--- stable/8/lib/libc/stdio/printf.3	Mon Dec  7 08:36:49 2009	(r200210)
+++ stable/8/lib/libc/stdio/printf.3	Mon Dec  7 08:38:44 2009	(r200211)
@@ -32,7 +32,7 @@
 .\"     @(#)printf.3	8.1 (Berkeley) 6/4/93
 .\" $FreeBSD$
 .\"
-.Dd March 3, 2009
+.Dd December 2, 2009
 .Dt PRINTF 3
 .Os
 .Sh NAME
@@ -55,7 +55,7 @@
 .Ft int
 .Fn asprintf "char **ret" "const char *format" ...
 .Ft int
-.Fn dprintf "int" "const char * restrict format" ...
+.Fn dprintf "int fd" "const char * restrict format" ...
 .In stdarg.h
 .Ft int
 .Fn vprintf "const char * restrict format" "va_list ap"


More information about the svn-src-stable mailing list