baoengb Fri Jun 18 11:18:38 2004 EDT
Modified files:
/phpdoc/en/reference/bzip2/functions bzcompress.xml
bzdecompress.xml
Log:
minor changes
http://cvs.php.net/diff.php/phpdoc/en/reference/bzip2/functions/bzcompress.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/bzip2/functions/bzcompress.xml
diff -u phpdoc/en/reference/bzip2/functions/bzcompress.xml:1.5
phpdoc/en/reference/bzip2/functions/bzcompress.xml:1.6
--- phpdoc/en/reference/bzip2/functions/bzcompress.xml:1.5 Thu Jun 17 08:09:53
2004
+++ phpdoc/en/reference/bzip2/functions/bzcompress.xml Fri Jun 18 11:18:37 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/bzip2.xml, last change in rev 1.1 -->
<refentry id="function.bzcompress">
<refnamediv>
@@ -34,10 +34,18 @@
value. Regardless of the <parameter>workfactor</parameter>, the
generated output is the same.
</para>
+ </refsect1>
+ <refsect1>
+ &reftitle.seealso;
<para>
- <example>
- <title><function>bzcompress</function> example</title>
- <programlisting role="php">
+ <function>bzdecompress</function>.
+ </para>
+ </refsect1>
+ <refsect1>
+ <title>Example</title>
+ <example>
+ <title>Compressing data</title>
+ <programlisting role="php">
<![CDATA[
<?php
$str = "sample data";
@@ -45,12 +53,8 @@
echo $bzstr;
?>
]]>
- </programlisting>
+ </programlisting>
</example>
- </para>
- <para>
- See also <function>bzdecompress</function>.
- </para>
</refsect1>
</refentry>
http://cvs.php.net/diff.php/phpdoc/en/reference/bzip2/functions/bzdecompress.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/bzip2/functions/bzdecompress.xml
diff -u phpdoc/en/reference/bzip2/functions/bzdecompress.xml:1.6
phpdoc/en/reference/bzip2/functions/bzdecompress.xml:1.7
--- phpdoc/en/reference/bzip2/functions/bzdecompress.xml:1.6 Thu Jun 17 08:09:53
2004
+++ phpdoc/en/reference/bzip2/functions/bzdecompress.xml Fri Jun 18 11:18:37
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/bzip2.xml, last change in rev 1.1 -->
<refentry id="function.bzdecompress">
<refnamediv>
@@ -23,9 +23,17 @@
roughly half the speed. See the <ulink url="&url.bzip2;">bzip2
documentation</ulink> for more information about this feature.
</para>
+ </refsect1>
+ <refsect1>
+ &reftitle.seealso;
<para>
+ <function>bzcompress</function>.
+ </para>
+ </refsect1>
+ <refsect1>
+ <title>Example</title>
<example>
- <title><function>bzdecompress</function> example</title>
+ <title>Decompressing a String</title>
<programlisting role="php">
<![CDATA[
<?php
@@ -44,10 +52,6 @@
]]>
</programlisting>
</example>
- </para>
- <para>
- <function>bzcompress</function>.
- </para>
</refsect1>
</refentry>