Browse Source

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


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1539 e5f2f494-b856-4b98-b285-d166d9295462

Jeremy C. Reed 15 years ago
parent
commit
dbfdd073f4

+ 1 - 1
doc/userguide/userguide.xml

@@ -1117,7 +1117,7 @@ This may be a temporary setting until then.
         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>

+ 0 - 10
src/bin/bindctl/bindctl.xml

@@ -163,9 +163,6 @@ If the option is mandatory, it will reset to the default value.
 .\" 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 @@ module.
 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>

+ 3 - 3
src/bin/loadzone/b10-loadzone.8

@@ -45,11 +45,11 @@ Currently only the SQLITE3 data source is supported\&.
 .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

+ 1 - 1
src/bin/xfrin/b10-xfrin.8

@@ -62,7 +62,7 @@ using the REST\-ful interface provided by
 .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
 

+ 0 - 2
src/bin/xfrin/b10-xfrin.xml

@@ -94,8 +94,6 @@ add a usage example of xfrin -->
 
     <para>
       The configuration commands are:
-
-print_message
 print_settings
 shutdown
 <!-- TODO: refresh is code but not in spec -->