Parcourir la source

Expanded and clarified the b10-loadzone man page a bit

git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1520 e5f2f494-b856-4b98-b285-d166d9295462
Evan Hunt il y a 15 ans
Parent
commit
9c40631853
1 fichiers modifiés avec 8 ajouts et 6 suppressions
  1. 8 6
      src/bin/loadzone/b10-loadzone.xml

+ 8 - 6
src/bin/loadzone/b10-loadzone.xml

@@ -64,21 +64,23 @@
 
     <para>
     Some control entries (aka directives) are supported.
-    $ORIGIN is followed by a domain name and is used to define the
-    relative domain name.
+    $ORIGIN is followed by a domain name, and sets the the origin
+    that will be used for relative domain names in subsequent records.
     $INCLUDE is followed by a filename to load.
 <!-- TODO: and optionally a
     domain name used to set the relative domain name origin. -->
     The previous origin is restored after the file is included.
 <!-- the current domain name is also restored -->
     $TTL is followed by a time-to-live value which is used
-    by following records that don't have their TTL set.
+    by any following records that don't specify a TTL.
     </para>
 
-<!-- TODO: write this better -->
     <para>
-      When replacing a zone, all records from the prior same zone
-      disappear and the whole new set appears.
+      When re-loading an existing zone, the prior version is completely
+      removed.  While the new version of the zone is being loaded, the old
+      version remains accessible to queries.  After the new version is
+      completely loaded, the old version is swapped out and replaced
+      with the new one in a single operation.
     </para>
 
   </refsect1>