diff --git a/doc/guide/bind10-guide.xml b/doc/guide/bind10-guide.xml
index e2e4b7f381..49f400ecc4 100644
--- a/doc/guide/bind10-guide.xml
+++ b/doc/guide/bind10-guide.xml
@@ -678,7 +678,6 @@ implementation in BIND 10.
Command Channel.
Processes intercommunicate by sending messages on the command
channel.
- messages and are programmed to handle received messages.
Example messages include shutdown, get configurations, and set
configurations.
This Command Channel is not used for DNS message passing.
@@ -709,16 +708,17 @@ Unix domain sockets
Configuration manager
- The configuration manager, b10-cfgmgr,
- handles all BIND 10 system configuration. It provides
- persistent storage for configuration, and notifies running
- modules of configuration changes.
+ The configuration manager, b10-cfgmgr,
+ handles all BIND 10 system configuration. It provides
+ persistent storage for configuration, and notifies running
+ modules of configuration changes.
+
- The b10-auth and b10-xfrin
- daemons and other components receive their configurations
- from the configuration manager over the msgq
- command channel.
+ The b10-auth and b10-xfrin
+ daemons and other components receive their configurations
+ from the configuration manager over the msgq
+ command channel.
The administrator doesn't connect to it directly, but
@@ -728,19 +728,21 @@ Unix domain sockets
-
- The Y1 prototype release only provides the
- bindctl as a user interface to
- b10-cmdctl.
- Upcoming releases will provide another interactive command-line
- interface and a web-based interface.
-
+
+
+ The Y1 prototype release only provides the
+ bindctl as a user interface to
+ b10-cmdctl.
+ Upcoming releases will provide another interactive command-line
+ interface and a web-based interface.
+
+
The b10-cfgmgr daemon can send all
specifications and all current settings to the
- bindctl client (via
- b10-cmdctl).
+ bindctl client (via
+ b10-cmdctl).
@@ -765,10 +767,10 @@ config changes are actually commands to cfgmgr
(The full path is what was defined at build configure time for
.
The default is /usr/local/var/.)
- 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.