victor          Sun Mar  2 08:04:45 2003 EDT

  Modified files:              
    /phpdoc/en/reference/zlib/functions gzputs.xml 
  Log:
  Incorrectly formatted function alias - fixed
  
Index: phpdoc/en/reference/zlib/functions/gzputs.xml
diff -u phpdoc/en/reference/zlib/functions/gzputs.xml:1.3 
phpdoc/en/reference/zlib/functions/gzputs.xml:1.4
--- phpdoc/en/reference/zlib/functions/gzputs.xml:1.3   Sun Aug 25 12:52:39 2002
+++ phpdoc/en/reference/zlib/functions/gzputs.xml       Sun Mar  2 08:04:44 2003
@@ -1,22 +1,15 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/zlib.xml, last change in rev 1.2 -->
   <refentry id="function.gzputs">
    <refnamediv>
     <refname>gzputs</refname>
-    <refpurpose>Write to a gz-file pointer</refpurpose>
+    <refpurpose>Alias for <function>gzwrite</function></refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
-     <methodsynopsis>
-      <type>int</type><methodname>gzputs</methodname>
-      <methodparam><type>resource</type><parameter>zp</parameter></methodparam>
-      <methodparam><type>string</type><parameter>str</parameter></methodparam>
-      <methodparam 
choice="opt"><type>int</type><parameter>length</parameter></methodparam>
-     </methodsynopsis>
     <para>
-     <function>gzputs</function> is an alias to
-     <function>gzwrite</function>, and is identical in every way.
+     This function is an alias of <function>gzwrite</function>.
     </para>
    </refsect1>
   </refentry>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to