goba Fri Apr 19 11:36:42 2002 EDT
Modified files:
/phpdoc/en/reference/bzip2 reference.xml
/phpdoc/en/reference/cpdf reference.xml
Log:
Correcting two bugs I have introduced
Index: phpdoc/en/reference/bzip2/reference.xml
diff -u phpdoc/en/reference/bzip2/reference.xml:1.2
phpdoc/en/reference/bzip2/reference.xml:1.3
--- phpdoc/en/reference/bzip2/reference.xml:1.2 Mon Apr 15 14:56:29 2002
+++ phpdoc/en/reference/bzip2/reference.xml Fri Apr 19 11:36:41 2002
@@ -1,17 +1,20 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<reference id="ref.bzip2">
<title>Bzip2 Compression Functions</title>
<titleabbrev>Bzip2</titleabbrev>
<partintro>
- <para id="bzip2.intro">
- The bzip2 functions are used to transparently read and write bzip2 (.bz2)
- compressed files.
- </para>
+ <section id="bzip2.intro">
+ &reftitle.intro;
+ <para>
+ The bzip2 functions are used to transparently read and write bzip2 (.bz2)
+ compressed files.
+ </para>
+ </section>
<section id="bzip2.requirements">
- <title>Requirements</title>
+ &reftitle.required;
<para>
This module uses the functions of the <ulink
url="&url.bzip2;">bzip2</ulink> library by Julian Seward
@@ -19,7 +22,7 @@
</section>
<section id="bzip2.installation">
- <title>Installation</title>
+ &reftitle.install;
<para>
Bzip2 support in PHP is not enabled by default. You will need to
use the <link linkend="install.configure.with-bz2">--with-bz2</link>
configuration
@@ -29,12 +32,12 @@
</section>
<section id="bzip2.configuration">
- <title>Runtime Configuration</title>
- &no.config;
+ &reftitle.runtime;
+ &no.config;
</section>
<section id="bzip2.resources">
- <title>Resource types</title>
+ &reftitle.resources;
<para>
This extension defines one resource type: a file pointer identifying
the bz2-file to work on.
@@ -42,12 +45,12 @@
</section>
<section id="bzip2.constants">
- <title>Predefined constants</title>
- &no.constants;
+ &reftitle.constants;
+ &no.constants;
</section>
<section id="bzip2.examples">
- <title>Example</title>
+ &reftitle.examples;
<para>
This example opens a temporary file and writes a test string to
it, then prints out the contents of the file.
Index: phpdoc/en/reference/cpdf/reference.xml
diff -u phpdoc/en/reference/cpdf/reference.xml:1.4
phpdoc/en/reference/cpdf/reference.xml:1.5
--- phpdoc/en/reference/cpdf/reference.xml:1.4 Fri Apr 19 10:39:09 2002
+++ phpdoc/en/reference/cpdf/reference.xml Fri Apr 19 11:36:42 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<reference id="ref.cpdf">
<title>ClibPDF functions</title>
<titleabbrev>ClibPDF</titleabbrev>
@@ -24,7 +24,7 @@
All functions except for <function>cpdf_open</function> take the
handle for the document as their first parameter.
</para>
- <ara>
+ <para>
Currently this handle is not used internally since ClibPDF does
not support the creation of several PDF documents at the same time.
Actually, you should not even try it, the results are unpredictable. I