Browse Source

[1911] Clarify text about incoming zone transfers

Mukund Sivaraman 13 years ago
parent
commit
3bed90aa7b
1 changed files with 6 additions and 6 deletions
  1. 6 6
      doc/guide/bind10-guide.xml

+ 6 - 6
doc/guide/bind10-guide.xml

@@ -1790,12 +1790,12 @@ what if a NOTIFY is sent?
       <title>Incoming Transfers with In-memory Datasource</title>
 
       <para>
-        In the case of an incoming zone which is served by an in-memory
-        datasource with an SQLite3 backend, the zone is first stored in
-        the corresponding backend file. Then,
-        <command>b10-auth</command> is automatically sent a
-        <varname>loadzone</varname> command to reload the corresponding
-        zone into memory from the backend file.
+        In the case of an incoming zone transfer, the received zone is
+        first stored in the corresponding BIND 10 data source file. In
+        case the secondary zone is served by an in-memory datasource
+        with an SQLite3 backend, <command>b10-auth</command> is
+        automatically sent a <varname>loadzone</varname> command to
+        reload the corresponding zone into memory from the backend file.
       </para>
     </section>