Author: paul
Date: 2007-02-28 22:24:17 +0100 (Wed, 28 Feb 2007)
New Revision: 5117
Log:
r20701@polar: paul | 2007-02-28 14:35:38 -0600
Convert ndb_print_sys_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: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
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:20701
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:24:02 UTC (rev 5116)
+++ trunk/refman-4.1/mysql-cluster.xml 2007-02-28 21:24:17 UTC (rev 5117)
Changed blocks: 2, Lines Added: 77, Lines Deleted: 44; 5966 bytes
@@ -14411,7 +14411,7 @@
<refnamediv>
<refname>ndb_print_schema_file</refname>
- <refpurpose>print NDB Schema file contents</refpurpose>
+ <refpurpose>print NDB schema file contents</refpurpose>
</refnamediv>
<refsynopsisdiv>
@@ -14474,63 +14474,96 @@
</section>
- <section id="mysql-cluster-utilities-ndb-print-sys-file">
+ <section id="fake-id-for-ndb-print-sys-file-manpage-section-wrapper">
- <title><command>ndb_print_sys_file</command></title>
+ <title>fake title for ndb_print_sys_file manpage section wrapper</title>
- <indexterm>
- <primary><command>ndb_print_sys_file</command></primary>
- </indexterm>
+ <refentry id="mysql-cluster-utilities-ndb-print-sys-file">
- <para>
- <emphasis role="bold">Description</emphasis>: Obtains diagnostic
- information from a cluster system file.
- </para>
+ <indexterm>
+ <primary>ndb_print_sys_file</primary>
+ </indexterm>
- <para>
- <emphasis role="bold">Usage</emphasis>:
- </para>
+ <refmeta>
+ <refentrytitle><command>ndb_print_sys_file</command></refentrytitle>
+
+ <manvolnum>1</manvolnum>
+ <refmiscinfo class="manual">MySQL Database System</refmiscinfo>
+ <refmiscinfo class="source">MySQL</refmiscinfo>
+ <refmiscinfo class="version">¤t-series;</refmiscinfo>
+ <refmiscinfo class="refman">Print NDB System File Contents</refmiscinfo>
+ </refmeta>
+ <refnamediv>
+ <refname>ndb_print_sys_file</refname>
+
+ <refpurpose>print NDB system file contents</refpurpose>
+ </refnamediv>
+
+ <refsynopsisdiv>
+ <cmdsynopsis>
+ <command>ndb_print_sys_file <replaceable>file_name</replaceable></command>
+ </cmdsynopsis>
+ </refsynopsisdiv>
+
+ <refsection id="ndb-print-sys-file-description">
+
+ <title>Description</title>
+
+ <para>
+ <command>ndb_print_sys_file</command> obtains diagnostic
+ information from a cluster system file.
+ </para>
+
+ <para>
+ <emphasis role="bold">Usage</emphasis>:
+ </para>
+
<programlisting>
ndb_print_sys_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
- system file (sysfile). Cluster system files are located in a
- data node's data directory (<literal>DataDir</literal>); the
- path under this directory to system files matches the pattern
- <filename>ndb_<replaceable>#</replaceable>_fs/D<replaceable>#</replaceable>/DBDIH/P<replaceable>#</replaceable>.sysfile</filename>.
- In each case, the <replaceable>#</replaceable> represents a
- number (not necessarily the same number).
- </para>
+ <para>
+ <replaceable>file_name</replaceable> is the name of a
+ cluster system file (sysfile). Cluster system files are
+ located in a data node's data directory
+ (<literal>DataDir</literal>); the path under this directory
+ to system files matches the pattern
+ <filename>ndb_<replaceable>#</replaceable>_fs/D<replaceable>#</replaceable>/DBDIH/P<replaceable>#</replaceable>.sysfile</filename>.
+ In each case, the <replaceable>#</replaceable> represents a
+ number (not necessarily the same number).
+ </para>
- <para>
- Like <command>ndb_print_backup_file</command> and
- <command>ndb_print_schema_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_print_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_schema_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_print_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-select-all">
Modified: trunk/refman-5.0/mysql-cluster.xml
===================================================================
--- trunk/refman-5.0/mysql-cluster.xml 2007-02-28 21:24:02 UTC (rev 5116)
+++ trunk/refman-5.0/mysql-cluster.xml 2007-02-28 21:24:17 UTC (rev 5117)
Changed blocks: 2, Lines Added: 77, Lines Deleted: 44; 5966 bytes
@@ -14524,7 +14524,7 @@
<refnamediv>
<refname>ndb_print_schema_file</refname>
- <refpurpose>print NDB Schema file contents</refpurpose>
+ <refpurpose>print NDB schema file contents</refpurpose>
</refnamediv>
<refsynopsisdiv>
@@ -14587,63 +14587,96 @@
</section>
- <section id="mysql-cluster-utilities-ndb-print-sys-file">
+ <section id="fake-id-for-ndb-print-sys-file-manpage-section-wrapper">
- <title><command>ndb_print_sys_file</command></title>
+ <title>fake title for ndb_print_sys_file manpage section wrapper</title>
- <indexterm>
- <primary><command>ndb_print_sys_file</command></primary>
- </indexterm>
+ <refentry id="mysql-cluster-utilities-ndb-print-sys-file">
- <para>
- <emphasis role="bold">Description</emphasis>: Obtains diagnostic
- information from a cluster system file.
- </para>
+ <indexterm>
+ <primary>ndb_print_sys_file</primary>
+ </indexterm>
- <para>
- <emphasis role="bold">Usage</emphasis>:
- </para>
+ <refmeta>
+ <refentrytitle><command>ndb_print_sys_file</command></refentrytitle>
+
+ <manvolnum>1</manvolnum>
+ <refmiscinfo class="manual">MySQL Database System</refmiscinfo>
+ <refmiscinfo class="source">MySQL</refmiscinfo>
+ <refmiscinfo class="version">¤t-series;</refmiscinfo>
+ <refmiscinfo class="refman">Print NDB System File Contents</refmiscinfo>
+ </refmeta>
+ <refnamediv>
+ <refname>ndb_print_sys_file</refname>
+
+ <refpurpose>print NDB system file contents</refpurpose>
+ </refnamediv>
+
+ <refsynopsisdiv>
+ <cmdsynopsis>
+ <command>ndb_print_sys_file <replaceable>file_name</replaceable></command>
+ </cmdsynopsis>
+ </refsynopsisdiv>
+
+ <refsection id="ndb-print-sys-file-description">
+
+ <title>Description</title>
+
+ <para>
+ <command>ndb_print_sys_file</command> obtains diagnostic
+ information from a cluster system file.
+ </para>
+
+ <para>
+ <emphasis role="bold">Usage</emphasis>:
+ </para>
+
<programlisting>
ndb_print_sys_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
- system file (sysfile). Cluster system files are located in a
- data node's data directory (<literal>DataDir</literal>); the
- path under this directory to system files matches the pattern
- <filename>ndb_<replaceable>#</replaceable>_fs/D<replaceable>#</replaceable>/DBDIH/P<replaceable>#</replaceable>.sysfile</filename>.
- In each case, the <replaceable>#</replaceable> represents a
- number (not necessarily the same number).
- </para>
+ <para>
+ <replaceable>file_name</replaceable> is the name of a
+ cluster system file (sysfile). Cluster system files are
+ located in a data node's data directory
+ (<literal>DataDir</literal>); the path under this directory
+ to system files matches the pattern
+ <filename>ndb_<replaceable>#</replaceable>_fs/D<replaceable>#</replaceable>/DBDIH/P<replaceable>#</replaceable>.sysfile</filename>.
+ In each case, the <replaceable>#</replaceable> represents a
+ number (not necessarily the same number).
+ </para>
- <para>
- Like <command>ndb_print_backup_file</command> and
- <command>ndb_print_schema_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_print_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_schema_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_print_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-select-all">
Modified: trunk/refman-5.1/mysql-cluster.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster.xml 2007-02-28 21:24:02 UTC (rev 5116)
+++ trunk/refman-5.1/mysql-cluster.xml 2007-02-28 21:24:17 UTC (rev 5117)
Changed blocks: 2, Lines Added: 77, Lines Deleted: 44; 5966 bytes
@@ -14598,7 +14598,7 @@
<refnamediv>
<refname>ndb_print_schema_file</refname>
- <refpurpose>print NDB Schema file contents</refpurpose>
+ <refpurpose>print NDB schema file contents</refpurpose>
</refnamediv>
<refsynopsisdiv>
@@ -14661,63 +14661,96 @@
</section>
- <section id="mysql-cluster-utilities-ndb-print-sys-file">
+ <section id="fake-id-for-ndb-print-sys-file-manpage-section-wrapper">
- <title><command>ndb_print_sys_file</command></title>
+ <title>fake title for ndb_print_sys_file manpage section wrapper</title>
- <indexterm>
- <primary><command>ndb_print_sys_file</command></primary>
- </indexterm>
+ <refentry id="mysql-cluster-utilities-ndb-print-sys-file">
- <para>
- <emphasis role="bold">Description</emphasis>: Obtains diagnostic
- information from a cluster system file.
- </para>
+ <indexterm>
+ <primary>ndb_print_sys_file</primary>
+ </indexterm>
- <para>
- <emphasis role="bold">Usage</emphasis>:
- </para>
+ <refmeta>
+ <refentrytitle><command>ndb_print_sys_file</command></refentrytitle>
+
+ <manvolnum>1</manvolnum>
+ <refmiscinfo class="manual">MySQL Database System</refmiscinfo>
+ <refmiscinfo class="source">MySQL</refmiscinfo>
+ <refmiscinfo class="version">¤t-series;</refmiscinfo>
+ <refmiscinfo class="refman">Print NDB System File Contents</refmiscinfo>
+ </refmeta>
+ <refnamediv>
+ <refname>ndb_print_sys_file</refname>
+
+ <refpurpose>print NDB system file contents</refpurpose>
+ </refnamediv>
+
+ <refsynopsisdiv>
+ <cmdsynopsis>
+ <command>ndb_print_sys_file <replaceable>file_name</replaceable></command>
+ </cmdsynopsis>
+ </refsynopsisdiv>
+
+ <refsection id="ndb-print-sys-file-description">
+
+ <title>Description</title>
+
+ <para>
+ <command>ndb_print_sys_file</command> obtains diagnostic
+ information from a cluster system file.
+ </para>
+
+ <para>
+ <emphasis role="bold">Usage</emphasis>:
+ </para>
+
<programlisting>
ndb_print_sys_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
- system file (sysfile). Cluster system files are located in a
- data node's data directory (<literal>DataDir</literal>); the
- path under this directory to system files matches the pattern
- <filename>ndb_<replaceable>#</replaceable>_fs/D<replaceable>#</replaceable>/DBDIH/P<replaceable>#</replaceable>.sysfile</filename>.
- In each case, the <replaceable>#</replaceable> represents a
- number (not necessarily the same number).
- </para>
+ <para>
+ <replaceable>file_name</replaceable> is the name of a
+ cluster system file (sysfile). Cluster system files are
+ located in a data node's data directory
+ (<literal>DataDir</literal>); the path under this directory
+ to system files matches the pattern
+ <filename>ndb_<replaceable>#</replaceable>_fs/D<replaceable>#</replaceable>/DBDIH/P<replaceable>#</replaceable>.sysfile</filename>.
+ In each case, the <replaceable>#</replaceable> represents a
+ number (not necessarily the same number).
+ </para>
- <para>
- Like <command>ndb_print_backup_file</command> and
- <command>ndb_print_schema_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_print_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_schema_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_print_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-select-all">
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r5117 - in trunk: . refman-4.1 refman-5.0 refman-5.1 | paul | 28 Feb |