correcting build

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@118513 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Damien Seguy 2003-03-01 00:11:55 +00:00
parent 081b3536bd
commit eeb14bd09d
2 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.9 $ -->
<!-- $Revision: 1.10 $ -->
<reference id="ref.tokenizer">
<title>Tokenizer functions</title>
<titleabbrev>Tokenizer functions</titleabbrev>
@ -19,7 +19,7 @@
</para>
</section>
<section id= "tokenizer.requirements">
<section id="tokenizer.requirements">
&reftitle.required;
&no.requirement;
</section>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.7 $ -->
<!-- $Revision: 1.8 $ -->
<reference id="ref.yaz">
<title>YAZ functions</title>
<titleabbrev>YAZ</titleabbrev>
@ -52,15 +52,15 @@
(Z-Associations). A resource represents a connection to a
target.
</para>
<para>
<example>
<title>Parallel searching using Yaz</title>
<simpara>
The script below demonstrates the parallel searching feature of
the API. When invoked with no arguments it prints a query form; else
(arguments are supplied) it searches the targets as given in array
<literal>host</literal>.
</simpara>
<para>
<example>
<title>Parallel searching using Yaz</title>
<programlisting role="php">
<![CDATA[
$num_hosts = count ($host);