]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
regen
authorMark Andrews <marka@isc.org>
Thu, 4 Mar 2004 12:22:04 +0000 (12:22 +0000)
committerMark Andrews <marka@isc.org>
Thu, 4 Mar 2004 12:22:04 +0000 (12:22 +0000)
bin/dnssec/dnssec-signzone.html
bin/nsupdate/nsupdate.8
bin/nsupdate/nsupdate.docbook
bin/nsupdate/nsupdate.html
doc/misc/options

index 6dd0690f4e03f85d1e6ca72fc382d440054f39df..0e49c0a98776cce42fce0aedc35b6a3a11c27d52 100644 (file)
@@ -185,7 +185,7 @@ CLASS="FILENAME"
 >signedkey</TT
 > file from the zone's parent,
        the parent's signatures will be incorporated into the generated
-       signed zone file.  The security status of delegations from the the
+       signed zone file.  The security status of delegations from the
         signed zone (that is, whether the child zones are secure or not) is
         determined by the presence or absence of a
        <TT
@@ -592,4 +592,4 @@ NAME="AEN199"
 ></DIV
 ></BODY
 ></HTML
->
\ No newline at end of file
+>
index 287a0bec129108a03a196339fe553937c9e53be2..1fd5754b8e466285a4cf62c92500a599d2e4838c 100644 (file)
@@ -196,6 +196,11 @@ statement is provided,
 \fBnsupdate\fR
 will attempt determine the correct zone to update based on the rest of the input.
 .TP
+\fBclass classname\fR
+Specify the default class.
+If no \fIclass\fR is specified the default class is
+\fIIN\fR.
+.TP
 \fBkey name secret\fR
 Specifies that all updates are to be TSIG signed using the
 \fIkeyname\fR \fIkeysecret\fR pair.
@@ -281,8 +286,11 @@ updates specified since the last send.
 .TP
 \fBsend\fR
 Sends the current message. This is equivalent to entering a blank line.
+.TP
+\fBanswer\fR
+Displays the answer.
 .PP
-Lines beginning with a semicolon are comments, and are ignored.
+Lines beginning with a semicolon are comments and are ignored.
 .SH "EXAMPLES"
 .PP
 The examples below show how
@@ -299,7 +307,7 @@ master name server for
 # nsupdate
 > update delete oldhost.example.com A
 > update add newhost.example.com 86400 A 172.16.1.1
->
+> send
 .sp
 .fi
 .PP
@@ -315,7 +323,7 @@ The newly-added record has a 1 day TTL (86400 seconds)
 # nsupdate
 > prereq nxdomain nickname.example.com
 > update add nickname.example.com 86400 CNAME somehost.example.com
->
+> send
 .sp
 .fi
 .PP
index 4fc8ee0733f9948c64026f1bb34fb9076409ce90..5e830d0ff34f54377bbc62a01e87e826020cb044 100644 (file)
@@ -16,7 +16,7 @@
  - WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- $Id: nsupdate.docbook,v 1.16 2004/03/04 01:21:39 marka Exp $ -->
+<!-- $Id: nsupdate.docbook,v 1.17 2004/03/04 12:22:04 marka Exp $ -->
 
 <refentry>
 <refentryinfo>
@@ -497,9 +497,8 @@ Displays the answer.
 </variablelist>
 
 <para>
-Lines beginning with a semicolon are comments, and are ignored.
+Lines beginning with a semicolon are comments and are ignored.
 </para>
-</listitem>
 
 </refsect1>
 
index f691ebb1795d0a4d719e9911febe7580df8418c3..7c32226f4e600a550f0383e02c19f73f31fbc1f1 100644 (file)
@@ -485,6 +485,29 @@ will attempt determine the correct zone to update based on the rest of the input
 ><P
 ><B
 CLASS="COMMAND"
+>class</B
+>  {classname}</P
+></DT
+><DD
+><P
+>Specify the default class.
+If no <TT
+CLASS="PARAMETER"
+><I
+>class</I
+></TT
+> is specified the default class is
+<TT
+CLASS="PARAMETER"
+><I
+>IN</I
+></TT
+>.</P
+></DD
+><DT
+><P
+><B
+CLASS="COMMAND"
 >key</B
 >  {name} {secret}</P
 ></DT
@@ -586,8 +609,7 @@ CLASS="PARAMETER"
 >class</I
 ></TT
 >
-is omitted, IN (internet) is assumed.
-&#13;</P
+is omitted, IN (internet) is assumed.</P
 ></DD
 ><DT
 ><P
@@ -797,16 +819,27 @@ CLASS="COMMAND"
 ><P
 >Sends the current message.  This is equivalent to entering a blank line.</P
 ></DD
+><DT
+><P
+><B
+CLASS="COMMAND"
+>answer</B
+> </P
+></DT
+><DD
+><P
+>Displays the answer.</P
+></DD
 ></DL
 ></DIV
 >&#13;</P
 ><P
->Lines beginning with a semicolon are comments, and are ignored.</P
+>Lines beginning with a semicolon are comments and are ignored.</P
 ></DIV
 ><DIV
 CLASS="REFSECT1"
 ><A
-NAME="AEN240"
+NAME="AEN255"
 ></A
 ><H2
 >EXAMPLES</H2
@@ -835,7 +868,7 @@ CLASS="PROGRAMLISTING"
 ># nsupdate
 &#62; update delete oldhost.example.com A
 &#62; update add newhost.example.com 86400 A 172.16.1.1
-&#62;</PRE
+&#62; send</PRE
 ></P
 ><P
 >Any A records for
@@ -856,7 +889,7 @@ CLASS="PROGRAMLISTING"
 ># nsupdate
 &#62; prereq nxdomain nickname.example.com
 &#62; update add nickname.example.com 86400 CNAME somehost.example.com
-&#62;</PRE
+&#62; send</PRE
 ></P
 ><P
 >The prerequisite condition gets the name server to check that there
@@ -877,7 +910,7 @@ RRSIG, DNSKEY and NSEC records.)</P
 ><DIV
 CLASS="REFSECT1"
 ><A
-NAME="AEN253"
+NAME="AEN268"
 ></A
 ><H2
 >FILES</H2
@@ -933,7 +966,7 @@ CLASS="REFENTRYTITLE"
 ><DIV
 CLASS="REFSECT1"
 ><A
-NAME="AEN277"
+NAME="AEN292"
 ></A
 ><H2
 >SEE ALSO</H2
@@ -1005,7 +1038,7 @@ CLASS="REFENTRYTITLE"
 ><DIV
 CLASS="REFSECT1"
 ><A
-NAME="AEN300"
+NAME="AEN315"
 ></A
 ><H2
 >BUGS</H2
@@ -1017,4 +1050,4 @@ releases.</P
 ></DIV
 ></BODY
 ></HTML
->
\ No newline at end of file
+>
index 4efd28b3fbd02210b94d09fcc79319c299e03bc9..1435ccede2b52d02a38ac3104040077207607206 100644 (file)
@@ -26,6 +26,7 @@ options {
         named-xfer <quoted_string>; // obsolete
         pid-file ( <quoted_string> | none );
         port <integer>;
+        querylog <boolean>;
         recursing-file <quoted_string>;
         random-device <quoted_string>;
         recursive-clients <integer>;