List:Commits« Previous MessageNext Message »
From:paul Date:November 7 2007 5:15pm
Subject:svn commit - mysqldoc@docsrva: r8567 - in trunk: . refman-5.1 refman-6.0
View as plain text  
Author: paul
Date: 2007-11-07 18:15:38 +0100 (Wed, 07 Nov 2007)
New Revision: 8567

Log:
 r32431@arctic:  paul | 2007-11-07 11:14:09 -0600
 Minor wording revisions.


Modified:
   trunk/refman-5.1/client-utility-programs.xml
   trunk/refman-6.0/client-utility-programs.xml

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


Modified: trunk/refman-5.1/client-utility-programs.xml
===================================================================
--- trunk/refman-5.1/client-utility-programs.xml	2007-11-07 12:15:08 UTC (rev 8566)
+++ trunk/refman-5.1/client-utility-programs.xml	2007-11-07 17:15:38 UTC (rev 8567)
Changed blocks: 4, Lines Added: 12, Lines Deleted: 10; 2411 bytes

@@ -14960,10 +14960,10 @@
           If you specify a file, by default it must contain one
           statement per line. (That is, the implicit statement delimiter
           is the newline character.) Use the
-          <option>--delimiter</option> to specify different delimiter,
-          which allows you to specify statements that span multiple
-          lines or place multiple statements on a single line. You
-          cannot include comments in a file;
+          <option>--delimiter</option> option to specify a different
+          delimiter, which enables you to specify statements that span
+          multiple lines or place multiple statements on a single line.
+          You cannot include comments in a file;
           <command>mysqlslap</command> does not understand them.
         </para>
 

@@ -15185,7 +15185,8 @@
             </para>
 
             <para>
-              The file or string to use for creating the table.
+              The file or string containing the statement to use for
+              creating the table.
             </para>
           </listitem>
 

@@ -15750,10 +15751,10 @@
 
             <para>
               On Unix, the default is to use <literal>fork()</literal>
-              calls. This option causes <command>pthread</command> calls
-              to be used instead. On Windows, the default is to use
-              <literal>pthread</literal> calls and the option has no
-              effect. This option was added in MySQL 5.1.6 and removed
+              calls and this option causes <command>pthread</command>
+              calls to be used instead. (On Windows, the default is to
+              use <literal>pthread</literal> calls and the option has no
+              effect.) This option was added in MySQL 5.1.6 and removed
               in 5.1.18.
             </para>
           </listitem>

@@ -15796,7 +15797,8 @@
 
             <para>
               Verbose mode. Print more information about what the
-              program does.
+              program does. This option can be used multiple times to
+              increase the amount of information.
             </para>
           </listitem>
 


Modified: trunk/refman-6.0/client-utility-programs.xml
===================================================================
--- trunk/refman-6.0/client-utility-programs.xml	2007-11-07 12:15:08 UTC (rev 8566)
+++ trunk/refman-6.0/client-utility-programs.xml	2007-11-07 17:15:38 UTC (rev 8567)
Changed blocks: 3, Lines Added: 8, Lines Deleted: 6; 1661 bytes

@@ -14837,10 +14837,10 @@
           If you specify a file, by default it must contain one
           statement per line. (That is, the implicit statement delimiter
           is the newline character.) Use the
-          <option>--delimiter</option> to specify different delimiter,
-          which allows you to specify statements that span multiple
-          lines or place multiple statements on a single line. You
-          cannot include comments in a file;
+          <option>--delimiter</option> option to specify a different
+          delimiter, which enables you to specify statements that span
+          multiple lines or place multiple statements on a single line.
+          You cannot include comments in a file;
           <command>mysqlslap</command> does not understand them.
         </para>
 

@@ -15059,7 +15059,8 @@
             </para>
 
             <para>
-              The file or string to use for creating the table.
+              The file or string containing the statement to use for
+              creating the table.
             </para>
           </listitem>
 

@@ -15618,7 +15619,8 @@
 
             <para>
               Verbose mode. Print more information about what the
-              program does.
+              program does. This option can be used multiple times to
+              increase the amount of information.
             </para>
           </listitem>
 


Thread
svn commit - mysqldoc@docsrva: r8567 - in trunk: . refman-5.1 refman-6.0paul7 Nov