List:Commits« Previous MessageNext Message »
From:jon Date:June 29 2006 10:06am
Subject:svn commit - mysqldoc@docsrva: r2547 - trunk/ndbapi
View as plain text  
Author: jstephens
Date: 2006-06-29 12:06:19 +0200 (Thu, 29 Jun 2006)
New Revision: 2547

Log:
MGM API: Fixed some titles.

Modified:
   trunk/ndbapi/mgm-api.xml

Modified: trunk/ndbapi/mgm-api.xml
===================================================================
--- trunk/ndbapi/mgm-api.xml	2006-06-29 08:19:14 UTC (rev 2546)
+++ trunk/ndbapi/mgm-api.xml	2006-06-29 10:06:19 UTC (rev 2547)
@@ -247,7 +247,7 @@
 
     <section id="mgm-api-functions-log-events">
 
-      <title>Log Event Functions</title>
+      <title>Log Events</title>
 
       <abstract>
 
@@ -832,7 +832,7 @@
 
     <section id="mgm-api-functions-error-handling">
 
-      <title>Error-Handling Functions</title>
+      <title>MGM API Error Handling</title>
 
       <abstract>
 
@@ -3812,7 +3812,8 @@
         The types described in this section are all defined in the file
         <filename>/storage/ndb/include/mgmapi/mgmapi.h</filename>, with
         the exception of <literal>Ndb_logevent_type</literal>,
-        <literal>ndb_mgm_event_severity</literal>, and
+        <literal>ndb_mgm_event_severity</literal>,
+        <literal>ndb_mgm_logevent_handle_error</literal>, and
         <literal>ndb_mgm_event_category</literal>, which are defined in
         <filename>/storage/ndb/include/mgmapi/ndb_logevent.h</filename>.
       </para>
@@ -3820,7 +3821,7 @@
 
     <section id="ndb-mgm-node-type">
 
-      <title><literal>ndb_mgm_node_type</literal></title>
+      <title>The <literal>ndb_mgm_node_type</literal> Type</title>
 
       <formalpara>
 
@@ -3876,7 +3877,7 @@
 
     <section id="ndb-mgm-node-status">
 
-      <title><literal>ndb_mgm_node_status</literal></title>
+      <title>The <literal>ndb_mgm_node_status</literal> Type</title>
 
       <formalpara>
 
@@ -4596,7 +4597,7 @@
 
     <section id="ndb-logevent-handle-error">
 
-      <title>The <literal>ndb_logevent_handle_eeror</literal> Type</title>
+      <title>The <literal>ndb_logevent_handle_error</literal> Type</title>
 
       <formalpara>
 

Thread
svn commit - mysqldoc@docsrva: r2547 - trunk/ndbapijon29 Jun