diff --git a/doc/guide/bind10-guide.xml b/doc/guide/bind10-guide.xml index 8bc2bcbc38..5bc9d84e9f 100644 --- a/doc/guide/bind10-guide.xml +++ b/doc/guide/bind10-guide.xml @@ -170,15 +170,6 @@ - - - b10-msgq — - Message bus daemon. - This process coordinates communication between all of the other - BIND 10 processes. - - - b10-auth — @@ -203,6 +194,15 @@ + + + b10-msgq — + Message bus daemon. + This process coordinates communication between all of the other + BIND 10 processes. + + + b10-resolver — @@ -212,6 +212,15 @@ + + + b10-sockcreator — + Socket creator daemon. + This process creates sockets used by + network-listening BIND 10 processes. + + + b10-stats — @@ -220,6 +229,14 @@ + + + b10-stats-httpd — + HTTP server for statistics reporting. + This process reports statistics data in XML format over HTTP. + + + b10-xfrin — @@ -269,8 +286,9 @@ bindctl — interactive administration interface. - This is a command-line tool which allows an administrator - to control BIND 10. + This is a low-level command-line tool which allows + a developer or an experienced administrator to control + BIND 10. @@ -751,9 +769,11 @@ as a dependency earlier --> In its default configuration, the bind10 master process will also start up - b10-cmdctl for admins to communicate with the - system, b10-auth for authoritative DNS service, + b10-cmdctl for administration tools to + communicate with the system, + b10-auth for authoritative DNS service, b10-stats for statistics collection, + b10-stats-httpd for statistics reporting, b10-xfrin for inbound DNS zone transfers, b10-xfrout for outbound DNS zone transfers, and b10-zonemgr for secondary service.