List:Commits« Previous MessageNext Message »
From:jon Date:September 1 2006 12:55pm
Subject:svn commit - mysqldoc@docsrva: r3189 - trunk/refman-5.1
View as plain text  
Author: jstephens
Date: 2006-09-01 14:55:18 +0200 (Fri, 01 Sep 2006)
New Revision: 3189

Log:
Spellcheck+reformat

Modified:
   trunk/refman-5.1/ndb-utilities.xml


Modified: trunk/refman-5.1/ndb-utilities.xml
===================================================================
--- trunk/refman-5.1/ndb-utilities.xml	2006-09-01 12:34:05 UTC (rev 3188)
+++ trunk/refman-5.1/ndb-utilities.xml	2006-09-01 12:55:18 UTC (rev 3189)
Changed blocks: 3, Lines Added: 3, Lines Deleted: 3; 1449 bytes

@@ -475,7 +475,7 @@
     </para>
 
 <programlisting>
-shell&gt; <userinput>./ndb_drop_index -c localhost dogs idx -d ctest1</userinput>
+shell&gt; <userinput>./ndb_drop_index -c localhost dogs ix -d ctest1</userinput>
 Dropping index dogs/idx...OK
 
 NDBT_ProgramExit: 0 - OK

@@ -1359,7 +1359,7 @@
       <emphasis role="bold">Description</emphasis>: Repeatedly (each 100
       milliseconds) prints out the status of all cluster data nodes
       until either the cluster reaches a given status or the
-      <option>--timeout</option> limit is exceeeded, then exits. By
+      <option>--timeout</option> limit is exceeded, then exits. By
       default, it waits for the cluster to achieve
       <literal>STARTED</literal> status, in which all nodes have started
       and connected to the cluster. This can be overridden using the

@@ -1394,7 +1394,7 @@
       <listitem>
         <para>
           <literal>NOT_STARTED</literal>: The node has stopped, but
-          remains in ccontact with the cluster. This is seen when
+          remains in contact with the cluster. This is seen when
           restarting the node using the management client's
           <literal>RESTART</literal> command.
         </para>


Thread
svn commit - mysqldoc@docsrva: r3189 - trunk/refman-5.1jon1 Sep