[svn] commit: r1548 - in /trunk/src/bin/bind10: bind10.8 bind10.xml
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Mar 18 22:02:17 UTC 2010
Author: jreed
Date: Thu Mar 18 22:02:16 2010
New Revision: 1548
Log:
Document new -p feature.
(Catch up for r1541 code changes.)
Modified:
trunk/src/bin/bind10/bind10.8
trunk/src/bin/bind10/bind10.xml
Modified: trunk/src/bin/bind10/bind10.8
==============================================================================
--- trunk/src/bin/bind10/bind10.8 (original)
+++ trunk/src/bin/bind10/bind10.8 Thu Mar 18 22:02:16 2010
@@ -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
@@ -37,6 +37,28 @@
The port number for the
\fBmsgq\fR(8)
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
Modified: trunk/src/bin/bind10/bind10.xml
==============================================================================
--- trunk/src/bin/bind10/bind10.xml (original)
+++ trunk/src/bin/bind10/bind10.xml Thu Mar 18 22:02:16 2010
@@ -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>
More information about the bind10-changes
mailing list