jmcastagnetto           Wed Mar  7 02:40:44 2001 EDT

  Modified files:              
    /phpdoc/en/functions        zlib.xml 
  Log:
  Minor mods in description of gzcompress, gzdeflate, gzencode
  
  
Index: phpdoc/en/functions/zlib.xml
diff -u phpdoc/en/functions/zlib.xml:1.11 phpdoc/en/functions/zlib.xml:1.12
--- phpdoc/en/functions/zlib.xml:1.11   Wed Mar  7 00:36:01 2001
+++ phpdoc/en/functions/zlib.xml        Wed Mar  7 02:40:44 2001
@@ -624,7 +624,7 @@
     </funcsynopsis>
     <para>
      This function returns a compressed version of the input
-     <parameter>data</parameter> using the ZLIB algorithm,
+     <parameter>data</parameter> using the ZLIB data format,
      or false if an error is encountered. The optional parameter
      <parameter>level</parameter> can be given as 0 for no
      compression up to 9 for maximum compression.
@@ -701,7 +701,7 @@
     </funcsynopsis>
     <para>
      This function returns a compressed version of the input
-     <parameter>data</parameter> using the DEFLATE algorithm,
+     <parameter>data</parameter> using the DEFLATE data format,
      or false if an error is encountered. The optional parameter
      <parameter>level</parameter> can be given as 0 for no
      compression up to 9 for maximum compression.
@@ -798,7 +798,7 @@
     <para>
      For more information on the GZIP file format, see the document:
      <ulink url="&url.rfc1952">GZIP file format specification
-     version 4.3</ulink>.
+     version 4.3</ulink> (RFC 1952).
     </para>
     <para>
      See also <function>gzcompress</function>.


Reply via email to