List:Commits« Previous MessageNext Message »
From:plavin Date:May 14 2007 5:45pm
Subject:svn commit - mysqldoc@docsrva: r6445 - trunk/dynamic-docs/command-optvars
View as plain text  
Author: plavin
Date: 2007-05-14 19:45:52 +0200 (Mon, 14 May 2007)
New Revision: 6445

Log:
Add manualcd ..

Modified:
   trunk/dynamic-docs/command-optvars/mysql.xml
   trunk/dynamic-docs/command-optvars/options.dtd


Modified: trunk/dynamic-docs/command-optvars/mysql.xml
===================================================================
--- trunk/dynamic-docs/command-optvars/mysql.xml	2007-05-14 15:56:23 UTC (rev 6444)
+++ trunk/dynamic-docs/command-optvars/mysql.xml	2007-05-14 17:45:52 UTC (rev 6445)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 594 bytes

@@ -75,7 +75,7 @@
             Disable automatic rehashing 
         </shortdescription>
         <seealso xref="auto-rehash"/>
-        <seealso xref="disable-auto-rehash"/>
+        <seealso xref="skip-auto-rehash"/>
         <!-- no deprecated version number available -->
         <deprecated/>
         <types>


Modified: trunk/dynamic-docs/command-optvars/options.dtd
===================================================================
--- trunk/dynamic-docs/command-optvars/options.dtd	2007-05-14 15:56:23 UTC (rev 6444)
+++ trunk/dynamic-docs/command-optvars/options.dtd	2007-05-14 17:45:52 UTC (rev 6445)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 610 bytes

@@ -4,7 +4,7 @@
 
 <!--Set the manual in which the option should appear-->
 <!ELEMENT manual EMPTY>
-<!ATTLIST manual version (4.0 | 4.1 | 5.0 | 5.1) #REQUIRED >
+<!ATTLIST manual version (4.0 | 4.1 | 5.0 | 5.1 ) #REQUIRED >
 
 <!-- Defines an 'Option', it's class, format and version information -->
 <!ELEMENT optype EMPTY>


Thread
svn commit - mysqldoc@docsrva: r6445 - trunk/dynamic-docs/command-optvarsplavin14 May