Browse Source

[1011] little more docbook formatting

Jeremy C. Reed 13 years ago
parent
commit
9351dbcc88
1 changed files with 66 additions and 90 deletions
  1. 66 90
      doc/guide/bind10-guide.xml

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

@@ -1704,37 +1704,27 @@ then change those defaults with config set Resolver/forward_addresses[0]/address
 	  severity):
 	  severity):
         </para>
         </para>
 
 
-<itemizedlist>
-<listitem>
-<simpara>
-    FATAL
-</simpara>
-</listitem>
-
-<listitem>
-<simpara>
-    ERROR
-</simpara>
-</listitem>
-
-<listitem>
-<simpara>
-    WARN
-</simpara>
-</listitem>
-
-<listitem>
-<simpara>
-    INFO
-</simpara>
-</listitem>
-
-<listitem>
-<simpara>
-    DEBUG
-</simpara>
-</listitem>
-</itemizedlist>
+        <itemizedlist>
+          <listitem>
+            <simpara> FATAL </simpara>
+          </listitem>
+
+          <listitem>
+            <simpara> ERROR </simpara>
+          </listitem>
+
+          <listitem>
+            <simpara> WARN </simpara>
+          </listitem>
+
+          <listitem>
+            <simpara> INFO </simpara>
+          </listitem>
+
+          <listitem>
+            <simpara> DEBUG </simpara>
+          </listitem>
+        </itemizedlist>
 
 
         <para>
         <para>
 
 
@@ -1828,37 +1818,27 @@ then change those defaults with config set Resolver/forward_addresses[0]/address
         <section>
         <section>
           <title>destination (string)</title>
           <title>destination (string)</title>
 
 
-        <para>
-
-          The destination is the type of output. It can be one of:
-
-        </para>
-
-<!-- TODO: itemized list -->
+          <para>
 
 
-<itemizedlist>
+            The destination is the type of output. It can be one of:
 
 
-<listitem>
-<simpara>
-    console
-</simpara>
-</listitem>
+          </para>
 
 
-<listitem>
-<simpara>
-   file
-</simpara>
-</listitem>
+          <itemizedlist>
 
 
-<listitem>
-<simpara>
-    syslog
-</simpara>
-</listitem>
+            <listitem>
+              <simpara> console </simpara>
+          </listitem>
 
 
-</itemizedlist>
+            <listitem>
+              <simpara> file </simpara>
+          </listitem>
 
 
+            <listitem>
+              <simpara> syslog </simpara>
+            </listitem>
 
 
+          </itemizedlist>
 
 
         </section>
         </section>
 
 
@@ -1878,27 +1858,30 @@ then change those defaults with config set Resolver/forward_addresses[0]/address
             <term>destination is 'console'</term>
             <term>destination is 'console'</term>
             <listitem>
             <listitem>
               <simpara>
               <simpara>
-      'output' must be one of 'stdout' (messages printed to standard output) or 'stderr' (messages printed to standard error).
+		 The value of output must be one of 'stdout'
+		 (messages printed to standard output) or 'stderr'
+		 (messages printed to standard error).
               </simpara>
               </simpara>
             </listitem>
             </listitem>
           </varlistentry>
           </varlistentry>
 
 
-
           <varlistentry>
           <varlistentry>
             <term>destination is 'file'</term>
             <term>destination is 'file'</term>
             <listitem>
             <listitem>
               <simpara>
               <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>
               </simpara>
             </listitem>
             </listitem>
           </varlistentry>
           </varlistentry>
 
 
-
           <varlistentry>
           <varlistentry>
             <term>destination is 'syslog'</term>
             <term>destination is 'syslog'</term>
             <listitem>
             <listitem>
               <simpara>
               <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>
               </simpara>
             </listitem>
             </listitem>
           </varlistentry>
           </varlistentry>
@@ -1911,57 +1894,50 @@ then change those defaults with config set Resolver/forward_addresses[0]/address
 
 
         </para>
         </para>
 
 
-        </section>
-
         <section>
         <section>
           <title>flush (true of false)</title>
           <title>flush (true of false)</title>
 
 
-        <para>
-
-	  Flush buffers after each log message. Doing this will
-	  reduce performance but will ensure that if the program
-	  terminates abnormally, all messages up to the point of
-	  termination are output.
-
-        </para>
+          <para>
+	    Flush buffers after each log message. Doing this will
+	    reduce performance but will ensure that if the program
+	    terminates abnormally, all messages up to the point of
+	    termination are output.
+          </para>
 
 
         </section>
         </section>
 
 
         <section>
         <section>
           <title>maxsize (integer)</title>
           <title>maxsize (integer)</title>
 
 
-        <para>
-
-	  Only relevant when destination is file, this is maximum
-	  file size of output files in bytes. When the maximum size
-	  is reached, the file is renamed (a ".1" is appended to
-	  the name - if a ".1" file exists, it is renamed ".2"
-	  etc.) and a new file opened.
-
-        </para>
-
-        <para>
-
-          If this is 0, no maximum file size is used.
+          <para>
+	    Only relevant when destination is file, this is maximum
+	    file size of output files in bytes. When the maximum
+	    size is reached, the file is renamed (a ".1" is appended
+	    to the name - if a ".1" file exists, it is renamed ".2"
+	    etc.) and a new file opened.
+          </para>
 
 
-        </para>
+          <para>
+            If this is 0, no maximum file size is used.
+          </para>
 
 
         </section>
         </section>
 
 
         <section>
         <section>
           <title>maxver (integer)</title>
           <title>maxver (integer)</title>
 
 
-        <para>
-
-	  Maximum number of old log files to keep around when
-	  rolling the output file. Only relevant when destination
-	  if 'file'.
+          <para>
+	    Maximum number of old log files to keep around when
+	    rolling the output file. Only relevant when destination
+	    if 'file'.
+          </para>
 
 
-      </para>
         </section>
         </section>
 
 
       </section>
       </section>
 
 
+      </section>
+
       <section>
       <section>
         <title>Example session</title>
         <title>Example session</title>