Author: paul
Date: 2010-09-09 22:06:15 +0200 (Thu, 09 Sep 2010)
New Revision: 22661
Log:
r63135@frost: paul | 2010-09-09 15:05:42 -0500
Fix title capping
Modified:
trunk/refman-common/mysql-proxy-core.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/mysqldoc/trunk:35498
07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/trunk:42090
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:43968
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/trunk:44480
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:63133
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:39036
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/trunk:39546
+ 07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/mysqldoc/trunk:35498
07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/trunk:42090
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:43968
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/trunk:44480
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:63135
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:39036
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/trunk:39546
Modified: trunk/refman-common/mysql-proxy-core.xml
===================================================================
--- trunk/refman-common/mysql-proxy-core.xml 2010-09-09 19:48:06 UTC (rev 22660)
+++ trunk/refman-common/mysql-proxy-core.xml 2010-09-09 20:06:15 UTC (rev 22661)
Changed blocks: 8, Lines Added: 8, Lines Deleted: 8; 2621 bytes
@@ -183,7 +183,7 @@
<section id="mysql-proxy-install-binary">
- <title>Installing MySQL Proxy from a binary distribution</title>
+ <title>Installing MySQL Proxy from a Binary Distribution</title>
<para>
If you download the binary packages, then you need to extract
@@ -252,7 +252,7 @@
<section id="mysql-proxy-install-source">
- <title>Installing MySQL Proxy from a source distribution</title>
+ <title>Installing MySQL Proxy from a Source Distribution</title>
<para>
If you have downloaded the source package then you will need to
@@ -352,7 +352,7 @@
<section id="mysql-proxy-install-cvs">
- <title>Installing MySQL Proxy from the Bazaar repository</title>
+ <title>Installing MySQL Proxy from the Bazaar Repository</title>
<para>
The MySQL Proxy source is available through a public Bazaar
@@ -1153,7 +1153,7 @@
<section id="mysql-proxy-configuration-windows">
- <title>Setting up MySQL Proxy as a Windows Service</title>
+ <title>Setting Up MySQL Proxy as a Windows Service</title>
<para>
The MySQL distribution on Windows includes the
@@ -2499,7 +2499,7 @@
<section id="mysql-proxy-scripting-connect-server">
- <title>Capturing a connection with <function>connect_server()</function></title>
+ <title>Capturing a Connection with <function>connect_server()</function></title>
<para>
When the proxy accepts a connection from a MySQL client, the
@@ -2544,7 +2544,7 @@
<section id="mysql-proxy-scripting-read-handshake">
- <title>Examining the handshake with <function>read_handshake()</function></title>
+ <title>Examining the Handshake with <function>read_handshake()</function></title>
<para>
Handshake information is sent by the server to the client after
@@ -2628,7 +2628,7 @@
<section id="mysql-proxy-scripting-read-auth">
- <title>Examining the authentication credentials with
+ <title>Examining the Authentication Credentials with
<function>read_auth()</function></title>
<para>
@@ -2674,7 +2674,7 @@
<section id="mysql-proxy-scripting-read-auth-result">
- <title>Accessing authentication information with
+ <title>Accessing Authentication Information with
<function>read_auth_result()</function></title>
<para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r22661 - in trunk: . refman-common | paul.dubois | 9 Sep |