jsgoupil Mon Oct 3 11:31:53 2005 EDT
Modified files:
/phpdoc/en/reference/mysql/functions mysql-connect.xml
Log:
add space between words + remove space in linkend
http://cvs.php.net/diff.php/phpdoc/en/reference/mysql/functions/mysql-connect.xml?r1=1.17&r2=1.18&ty=u
Index: phpdoc/en/reference/mysql/functions/mysql-connect.xml
diff -u phpdoc/en/reference/mysql/functions/mysql-connect.xml:1.17
phpdoc/en/reference/mysql/functions/mysql-connect.xml:1.18
--- phpdoc/en/reference/mysql/functions/mysql-connect.xml:1.17 Mon Oct 3
06:37:09 2005
+++ phpdoc/en/reference/mysql/functions/mysql-connect.xml Mon Oct 3
11:31:51 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.17 $ -->
+<!-- $Revision: 1.18 $ -->
<refentry id="function.mysql-connect">
<refnamediv>
<refname>mysql_connect</refname>
@@ -159,7 +159,7 @@
</para>
<para>
<example>
- <title><function>mysql_connect</function>example using
<literal>hostname:port</literal> syntax</title>
+ <title><function>mysql_connect</function> example using
<literal>hostname:port</literal> syntax</title>
<programlisting role="php">
<![CDATA[
<?php
@@ -185,7 +185,7 @@
</para>
<para>
<example>
- <title><function>mysql_connect</function>example using ":/path/to/socket"
syntax</title>
+ <title><function>mysql_connect</function> example using
":/path/to/socket" syntax</title>
<programlisting role="php">
<![CDATA[
<?php
@@ -224,7 +224,7 @@
Windows). If you want to use TCP/IP, use "127.0.0.1"
instead of "localhost". If the MySQL client library tries to
connect to the wrong local socket, you should set the correct path as
- <xref linkend=" ini.mysql.default-host" /> in your PHP configuration and
leave the server field
+ <xref linkend="ini.mysql.default-host" /> in your PHP configuration and
leave the server field
blank.
</para>
</note>