[svn] commit: r1539 - in /trunk: doc/userguide/userguide.xml src/bin/bindctl/bindctl.xml src/bin/loadzone/b10-loadzone.8 src/bin/xfrin/b10-xfrin.8 src/bin/xfrin/b10-xfrin.xml

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Mar 18 20:58:17 UTC 2010


Author: jreed
Date: Thu Mar 18 20:58:17 2010
New Revision: 1539

Log:
Regen a manual page.
Remove print_message from some docs.
Fix a typo.

Modified:
    trunk/doc/userguide/userguide.xml
    trunk/src/bin/bindctl/bindctl.xml
    trunk/src/bin/loadzone/b10-loadzone.8
    trunk/src/bin/xfrin/b10-xfrin.8
    trunk/src/bin/xfrin/b10-xfrin.xml

Modified: trunk/doc/userguide/userguide.xml
==============================================================================
--- trunk/doc/userguide/userguide.xml (original)
+++ trunk/doc/userguide/userguide.xml Thu Mar 18 20:58:17 2010
@@ -1117,7 +1117,7 @@
         In the Y1 prototype release, only the SQLite3 back end is used.
         By default, it stores the zone data in
         <filename>/usr/local/var/bind10/zone.sqlite3</filename>
-        unless the <option>-d</option> swith is used to set the
+        unless the <option>-d</option> switch is used to set the
         database filename.
         Multiple zones are stored in a single SQLite3 zone database.
       </para>

Modified: trunk/src/bin/bindctl/bindctl.xml
==============================================================================
--- trunk/src/bin/bindctl/bindctl.xml (original)
+++ trunk/src/bin/bindctl/bindctl.xml Thu Mar 18 20:58:17 2010
@@ -163,9 +163,6 @@
 .\" Get help for the
 .\" .Em ParkingLot
 .\" module.
-.\" .It Ic print_message Ar string
-.\" Print the given message to stdout.
-.\" .El
 .\"
 .\" TODO: Command arguments which have embedded spaces may be quoted with
 .\" quote
@@ -187,13 +184,6 @@
 Go to the
 .Dq ParkingLot/
 configuration location.
-.It Ic "ParkingLot print_message help"
-Show the one-line description and parameter for the
-.Dq print_message
-command available from the external
-.Dq ParkingLot
-module.
-.\" TODO: why the trailing slash?
 -->
 
   </refsect1>

Modified: trunk/src/bin/loadzone/b10-loadzone.8
==============================================================================
--- trunk/src/bin/loadzone/b10-loadzone.8 (original)
+++ trunk/src/bin/loadzone/b10-loadzone.8 Thu Mar 18 20:58:17 2010
@@ -45,11 +45,11 @@
 .sp .5v
 .RE
 .PP
-Some control entries (aka directives) are supported\&. $ORIGIN is followed by a domain name and is used to define the relative domain name\&. $INCLUDE is followed by a filename to load\&.
+Some control entries (aka directives) are supported\&. $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\&.
 The previous origin is restored after the file is included\&.
-$TTL is followed by a time\-to\-live value which is used by following records that don\'t have their TTL set\&.
+$TTL is followed by a time\-to\-live value which is used by any following records that don\'t specify a TTL\&.
 .PP
-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\&.
 .SH "ARGUMENTS"
 .PP
 \-d \fIdatabase\fR

Modified: trunk/src/bin/xfrin/b10-xfrin.8
==============================================================================
--- trunk/src/bin/xfrin/b10-xfrin.8 (original)
+++ trunk/src/bin/xfrin/b10-xfrin.8 Thu Mar 18 20:58:17 2010
@@ -62,7 +62,7 @@
 .PP
 The configurable setting is transfers\-in which defines the maximum number of inbound zone transfers that can run concurrently\&. The default is 10\&.
 .PP
-The configuration commands are: print_message print_settings shutdown
+The configuration commands are: print_settings shutdown
 
 retransfer triggers the transfer in for a single zone without checking the zone\'s serial number\&. retransfer has the following arguments: zone_name port (defaults to 53) master db_file (defaults to /tmp/zone\&.sqlite3
 

Modified: trunk/src/bin/xfrin/b10-xfrin.xml
==============================================================================
--- trunk/src/bin/xfrin/b10-xfrin.xml (original)
+++ trunk/src/bin/xfrin/b10-xfrin.xml Thu Mar 18 20:58:17 2010
@@ -94,8 +94,6 @@
 
     <para>
       The configuration commands are:
-
-print_message
 print_settings
 shutdown
 <!-- TODO: refresh is code but not in spec -->




More information about the bind10-changes mailing list