Browse Source

Fix configuration item name (dash to underscore).
Also alphabetize the configurations while here.
(no review, is minor)


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

Jeremy C. Reed 14 years ago
parent
commit
b0f677b296
1 changed files with 5 additions and 5 deletions
  1. 5 5
      src/bin/xfrout/b10-xfrout.xml

+ 5 - 5
src/bin/xfrout/b10-xfrout.xml

@@ -93,16 +93,16 @@
       The configurable settings are:
     </para>
     <para>
-      <varname>transfers-out</varname>
-      defines the maximum number of outgoing zone transfers
-      that can run concurrently. The default is 10.
-    </para>
-    <para>
       <varname>db_file</varname>
       defines the path to the SQLite3 data store file.
       The default is
       <filename>/usr/local/var/bind10-devel/zone.sqlite3</filename>.
     </para>
+    <para>
+      <varname>transfers_out</varname>
+      defines the maximum number of outgoing zone transfers
+      that can run concurrently. The default is 10.
+    </para>
 
     <note><simpara>
       This prototype version uses SQLite3 as its data source backend.