dave            Sat Aug  7 14:28:18 2004 EDT

  Modified files:              
    /phpdoc/en/reference/strings/functions      vfprintf.xml 
  Log:
  - Fix proto.
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/vfprintf.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/strings/functions/vfprintf.xml
diff -u phpdoc/en/reference/strings/functions/vfprintf.xml:1.1 
phpdoc/en/reference/strings/functions/vfprintf.xml:1.2
--- phpdoc/en/reference/strings/functions/vfprintf.xml:1.1      Sat Aug  7 14:21:07 
2004
+++ phpdoc/en/reference/strings/functions/vfprintf.xml  Sat Aug  7 14:28:17 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
   <refentry id="function.vfprintf">
    <refnamediv>
     <refname>vfprintf</refname>
@@ -11,7 +11,7 @@
       <type>int</type><methodname>vfprintf</methodname>
       <methodparam><type>resource</type><parameter>handle</parameter></methodparam>
       <methodparam><type>string</type><parameter>format</parameter></methodparam>
-      <methodparam 
choice="opt"><type>array</type><parameter>args</parameter></methodparam>
+      <methodparam><type>array</type><parameter>args</parameter></methodparam>
      </methodsynopsis>
     <simpara>
      Write a string produced according to <parameter>format</parameter>

Reply via email to