List:Commits« Previous MessageNext Message »
From:jon Date:January 22 2009 8:54pm
Subject:svn commit - mysqldoc@docsrva: r13352 - trunk/ndbapi
View as plain text  
Author: jstephens
Date: 2009-01-22 21:54:52 +0100 (Thu, 22 Jan 2009)
New Revision: 13352

Log:

Reformat



Modified:
   trunk/ndbapi/ndb-internals.xml


Modified: trunk/ndbapi/ndb-internals.xml
===================================================================
--- trunk/ndbapi/ndb-internals.xml	2009-01-22 20:51:53 UTC (rev 13351)
+++ trunk/ndbapi/ndb-internals.xml	2009-01-22 20:54:52 UTC (rev 13352)
Changed blocks: 7, Lines Added: 16, Lines Deleted: 17; 3215 bytes

@@ -1663,8 +1663,7 @@
           <title>Description</title>
 
           <para>
-            Provides <literal>NDB</literal> file system
-            statistics.
+            Provides <literal>NDB</literal> file system statistics.
           </para>
 
         </formalpara>

@@ -1725,8 +1724,8 @@
           <title>Description</title>
 
           <para>
-            Prints <literal>NDB</literal> file system file
-            handles and states (<literal>OPEN</literal> or
+            Prints <literal>NDB</literal> file system file handles and
+            states (<literal>OPEN</literal> or
             <literal>CLOSED</literal>).
           </para>
 

@@ -1812,8 +1811,8 @@
           <title>Description</title>
 
           <para>
-            Prints list of <literal>NDB</literal> file system
-            open files.
+            Prints list of <literal>NDB</literal> file system open
+            files.
           </para>
 
         </formalpara>

@@ -1881,8 +1880,8 @@
           <title>Description</title>
 
           <para>
-            Prints list of <literal>NDB</literal> file system
-            idle file handles.
+            Prints list of <literal>NDB</literal> file system idle file
+            handles.
           </para>
 
         </formalpara>

@@ -11154,8 +11153,8 @@
       <title>The <literal>NDBFS</literal> Block</title>
 
       <para>
-        This block provides the <literal>NDB</literal> file
-        system abstraction layer, and is located in the directory
+        This block provides the <literal>NDB</literal> file system
+        abstraction layer, and is located in the directory
         <filename>storage/ndb/src/kernel/blocks/ndbfs</filename>, which
         contains the following files:
 

@@ -12025,10 +12024,10 @@
       <note>
         <para>
           Connections between the kernel blocks and the
-          <literal>NDB</literal> file system are also set up
-          during Phase 0. This is necessary to enable the blocks to
-          communicate easily which parts of a table structure are to be
-          written to disk.
+          <literal>NDB</literal> file system are also set up during
+          Phase 0. This is necessary to enable the blocks to communicate
+          easily which parts of a table structure are to be written to
+          disk.
         </para>
       </note>
 

@@ -12101,9 +12100,9 @@
 
       <para>
         Both activities in Phase 0 have to do with initialization of the
-        <literal>NDB</literal> file system. First, if
-        necessary, <literal>NDBFS</literal> creates the file system
-        directory for the data node. In the case of an initial start,
+        <literal>NDB</literal> file system. First, if necessary,
+        <literal>NDBFS</literal> creates the file system directory for
+        the data node. In the case of an initial start,
         <literal>NDBCNTR</literal> clears any existing files from the
         directory of the data node to ensure that the
         <literal>DBDIH</literal> block does not subsequently discover


Thread
svn commit - mysqldoc@docsrva: r13352 - trunk/ndbapijon22 Jan