List:Commits« Previous MessageNext Message »
From:plavin Date:April 23 2007 10:24pm
Subject:svn commit - mysqldoc@docsrva: r6085 - trunk/refman-5.0
View as plain text  
Author: plavin
Date: 2007-04-23 22:24:58 +0200 (Mon, 23 Apr 2007)
New Revision: 6085

Log:
Remove duplicate elements -- thanks Paul

Modified:
   trunk/refman-5.0/client-utility-programs.xml


Modified: trunk/refman-5.0/client-utility-programs.xml
===================================================================
--- trunk/refman-5.0/client-utility-programs.xml	2007-04-23 20:03:50 UTC (rev 6084)
+++ trunk/refman-5.0/client-utility-programs.xml	2007-04-23 20:24:58 UTC (rev 6085)
Changed blocks: 3, Lines Added: 1, Lines Deleted: 29; 1945 bytes

@@ -1279,15 +1279,7 @@
         </cmdsynopsis>
       </refsynopsisdiv>
 
-      <refsynopsisdiv>
-        <cmdsynopsis>
-          <command>myisamchk [<replaceable>options</replaceable>]
<replaceable>tbl_name</replaceable> ...</command>
-        </cmdsynopsis>
-         
-        <cmdsynopsis>
-          <command>isamchk [<replaceable>options</replaceable>]
<replaceable>tbl_name</replaceable> &hellip;</command>
-        </cmdsynopsis>
-      </refsynopsisdiv>
+      
 
       <refsection id="myisamchk-description">
 

@@ -2926,16 +2918,6 @@
         </cmdsynopsis>
       </refsynopsisdiv>
 
-      <refsynopsisdiv>
-        <cmdsynopsis>
-          <command>myisamlog [<replaceable>options</replaceable>]
[<replaceable>log_file</replaceable>
[<replaceable>tbl_name</replaceable>] ...]</command>
-        </cmdsynopsis>
-         
-        <cmdsynopsis>
-          <command>isamlog [<replaceable>options</replaceable>]
[<replaceable>log_file</replaceable>
[<replaceable>tbl_name</replaceable>] ...]</command>
-        </cmdsynopsis>
-      </refsynopsisdiv>
-
       <refsection id="myisamlog-description">
 
         <title>Description</title>

@@ -3186,16 +3168,6 @@
         </cmdsynopsis>
       </refsynopsisdiv>
 
-      <refsynopsisdiv>
-        <cmdsynopsis>
-          <command>myisampack [<replaceable>options</replaceable>]
<replaceable>file_name</replaceable> ...</command>
-        </cmdsynopsis>
-         
-        <cmdsynopsis>
-          <command>pack_isam [<replaceable>options</replaceable>]
<replaceable>file_name</replaceable> &hellip;</command>
-        </cmdsynopsis>
-      </refsynopsisdiv>
-
       <refsection id="myisampack-description">
 
         <title>Description</title>


Thread
svn commit - mysqldoc@docsrva: r6085 - trunk/refman-5.0plavin23 Apr