List:Commits« Previous MessageNext Message »
From:plavin Date:October 16 2007 11:57pm
Subject:svn commit - mysqldoc@docsrva: r8131 - trunk/userguide
View as plain text  
Author: plavin
Date: 2007-10-16 23:57:04 +0200 (Tue, 16 Oct 2007)
New Revision: 8131

Log:
Minor adjustments to TOC


Modified:
   trunk/userguide/introduction.xml
   trunk/userguide/userguide.xml


Modified: trunk/userguide/introduction.xml
===================================================================
--- trunk/userguide/introduction.xml	2007-10-16 20:08:44 UTC (rev 8130)
+++ trunk/userguide/introduction.xml	2007-10-16 21:57:04 UTC (rev 8131)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 40; 1191 bytes

@@ -107,46 +107,7 @@
     </section>
 
   </section>
-  <section id="userguide-differences-oses">
-    
-    <title>Variations Between Operating Systems</title>
-    
-    <para>
-      MySQL functions slightly differently on 
-      different operating systems. For the most part 
-      these differences can be ignored  but you should 
-      be aware of the following items:
-      
-      <itemizedlist>
-        
-        <listitem>
-          <para>
-            sockets
-          </para>
-        </listitem>
-        
-        <listitem>
-          <para>
-            auto-completion
-          </para>
-        </listitem>
-        
-        <listitem>
-          <para>
-            file separators
-          </para>
-        </listitem>
-        
-        <listitem>
-          <para>
-            etc
-          </para>
-        </listitem>            
-        
-      </itemizedlist>
-    </para>
-    
-  </section>
+  
 
 </chapter>
 <!-- END INTRODUCTION CHAPTER -->


Modified: trunk/userguide/userguide.xml
===================================================================
--- trunk/userguide/userguide.xml	2007-10-16 20:08:44 UTC (rev 8130)
+++ trunk/userguide/userguide.xml	2007-10-16 21:57:04 UTC (rev 8131)
Changed blocks: 2, Lines Added: 44, Lines Deleted: 3; 1774 bytes

@@ -65,13 +65,54 @@
 
   <part label="II">
 
-    <title>Using Mysql</title>
+    <title>Using MySQL</title>
 
 <!--intro-->
 
     <chapter id="userguide-introduction-using-mysql">
 
-      <title>Introduction</title>
+      <title>Introduction to Using MySQL</title>
+      
+      <section id="userguide-differences-oses">
+        
+        <title>Variations Between Operating Systems</title>
+        
+        <para>
+          MySQL functions slightly differently on 
+          different operating systems. For the most part 
+          these differences can be ignored  but you should 
+          be aware of the following items:
+          
+          <itemizedlist>
+            
+            <listitem>
+              <para>
+                sockets
+              </para>
+            </listitem>
+            
+            <listitem>
+              <para>
+                auto-completion
+              </para>
+            </listitem>
+            
+            <listitem>
+              <para>
+                file separators
+              </para>
+            </listitem>
+            
+            <listitem>
+              <para>
+                etc
+              </para>
+            </listitem>            
+            
+          </itemizedlist>
+        </para>
+        
+      </section>
 
       <section id="userguide-command-line">
 

@@ -573,7 +614,7 @@
 
       <section id="userguide-mysqlutility">
 
-        <title>Using <command>[mysqlutility]</command></title>
+        <title>Using <command>&lt;mysqlutility&gt;</command></title>
 
         <para></para>
 


Thread
svn commit - mysqldoc@docsrva: r8131 - trunk/userguideplavin16 Oct