danbeck Wed Feb 14 07:01:25 2001 EDT
Modified files:
/phpdoc/en/functions bzip2.xml
Log:
corrected a few typos I made in the initial cvs add
Index: phpdoc/en/functions/bzip2.xml
diff -u phpdoc/en/functions/bzip2.xml:1.1 phpdoc/en/functions/bzip2.xml:1.2
--- phpdoc/en/functions/bzip2.xml:1.1 Mon Feb 5 14:16:54 2001
+++ phpdoc/en/functions/bzip2.xml Wed Feb 14 07:01:24 2001
@@ -17,8 +17,8 @@
<sect1 id="bzip2-example">
<title>Small code example</title>
<para>
- This example opens a temporary file and writes a test string to it, then it
- prints out the content of this file.
+ This example opens a temporary file and writes a test string to
+ it, then prints out the contents of the file.
</para>
<example>
<title>Small bzip2 Example</title>
@@ -121,7 +121,7 @@
how the compression phase behaves when presented with worst case,
highly repetitive, input data. The value can be between 0 and
250 with 0 being a special case and 30 being the default
- value. Regardless of the <parameter>workfactor</parameter> the
+ value. Regardless of the <parameter>workfactor</parameter>, the
generated output is the same.
</para>
<para>
@@ -158,8 +158,8 @@
</funcsynopsis>
<para>
<function>bzdecompress</function> decompresses the
- <parameter>source</parameter> string of bzip2 encoded data and
- returns it. If the optional parameter
+ <parameter>source</parameter> string containing bzip2 encoded
+ data and returns it. If the optional parameter
<parameter>small</parameter> is true, an alternative
decompression algorithm will be used which uses less memory (the
maximum memory requirement drops to around 2300K) but works at