vrana Mon Dec 13 03:50:08 2004 EDT
Modified files:
/phpdoc/en/reference/zlib/functions gzencode.xml gzinflate.xml
Log:
Commas in See also
http://cvs.php.net/diff.php/phpdoc/en/reference/zlib/functions/gzencode.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/zlib/functions/gzencode.xml
diff -u phpdoc/en/reference/zlib/functions/gzencode.xml:1.4
phpdoc/en/reference/zlib/functions/gzencode.xml:1.5
--- phpdoc/en/reference/zlib/functions/gzencode.xml:1.4 Fri Dec 19 10:50:07 2003
+++ phpdoc/en/reference/zlib/functions/gzencode.xml Mon Dec 13 03:50:07 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/zlib.xml, last change in rev 1.4 -->
<refentry id="function.gzencode">
<refnamediv>
@@ -63,9 +63,9 @@
version 4.3</ulink> (RFC 1952).
</para>
<para>
- See also <function>gzcompress</function>.
+ See also <function>gzcompress</function>,
<function>gzuncompress</function>,
- <function>gzdeflate</function>,
+ <function>gzdeflate</function>, and
<function>gzinflate</function>.
</para>
</refsect1>
http://cvs.php.net/diff.php/phpdoc/en/reference/zlib/functions/gzinflate.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/zlib/functions/gzinflate.xml
diff -u phpdoc/en/reference/zlib/functions/gzinflate.xml:1.4
phpdoc/en/reference/zlib/functions/gzinflate.xml:1.5
--- phpdoc/en/reference/zlib/functions/gzinflate.xml:1.4 Fri Feb 27
13:06:01 2004
+++ phpdoc/en/reference/zlib/functions/gzinflate.xml Mon Dec 13 03:50:07 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/zlib.xml, last change in rev 1.11 -->
<refentry id="function.gzinflate">
<refnamediv>
@@ -22,7 +22,7 @@
the optional parameter <parameter>length</parameter>.
</para>
<para>
- See also <function>gzcompress</function>.
+ See also <function>gzcompress</function>,
<function>gzuncompress</function>,
<function>gzdeflate</function>, and
<function>gzencode</function>.