Browse Source

formatting, remove a turd

git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1604 e5f2f494-b856-4b98-b285-d166d9295462
Michael Graff 15 years ago
parent
commit
7be875024f
1 changed files with 24 additions and 22 deletions
  1. 24 22
      doc/guide/bind10-guide.xml

+ 24 - 22
doc/guide/bind10-guide.xml

@@ -678,7 +678,6 @@ implementation in BIND 10.
         <quote>Command Channel</quote>.
         <quote>Command Channel</quote>.
         Processes intercommunicate by sending messages on the command
         Processes intercommunicate by sending messages on the command
         channel.
         channel.
-        messages and are programmed to handle received messages.
         Example messages include shutdown, get configurations, and set
         Example messages include shutdown, get configurations, and set
         configurations.
         configurations.
         This Command Channel is not used for DNS message passing.
         This Command Channel is not used for DNS message passing.
@@ -709,16 +708,17 @@ Unix domain sockets
     <title>Configuration manager</title>
     <title>Configuration manager</title>
 
 
       <para>
       <para>
-   The configuration manager, <command>b10-cfgmgr</command>,
-   handles all BIND 10 system configuration.  It provides
-   persistent storage for configuration, and notifies running
-   modules of configuration changes.</para>
+         The configuration manager, <command>b10-cfgmgr</command>,
+         handles all BIND 10 system configuration.  It provides
+         persistent storage for configuration, and notifies running
+         modules of configuration changes.
+      </para>
 
 
       <para>
       <para>
-  The <command>b10-auth</command> and <command>b10-xfrin</command>
-  daemons and other components receive their configurations
-  from the configuration manager over the <command>msgq</command>
-  command channel.
+        The <command>b10-auth</command> and <command>b10-xfrin</command>
+        daemons and other components receive their configurations
+        from the configuration manager over the <command>msgq</command>
+        command channel.
       </para>
       </para>
 
 
       <para>The administrator doesn't connect to it directly, but
       <para>The administrator doesn't connect to it directly, but
@@ -728,19 +728,21 @@ Unix domain sockets
       </para>
       </para>
 
 
 <!-- TODO -->
 <!-- TODO -->
-      <note><para>
-  The Y1 prototype release only provides the
-  <command>bindctl</command> as a user interface to
-        <command>b10-cmdctl</command>.
-        Upcoming releases will provide another interactive command-line
-        interface and a web-based interface.
-      </para></note>
+      <note>
+        <para>
+          The Y1 prototype release only provides the
+          <command>bindctl</command> as a user interface to
+          <command>b10-cmdctl</command>.
+          Upcoming releases will provide another interactive command-line
+          interface and a web-based interface.
+        </para>
+      </note>
 
 
       <para>
       <para>
         The <command>b10-cfgmgr</command> daemon can send all
         The <command>b10-cfgmgr</command> daemon can send all
         specifications and all current settings to the
         specifications and all current settings to the
-  <command>bindctl</command> client (via
-  <command>b10-cmdctl</command>).
+        <command>bindctl</command> client (via
+        <command>b10-cmdctl</command>).
       </para>
       </para>
 
 
       <para>
       <para>
@@ -765,10 +767,10 @@ config changes are actually commands to cfgmgr
         (The full path is what was defined at build configure time for
         (The full path is what was defined at build configure time for
         <option>--localstatedir</option>.
         <option>--localstatedir</option>.
         The default is <filename>/usr/local/var/</filename>.)
         The default is <filename>/usr/local/var/</filename>.)
-  The format is loosely based on JSON and is directly parseable
-  python, but this may change in a future version.
-  This configuration data file is not manually edited by the
-  administrator.
+        The format is loosely based on JSON and is directly parseable
+        python, but this may change in a future version.
+        This configuration data file is not manually edited by the
+        administrator.
       </para>
       </para>
 
 
 <!--
 <!--