Browse Source

Document new -p feature.
(Catch up for r1541 code changes.)


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

Jeremy C. Reed 15 years ago
parent
commit
647a5f7124
2 changed files with 45 additions and 5 deletions
  1. 25 3
      src/bin/bind10/bind10.8
  2. 20 2
      src/bin/bind10/bind10.xml

+ 25 - 3
src/bin/bind10/bind10.8

@@ -2,12 +2,12 @@
 .\"     Title: bind10
 .\"    Author: [see the "AUTHORS" section]
 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
-.\"      Date: February 22, 2010
+.\"      Date: March 18, 2010
 .\"    Manual: BIND10
 .\"    Source: BIND10
 .\"  Language: English
 .\"
-.TH "BIND10" "8" "February 22, 2010" "BIND10" "BIND10"
+.TH "BIND10" "8" "March 18, 2010" "BIND10" "BIND10"
 .\" -----------------------------------------------------------------
 .\" * set default formatting
 .\" -----------------------------------------------------------------
@@ -22,7 +22,7 @@
 bind10 \- BIND 10 master process
 .SH "SYNOPSIS"
 .HP \w'\fBbind10\fR\ 'u
-\fBbind10\fR [\fB\-m\ \fR\fB\fInumber\fR\fR] [\fB\-v\fR] [\fB\-msgq\-port\ \fR\fB\fInumber\fR\fR] [\fB\-verbose\fR]
+\fBbind10\fR [\fB\-m\ \fR\fB\fInumber\fR\fR] [\fB\-p\ \fR\fB\fInumber\fR\fR] [\fB\-v\fR] [\fB\-msgq\-port\ \fR\fB\fInumber\fR\fR] [\fB\-port\ \fR\fB\fInumber\fR\fR] [\fB\-verbose\fR]
 .SH "DESCRIPTION"
 .PP
 The
@@ -39,6 +39,28 @@ The port number for the
 daemon to listen on\&. The default is 9912\&.
 .RE
 .PP
+\fB\-p\fR \fInumber\fR, \fB\-\-port\fR \fInumber\fR
+.RS 4
+The port number for the
+\fBb10-auth\fR(8)
+daemon to listen on\&. The default is 5300\&.
+.if n \{\
+.sp
+.\}
+.RS 4
+.it 1 an-trap
+.nr an-no-space-flag 1
+.nr an-break-flag 1
+.br
+.ps +1
+\fBNote\fR
+.ps -1
+.br
+The Y1 prototype release uses a non\-default port for domain service\&.
+.sp .5v
+.RE
+.RE
+.PP
 \fB\-v\fR, \fB\-\-verbose\fR
 .RS 4
 Display more about what is going on for

+ 20 - 2
src/bin/bind10/bind10.xml

@@ -21,7 +21,7 @@
 <refentry>
 
   <refentryinfo>
-    <date>February 22, 2010</date>
+    <date>March 18, 2010</date>
   </refentryinfo>
 
   <refmeta>
@@ -46,8 +46,10 @@
     <cmdsynopsis>
       <command>bind10</command>    
       <arg><option>-m <replaceable>number</replaceable></option></arg>
+      <arg><option>-p <replaceable>number</replaceable></option></arg>
       <arg><option>-v</option></arg>
       <arg><option>-msgq-port <replaceable>number</replaceable></option></arg>
+      <arg><option>-port <replaceable>number</replaceable></option></arg>
       <arg><option>-verbose</option></arg>
     </cmdsynopsis>
   </refsynopsisdiv>
@@ -76,6 +78,7 @@
     <para>The arguments are as follows:</para>
 
     <variablelist>
+
       <varlistentry>
         <term><option>-m</option> <replaceable>number</replaceable>, <option>--msgq-port</option> <replaceable>number</replaceable></term>
 
@@ -86,12 +89,27 @@
             The default is 9912.</para>
          </listitem>
       </varlistentry>
+
+      <varlistentry>
+        <term><option>-p</option> <replaceable>number</replaceable>, <option>--port</option> <replaceable>number</replaceable></term>
+
+        <listitem>
+          <para>The port number for the
+	    <citerefentry><refentrytitle>b10-auth</refentrytitle><manvolnum>8</manvolnum></citerefentry>
+            daemon to listen on.
+            The default is 5300.</para>
+<!-- TODO: -->
+	    <note><simpara>The Y1 prototype release uses a non-default
+	    port for domain service.</simpara></note>
+         </listitem>
+      </varlistentry>
+
       <varlistentry>
         <term><option>-v</option>, <option>--verbose</option></term>
         <listitem>
 	  <para>Display more about what is going on for
 	  <command>bind10</command> and its child processes.</para>
-<!-- TODO: not true about children yet -->
+<!-- TODO: not true about all children yet -->
         </listitem>
       </varlistentry>
     </variablelist>