Browse Source

[trac1011] some docbook formatting for new content

This needs to be indented correctly still.
Jeremy C. Reed 13 years ago
parent
commit
16e52275c4
1 changed files with 104 additions and 66 deletions
  1. 104 66
      doc/guide/bind10-guide.xml

+ 104 - 66
doc/guide/bind10-guide.xml

@@ -1603,25 +1603,20 @@ then change those defaults with config set Resolver/forward_addresses[0]/address
 
 
         </para>
         </para>
 
 
-        <para>
-
-name (string)
-
-        </para>
-
-        <para>
+        <section>
+          <title>name (string)</title>
 
 
+          <para>
 	  Each logger in the system has a name, the name being that
 	  Each logger in the system has a name, the name being that
 	  of the component using it to log messages. For instance,
 	  of the component using it to log messages. For instance,
 	  if you want to configure logging for the resolver module,
 	  if you want to configure logging for the resolver module,
 	  you add an entry for a logger named 'Resolver'. This
 	  you add an entry for a logger named 'Resolver'. This
 	  configuration will then be used by the loggers in the
 	  configuration will then be used by the loggers in the
 	  Resolver module, and all the libraries used by it.
 	  Resolver module, and all the libraries used by it.
+              </para>
 
 
 <!-- TODO: how to know these names? -->
 <!-- TODO: how to know these names? -->
 
 
-        </para>
-
         <para>
         <para>
 
 
 	  If you want to specify logging for one specific library
 	  If you want to specify logging for one specific library
@@ -1691,11 +1686,10 @@ name (string)
 
 
         </para>
         </para>
 
 
-        <para>
+        </section>
 
 
-severity (string)
-
-        </para>
+        <section>
+          <title>severity (string)</title>
 
 
         <para>
         <para>
 
 
@@ -1708,14 +1702,39 @@ severity (string)
 	  Each message is logged with an associated severity which
 	  Each message is logged with an associated severity which
 	  may be one of the following (in descending order of
 	  may be one of the following (in descending order of
 	  severity):
 	  severity):
+        </para>
 
 
+<itemizedlist>
+<listitem>
+<simpara>
     FATAL
     FATAL
+</simpara>
+</listitem>
+
+<listitem>
+<simpara>
     ERROR
     ERROR
+</simpara>
+</listitem>
+
+<listitem>
+<simpara>
     WARN
     WARN
+</simpara>
+</listitem>
+
+<listitem>
+<simpara>
     INFO
     INFO
-    DEBUG
+</simpara>
+</listitem>
 
 
-        </para>
+<listitem>
+<simpara>
+    DEBUG
+</simpara>
+</listitem>
+</itemizedlist>
 
 
         <para>
         <para>
 
 
@@ -1729,11 +1748,10 @@ severity (string)
 
 
         </para>
         </para>
 
 
-        <para>
+        </section>
 
 
-output_options (list)
-
-        </para>
+        <section>
+          <title>output_options (list)</title>
 
 
         <para>
         <para>
 
 
@@ -1749,11 +1767,10 @@ output_options (list)
 
 
         </para>
         </para>
 
 
-        <para>
+        </section>
 
 
-debuglevel (integer)
-
-        </para>
+        <section>
+          <title>debuglevel (integer)</title>
 
 
         <para>
         <para>
 
 
@@ -1774,11 +1791,10 @@ debuglevel (integer)
 
 
         </para>
         </para>
 
 
-        <para>
-
-additive (true or false)
+        </section>
 
 
-        </para>
+        <section>
+          <title>additive (true or false)</title>
 
 
         <para>
         <para>
 
 
@@ -1796,6 +1812,8 @@ additive (true or false)
 
 
       </section>
       </section>
 
 
+      </section>
+
       <section>
       <section>
         <title>Output Options</title>
         <title>Output Options</title>
 
 
@@ -1807,31 +1825,45 @@ additive (true or false)
 
 
         </para>
         </para>
 
 
+        <section>
+          <title>destination (string)</title>
+
         <para>
         <para>
 
 
-destination (string)
+          The destination is the type of output. It can be one of:
 
 
         </para>
         </para>
 
 
-        <para>
+<!-- TODO: itemized list -->
 
 
-          The destination is the type of output. It can be one of:
+<itemizedlist>
 
 
-        </para>
+<listitem>
+<simpara>
+    console
+</simpara>
+</listitem>
 
 
-        <para>
+<listitem>
+<simpara>
+   file
+</simpara>
+</listitem>
 
 
-    * console
-    * file
-    * syslog
+<listitem>
+<simpara>
+    syslog
+</simpara>
+</listitem>
 
 
-        </para>
+</itemizedlist>
 
 
-        <para>
 
 
-output (string)
 
 
-        </para>
+        </section>
+
+        <section>
+          <title>output (string)</title>
 
 
         <para>
         <para>
 
 
@@ -1840,30 +1872,38 @@ output (string)
 
 
         </para>
         </para>
 
 
-        <para>
-
-    * destination is 'console'
+        <variablelist>
 
 
+          <varlistentry>
+            <term>destination is 'console'</term>
+            <listitem>
+              <simpara>
       'output' must be one of 'stdout' (messages printed to standard output) or 'stderr' (messages printed to standard error).
       'output' must be one of 'stdout' (messages printed to standard output) or 'stderr' (messages printed to standard error).
+              </simpara>
+            </listitem>
+          </varlistentry>
 
 
-        </para>
-
-        <para>
-
-    * destination is 'file'
 
 
+          <varlistentry>
+            <term>destination is 'file'</term>
+            <listitem>
+              <simpara>
       The value of output is interpreted as a file name; log messages will be appended to this file.
       The value of output is interpreted as a file name; log messages will be appended to this file.
+              </simpara>
+            </listitem>
+          </varlistentry>
 
 
 
 
-        </para>
-
-        <para>
-
-    * destination is 'syslog'
-
+          <varlistentry>
+            <term>destination is 'syslog'</term>
+            <listitem>
+              <simpara>
       The value of output is interpreted as the syslog facility (e.g. 'local0') that should be used for log messages.
       The value of output is interpreted as the syslog facility (e.g. 'local0') that should be used for log messages.
+              </simpara>
+            </listitem>
+          </varlistentry>
 
 
-        </para>
+        </variablelist>
 
 
         <para>
         <para>
 
 
@@ -1871,11 +1911,10 @@ output (string)
 
 
         </para>
         </para>
 
 
-        <para>
+        </section>
 
 
-flush (true of false)
-
-        </para>
+        <section>
+          <title>flush (true of false)</title>
 
 
         <para>
         <para>
 
 
@@ -1886,11 +1925,10 @@ flush (true of false)
 
 
         </para>
         </para>
 
 
-        <para>
-
-maxsize (integer)
+        </section>
 
 
-        </para>
+        <section>
+          <title>maxsize (integer)</title>
 
 
         <para>
         <para>
 
 
@@ -1908,11 +1946,10 @@ maxsize (integer)
 
 
         </para>
         </para>
 
 
-        <para>
+        </section>
 
 
-maxver (integer)
-
-        </para>
+        <section>
+          <title>maxver (integer)</title>
 
 
         <para>
         <para>
 
 
@@ -1921,6 +1958,7 @@ maxver (integer)
 	  if 'file'.
 	  if 'file'.
 
 
       </para>
       </para>
+        </section>
 
 
       </section>
       </section>