diff --git a/doc/guide/bind10-guide.xml b/doc/guide/bind10-guide.xml
index e61725f9e8..b1861111fd 100644
--- a/doc/guide/bind10-guide.xml
+++ b/doc/guide/bind10-guide.xml
@@ -1502,6 +1502,49 @@ what if a NOTIFY is sent?
-->
+
+ Secondary Manager
+
+
+ The b10-zonemgr process is started by
+ bind10.
+ It keeps track of SOA refresh, retry, and expire timers
+ and other details for BIND 10 to perform as a slave.
+ When the b10-auth authoritative DNS server
+ receives a NOTIFY message, b10-zonemgr
+ may tell b10-xfrin to do a refresh
+ to start an inbound zone transfer.
+ The secondary manager resets its counters when a new zone is
+ transferred in.
+
+
+
+ Access control (such as allowing notifies) is not yet provided.
+ The primary/secondary service is not yet complete.
+
+
+
+ The following example shows using bindctl
+ to configure the server to be a secondary for the example zone:
+
+ > config add Zonemgr/secondary_zones
+> config set Zonemgr/secondary_zones[0]/name ""
+> config set Zonemgr/secondary_zones[0]/class ""
+> config commit
+
+
+
+
+
+
+ If the zone does not exist in the data source already
+ (i.e. no SOA record for it), b10-zonemgr
+ will automatically tell b10-xfrin
+ to transfer the zone in.
+
+
+
+
Trigger an Incoming Zone Transfer Manually
@@ -1514,7 +1557,6 @@ what if a NOTIFY is sent?
-
@@ -1606,31 +1648,6 @@ what is XfroutClient xfr_client??
-
- Secondary Manager
-
-
- The b10-zonemgr process is started by
- bind10.
- It keeps track of SOA refresh, retry, and expire timers
- and other details for BIND 10 to perform as a slave.
- When the b10-auth authoritative DNS server
- receives a NOTIFY message, b10-zonemgr
- may tell b10-xfrin to do a refresh
- to start an inbound zone transfer.
- The secondary manager resets its counters when a new zone is
- transferred in.
-
-
-
- Access control (such as allowing notifies) is not yet provided.
- The primary/secondary service is not yet complete.
-
-
-
-
-
-
Recursive Name Server