slawek Thu Apr 11 13:26:32 2002 EDT
Modified files:
/phpdoc/en/functions mysql.xml
Log:
Little WS and example corrections.
Index: phpdoc/en/functions/mysql.xml
diff -u phpdoc/en/functions/mysql.xml:1.107 phpdoc/en/functions/mysql.xml:1.108
--- phpdoc/en/functions/mysql.xml:1.107 Thu Apr 11 11:23:48 2002
+++ phpdoc/en/functions/mysql.xml Thu Apr 11 13:26:29 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.107 $ -->
+<!-- $Revision: 1.108 $ -->
<reference id="ref.mysql">
<title>MySQL Functions</title>
<titleabbrev>MySQL</titleabbrev>
@@ -1344,7 +1344,7 @@
their offsets (numbers are illegal property names).
</para>
<para>
- <programlisting role="php">
+ <programlisting role="php">
<![CDATA[
<?php
@@ -1355,7 +1355,7 @@
?>
]]>
- </programlisting>
+ </programlisting>
</para>
<para>
Speed-wise, the function is identical to
@@ -2554,7 +2554,7 @@
The above example would produce the following output:
<screen>
<![CDATA[
-current thread_id is 73
+current thread id is 73
]]>
</screen>
</para>
@@ -2660,7 +2660,7 @@
</refsect1>
</refentry>
- <refentry id="function.mysql-stat">
+ <refentry id="function.mysql-stat">
<refnamediv>
<refname>mysql_stat</refname>
<refpurpose>Get current system status</refpurpose>