List:Commits« Previous MessageNext Message »
From:paul Date:February 28 2007 10:24pm
Subject:svn commit - mysqldoc@docsrva: r5116 - in trunk: . refman-4.1 refman-5.0 refman-5.1
View as plain text  
Author: paul
Date: 2007-02-28 22:24:02 +0100 (Wed, 28 Feb 2007)
New Revision: 5116

Log:
 r20700@polar:  paul | 2007-02-28 14:31:56 -0600
 Convert ndb_print_schema_file section to use manpage markup.


Modified:
   trunk/refman-4.1/mysql-cluster.xml
   trunk/refman-5.0/mysql-cluster.xml
   trunk/refman-5.1/mysql-cluster.xml

Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:20699
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:16997
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:14593
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:20700
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:16997
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:14593


Modified: trunk/refman-4.1/mysql-cluster.xml
===================================================================
--- trunk/refman-4.1/mysql-cluster.xml	2007-02-28 21:23:21 UTC (rev 5115)
+++ trunk/refman-4.1/mysql-cluster.xml	2007-02-28 21:24:02 UTC (rev 5116)
Changed blocks: 1, Lines Added: 70, Lines Deleted: 38; 4796 bytes

@@ -14388,58 +14388,90 @@
 
     </section>
 
-    <section id="mysql-cluster-utilities-ndb-print-schema-file">
+    <section id="fake-id-for-ndb-print-schema-file-manpage-section-wrapper">
 
-      <title><command>ndb_print_schema_file</command></title>
+      <title>fake title for ndb_print_schema_file manpage section
wrapper</title>
 
-      <indexterm>
-       
<primary><command>ndb_print_schema_file</command></primary>
-      </indexterm>
+      <refentry id="mysql-cluster-utilities-ndb-print-schema-file">
 
-      <para>
-        <emphasis role="bold">Description</emphasis>: Obtains diagnostic
-        information from a cluster schema file.
-      </para>
+        <indexterm>
+          <primary>ndb_print_schema_file</primary>
+        </indexterm>
 
-      <para>
-        <emphasis role="bold">Usage</emphasis>:
-      </para>
+        <refmeta>
+         
<refentrytitle><command>ndb_print_schema_file</command></refentrytitle>
+           
+          <manvolnum>1</manvolnum>
+          <refmiscinfo class="manual">MySQL Database System</refmiscinfo>
+          <refmiscinfo class="source">MySQL</refmiscinfo>
+          <refmiscinfo class="version">&current-series;</refmiscinfo>
+          <refmiscinfo class="refman">Print NDB Schema File
Contents</refmiscinfo>
+        </refmeta>
 
+        <refnamediv>
+          <refname>ndb_print_schema_file</refname>
+           
+          <refpurpose>print NDB Schema file contents</refpurpose>
+        </refnamediv>
+
+        <refsynopsisdiv>
+          <cmdsynopsis>
+            <command>ndb_print_schema_file
<replaceable>file_name</replaceable></command>
+          </cmdsynopsis>
+        </refsynopsisdiv>
+
+        <refsection id="ndb-print-schema-file-description">
+
+          <title>Description</title>
+
+          <para>
+            <command>ndb_print_schema_file</command> obtains diagnostic
+            information from a cluster schema file.
+          </para>
+
+          <para>
+            <emphasis role="bold">Usage</emphasis>:
+          </para>
+
 <programlisting>
 ndb_print_schema_file <replaceable>file_name</replaceable>
 </programlisting>
 
-      <remark role="todo">
-        [js] Add link to discussion of cluster filesystem when that has
-        been added to the Manual.
-      </remark>
+          <remark role="todo">
+            [js] Add link to discussion of cluster filesystem when that
+            has been added to the Manual.
+          </remark>
 
-      <para>
-        <replaceable>file_name</replaceable> is the name of a cluster
-        schema file.
-      </para>
+          <para>
+            <replaceable>file_name</replaceable> is the name of a
+            cluster schema file.
+          </para>
 
-      <para>
-        Like <command>ndb_print_backup_file</command> and
-        <command>ndb_print_sys_file</command> (and unlike most of the
-        other <literal>NDB</literal> utilities that are intended to be
-        run on a management server host or to connect to a management
-        server) <command>ndb_schema_backup_file</command> must be run on
-        a cluster data node, since it accesses the data node filesystem
-        directly. Because it does not make use of the management server,
-        this utility can be used when the management server is not
-        running, and even when the cluster has been completely shut
-        down.
-      </para>
+          <para>
+            Like <command>ndb_print_backup_file</command> and
+            <command>ndb_print_sys_file</command> (and unlike most of
+            the other <literal>NDB</literal> utilities that are intended
+            to be run on a management server host or to connect to a
+            management server) <command>ndb_schema_backup_file</command>
+            must be run on a cluster data node, since it accesses the
+            data node filesystem directly. Because it does not make use
+            of the management server, this utility can be used when the
+            management server is not running, and even when the cluster
+            has been completely shut down.
+          </para>
 
-      <remark role="todo">
-        [js] Add sample output with explanation.
-      </remark>
+          <remark role="todo">
+            [js] Add sample output with explanation.
+          </remark>
 
-      <para>
-        <emphasis role="bold">Additional Options</emphasis>: None.
-      </para>
+          <para>
+            <emphasis role="bold">Additional Options</emphasis>: None.
+          </para>
 
+        </refsection>
+
+      </refentry>
+
     </section>
 
     <section id="mysql-cluster-utilities-ndb-print-sys-file">


Modified: trunk/refman-5.0/mysql-cluster.xml
===================================================================
--- trunk/refman-5.0/mysql-cluster.xml	2007-02-28 21:23:21 UTC (rev 5115)
+++ trunk/refman-5.0/mysql-cluster.xml	2007-02-28 21:24:02 UTC (rev 5116)
Changed blocks: 1, Lines Added: 70, Lines Deleted: 38; 4796 bytes

@@ -14501,58 +14501,90 @@
 
     </section>
 
-    <section id="mysql-cluster-utilities-ndb-print-schema-file">
+    <section id="fake-id-for-ndb-print-schema-file-manpage-section-wrapper">
 
-      <title><command>ndb_print_schema_file</command></title>
+      <title>fake title for ndb_print_schema_file manpage section
wrapper</title>
 
-      <indexterm>
-       
<primary><command>ndb_print_schema_file</command></primary>
-      </indexterm>
+      <refentry id="mysql-cluster-utilities-ndb-print-schema-file">
 
-      <para>
-        <emphasis role="bold">Description</emphasis>: Obtains diagnostic
-        information from a cluster schema file.
-      </para>
+        <indexterm>
+          <primary>ndb_print_schema_file</primary>
+        </indexterm>
 
-      <para>
-        <emphasis role="bold">Usage</emphasis>:
-      </para>
+        <refmeta>
+         
<refentrytitle><command>ndb_print_schema_file</command></refentrytitle>
+           
+          <manvolnum>1</manvolnum>
+          <refmiscinfo class="manual">MySQL Database System</refmiscinfo>
+          <refmiscinfo class="source">MySQL</refmiscinfo>
+          <refmiscinfo class="version">&current-series;</refmiscinfo>
+          <refmiscinfo class="refman">Print NDB Schema File
Contents</refmiscinfo>
+        </refmeta>
 
+        <refnamediv>
+          <refname>ndb_print_schema_file</refname>
+           
+          <refpurpose>print NDB Schema file contents</refpurpose>
+        </refnamediv>
+
+        <refsynopsisdiv>
+          <cmdsynopsis>
+            <command>ndb_print_schema_file
<replaceable>file_name</replaceable></command>
+          </cmdsynopsis>
+        </refsynopsisdiv>
+
+        <refsection id="ndb-print-schema-file-description">
+
+          <title>Description</title>
+
+          <para>
+            <command>ndb_print_schema_file</command> obtains diagnostic
+            information from a cluster schema file.
+          </para>
+
+          <para>
+            <emphasis role="bold">Usage</emphasis>:
+          </para>
+
 <programlisting>
 ndb_print_schema_file <replaceable>file_name</replaceable>
 </programlisting>
 
-      <remark role="todo">
-        [js] Add link to discussion of cluster filesystem when that has
-        been added to the Manual.
-      </remark>
+          <remark role="todo">
+            [js] Add link to discussion of cluster filesystem when that
+            has been added to the Manual.
+          </remark>
 
-      <para>
-        <replaceable>file_name</replaceable> is the name of a cluster
-        schema file.
-      </para>
+          <para>
+            <replaceable>file_name</replaceable> is the name of a
+            cluster schema file.
+          </para>
 
-      <para>
-        Like <command>ndb_print_backup_file</command> and
-        <command>ndb_print_sys_file</command> (and unlike most of the
-        other <literal>NDB</literal> utilities that are intended to be
-        run on a management server host or to connect to a management
-        server) <command>ndb_schema_backup_file</command> must be run on
-        a cluster data node, since it accesses the data node filesystem
-        directly. Because it does not make use of the management server,
-        this utility can be used when the management server is not
-        running, and even when the cluster has been completely shut
-        down.
-      </para>
+          <para>
+            Like <command>ndb_print_backup_file</command> and
+            <command>ndb_print_sys_file</command> (and unlike most of
+            the other <literal>NDB</literal> utilities that are intended
+            to be run on a management server host or to connect to a
+            management server) <command>ndb_schema_backup_file</command>
+            must be run on a cluster data node, since it accesses the
+            data node filesystem directly. Because it does not make use
+            of the management server, this utility can be used when the
+            management server is not running, and even when the cluster
+            has been completely shut down.
+          </para>
 
-      <remark role="todo">
-        [js] Add sample output with explanation.
-      </remark>
+          <remark role="todo">
+            [js] Add sample output with explanation.
+          </remark>
 
-      <para>
-        <emphasis role="bold">Additional Options</emphasis>: None.
-      </para>
+          <para>
+            <emphasis role="bold">Additional Options</emphasis>: None.
+          </para>
 
+        </refsection>
+
+      </refentry>
+
     </section>
 
     <section id="mysql-cluster-utilities-ndb-print-sys-file">


Modified: trunk/refman-5.1/mysql-cluster.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster.xml	2007-02-28 21:23:21 UTC (rev 5115)
+++ trunk/refman-5.1/mysql-cluster.xml	2007-02-28 21:24:02 UTC (rev 5116)
Changed blocks: 1, Lines Added: 70, Lines Deleted: 38; 4796 bytes

@@ -14575,58 +14575,90 @@
 
     </section>
 
-    <section id="mysql-cluster-utilities-ndb-print-schema-file">
+    <section id="fake-id-for-ndb-print-schema-file-manpage-section-wrapper">
 
-      <title><command>ndb_print_schema_file</command></title>
+      <title>fake title for ndb_print_schema_file manpage section
wrapper</title>
 
-      <indexterm>
-       
<primary><command>ndb_print_schema_file</command></primary>
-      </indexterm>
+      <refentry id="mysql-cluster-utilities-ndb-print-schema-file">
 
-      <para>
-        <emphasis role="bold">Description</emphasis>: Obtains diagnostic
-        information from a cluster schema file.
-      </para>
+        <indexterm>
+          <primary>ndb_print_schema_file</primary>
+        </indexterm>
 
-      <para>
-        <emphasis role="bold">Usage</emphasis>:
-      </para>
+        <refmeta>
+         
<refentrytitle><command>ndb_print_schema_file</command></refentrytitle>
+           
+          <manvolnum>1</manvolnum>
+          <refmiscinfo class="manual">MySQL Database System</refmiscinfo>
+          <refmiscinfo class="source">MySQL</refmiscinfo>
+          <refmiscinfo class="version">&current-series;</refmiscinfo>
+          <refmiscinfo class="refman">Print NDB Schema File
Contents</refmiscinfo>
+        </refmeta>
 
+        <refnamediv>
+          <refname>ndb_print_schema_file</refname>
+           
+          <refpurpose>print NDB Schema file contents</refpurpose>
+        </refnamediv>
+
+        <refsynopsisdiv>
+          <cmdsynopsis>
+            <command>ndb_print_schema_file
<replaceable>file_name</replaceable></command>
+          </cmdsynopsis>
+        </refsynopsisdiv>
+
+        <refsection id="ndb-print-schema-file-description">
+
+          <title>Description</title>
+
+          <para>
+            <command>ndb_print_schema_file</command> obtains diagnostic
+            information from a cluster schema file.
+          </para>
+
+          <para>
+            <emphasis role="bold">Usage</emphasis>:
+          </para>
+
 <programlisting>
 ndb_print_schema_file <replaceable>file_name</replaceable>
 </programlisting>
 
-      <remark role="todo">
-        [js] Add link to discussion of cluster filesystem when that has
-        been added to the Manual.
-      </remark>
+          <remark role="todo">
+            [js] Add link to discussion of cluster filesystem when that
+            has been added to the Manual.
+          </remark>
 
-      <para>
-        <replaceable>file_name</replaceable> is the name of a cluster
-        schema file.
-      </para>
+          <para>
+            <replaceable>file_name</replaceable> is the name of a
+            cluster schema file.
+          </para>
 
-      <para>
-        Like <command>ndb_print_backup_file</command> and
-        <command>ndb_print_sys_file</command> (and unlike most of the
-        other <literal>NDB</literal> utilities that are intended to be
-        run on a management server host or to connect to a management
-        server) <command>ndb_schema_backup_file</command> must be run on
-        a cluster data node, since it accesses the data node filesystem
-        directly. Because it does not make use of the management server,
-        this utility can be used when the management server is not
-        running, and even when the cluster has been completely shut
-        down.
-      </para>
+          <para>
+            Like <command>ndb_print_backup_file</command> and
+            <command>ndb_print_sys_file</command> (and unlike most of
+            the other <literal>NDB</literal> utilities that are intended
+            to be run on a management server host or to connect to a
+            management server) <command>ndb_schema_backup_file</command>
+            must be run on a cluster data node, since it accesses the
+            data node filesystem directly. Because it does not make use
+            of the management server, this utility can be used when the
+            management server is not running, and even when the cluster
+            has been completely shut down.
+          </para>
 
-      <remark role="todo">
-        [js] Add sample output with explanation.
-      </remark>
+          <remark role="todo">
+            [js] Add sample output with explanation.
+          </remark>
 
-      <para>
-        <emphasis role="bold">Additional Options</emphasis>: None.
-      </para>
+          <para>
+            <emphasis role="bold">Additional Options</emphasis>: None.
+          </para>
 
+        </refsection>
+
+      </refentry>
+
     </section>
 
     <section id="mysql-cluster-utilities-ndb-print-sys-file">


Thread
svn commit - mysqldoc@docsrva: r5116 - in trunk: . refman-4.1 refman-5.0 refman-5.1paul28 Feb