diff --git a/doc/guide/bind10-guide.xml b/doc/guide/bind10-guide.xml
index 95fa6c068b..997404c6bd 100644
--- a/doc/guide/bind10-guide.xml
+++ b/doc/guide/bind10-guide.xml
@@ -98,32 +98,28 @@
BIND 10 is modular. Part of this modularity is
accomplished using multiple cooperating processes which, together,
- provide DNS functionality. This is a change from the previous generation
- of BIND software, which used a single process.
+ provide the server functionality. This is a change from
+ the previous generation of BIND software, which used a
+ single process.
- At first, running many different processes may seem confusing. However,
- these processes are started, stopped, and maintained by a single command,
- bind10. Additionally, the processes started by
- the bind10 command have names starting with "b10-".
+ At first, running many different processes may seem confusing.
+ However, these processes are started, stopped, and maintained
+ by a single command, bind10.
+ This command starts a master process which will start other
+ processes as needed.
+ The processes started by the bind10
+ command have names starting with "b10-", including:
- Starting and stopping the server is performed by a single command,
- bind10. This command starts a master process
- which will start other processes as needed.
-
-
-
- Most of these are run automatically by a single command,
- bind10 and should not be run manually.
b10-msgq —
- message bus daemon.
+ Message bus daemon.
This process coordinates communication between all of the other
BIND 10 processes.
@@ -131,21 +127,21 @@
b10-auth —
- authoritative DNS server.
+ Authoritative DNS server.
This process serves DNS requests.
b10-cfgmgr —
- configuration manager.
+ Configuration manager.
This process maintains all of the configuration for BIND 10.
b10-cmdctl —
- command and control service.
+ Command and control service.
This process allows external control of the BIND 10 system.
@@ -171,6 +167,12 @@
+
+
+ These are ran automatically by bind10
+ and do not need to be run manually.
+
+