Browse Source

Comment out some docs that need work. Little clean up.
Regen the nroff version.


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

Jeremy C. Reed 15 years ago
parent
commit
5367547511
2 changed files with 18 additions and 17 deletions
  1. 1 7
      src/bin/xfrin/b10-xfrin.8
  2. 17 10
      src/bin/xfrin/b10-xfrin.xml

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

@@ -62,13 +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_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
-
-
-
-The administrator can send zone transfer\-in command to xfrin module, or terminate all going transfer in by sending shutdown command to xfrin module\&.
+The configuration commands are: print_settings, shutdown, and retransfer (triggers the transfer in for a single zone without checking the zone\'s serial number)\&.
 .if n \{\
 .sp
 .\}

+ 17 - 10
src/bin/xfrin/b10-xfrin.xml

@@ -92,20 +92,24 @@ add a usage example of xfrin -->
       concurrently. The default is 10.
     </para>
 
-    <para>
-      The configuration commands are:
-print_settings
-shutdown
+<!-- TODO: formating -->
 <!-- TODO: refresh is code but not in spec -->
 <!-- schedule immediate maintenance for a zone(check soa serial ) -->
+    <para>
+      The configuration commands are:
+print_settings,
+shutdown, and
+retransfer (triggers the transfer in for a single zone without checking
+the zone's serial number).
+     </para>
+
+<!-- TODO:
 
-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 <!-- TODO: fix this -->
+db_file (defaults to zone.sqlite3) --> <!-- TODO: fix this -->
 
 
 <!--
@@ -127,11 +131,14 @@ command "retransfer to xfrin."
 -->
 
 <!-- TODO: reword -->
+<!-- TODO:
+    <para>
       The administrator can send zone transfer-in command to xfrin
-      module, or terminate all going transfer in by sending shutdown
-      command to xfrin module.
-
+      module, or terminate all ongoing incoming transfers by sending
+      the <quote>shutdown</quote> command to xfrin module.
     </para>
+-->
+<!-- TODO: kills it and bind10 restarts? -->
 
     <note><para>
       This prototype version uses SQLite3 as its data source backend.