List:Commits« Previous MessageNext Message »
From:paul Date:February 23 2007 3:33pm
Subject:svn commit - mysqldoc@docsrva: r5041 - in trunk: . refman-4.1 refman-5.0 refman-5.1
View as plain text  
Author: paul
Date: 2007-02-23 16:33:47 +0100 (Fri, 23 Feb 2007)
New Revision: 5041

Log:
 r16743@frost:  paul | 2007-02-23 09:29:40 -0600
 Fix tags, add missing word.


Modified:
   trunk/refman-4.1/introduction.xml
   trunk/refman-5.0/introduction.xml
   trunk/refman-5.1/introduction.xml

Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:20380
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:16742
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:14593
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:20380
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:16743
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:14593


Modified: trunk/refman-4.1/introduction.xml
===================================================================
--- trunk/refman-4.1/introduction.xml	2007-02-23 15:33:27 UTC (rev 5040)
+++ trunk/refman-4.1/introduction.xml	2007-02-23 15:33:47 UTC (rev 5041)
Changed blocks: 2, Lines Added: 2, Lines Deleted: 2; 1058 bytes

@@ -1597,7 +1597,7 @@
 
             <listitem>
               <para>
-                <literal>INSERT INTO <literal>tbl_name</literal> SET
+                <literal>INSERT INTO <replaceable>tbl_name</replaceable> SET
                 <replaceable>col_name</replaceable> = ...</literal>
                 syntax.
               </para>

@@ -1743,7 +1743,7 @@
             <listitem>
               <para>
                 String comparisons are case-insensitive by default, with
-                sort ordering determined by collation of the current
+                sort ordering determined by the collation of the current
                 character set, which is <literal>latin1</literal>
                 (cp1252 West European) by default. If you don't like
                 this, you should declare your columns with the


Modified: trunk/refman-5.0/introduction.xml
===================================================================
--- trunk/refman-5.0/introduction.xml	2007-02-23 15:33:27 UTC (rev 5040)
+++ trunk/refman-5.0/introduction.xml	2007-02-23 15:33:47 UTC (rev 5041)
Changed blocks: 2, Lines Added: 2, Lines Deleted: 2; 1058 bytes

@@ -1255,7 +1255,7 @@
 
             <listitem>
               <para>
-                <literal>INSERT INTO <literal>tbl_name</literal> SET
+                <literal>INSERT INTO <replaceable>tbl_name</replaceable> SET
                 <replaceable>col_name</replaceable> = ...</literal>
                 syntax.
               </para>

@@ -1401,7 +1401,7 @@
             <listitem>
               <para>
                 String comparisons are case-insensitive by default, with
-                sort ordering determined by collation of the current
+                sort ordering determined by the collation of the current
                 character set, which is <literal>latin1</literal>
                 (cp1252 West European) by default. If you don't like
                 this, you should declare your columns with the


Modified: trunk/refman-5.1/introduction.xml
===================================================================
--- trunk/refman-5.1/introduction.xml	2007-02-23 15:33:27 UTC (rev 5040)
+++ trunk/refman-5.1/introduction.xml	2007-02-23 15:33:47 UTC (rev 5041)
Changed blocks: 2, Lines Added: 2, Lines Deleted: 2; 1058 bytes

@@ -1284,7 +1284,7 @@
 
             <listitem>
               <para>
-                <literal>INSERT INTO <literal>tbl_name</literal> SET
+                <literal>INSERT INTO <replaceable>tbl_name</replaceable> SET
                 <replaceable>col_name</replaceable> = ...</literal>
                 syntax.
               </para>

@@ -1430,7 +1430,7 @@
             <listitem>
               <para>
                 String comparisons are case-insensitive by default, with
-                sort ordering determined by collation of the current
+                sort ordering determined by the collation of the current
                 character set, which is <literal>latin1</literal>
                 (cp1252 West European) by default. If you don't like
                 this, you should declare your columns with the


Thread
svn commit - mysqldoc@docsrva: r5041 - in trunk: . refman-4.1 refman-5.0 refman-5.1paul23 Feb