Correcting two bugs I have introduced

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78850 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Gabor Hojtsy 2002-04-19 15:36:42 +00:00
parent 8820da5c05
commit bc1a5e5dc1
2 changed files with 18 additions and 15 deletions

View file

@ -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.

View file

@ -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