Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Dec 2009 07:51:26 +0000 (UTC)
From:      Christian Brueffer <brueffer@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r200019 - head/lib/libc/stdio
Message-ID:  <200912020751.nB27pQiP091002@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brueffer
Date: Wed Dec  2 07:51:25 2009
New Revision: 200019
URL: http://svn.freebsd.org/changeset/base/200019

Log:
  Fix the dprintf() prototype.
  
  PR:		141087
  Submitted by:	Jeremy Huddleston <jeremyhu@apple.com>
  MFC after:	3 days

Modified:
  head/lib/libc/stdio/printf.3

Modified: head/lib/libc/stdio/printf.3
==============================================================================
--- head/lib/libc/stdio/printf.3	Wed Dec  2 06:49:22 2009	(r200018)
+++ head/lib/libc/stdio/printf.3	Wed Dec  2 07:51:25 2009	(r200019)
@@ -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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912020751.nB27pQiP091002>