diff --git a/bin/dnssec/dnssec-signzone.html b/bin/dnssec/dnssec-signzone.html index 6dd0690f4e..0e49c0a987 100644 --- a/bin/dnssec/dnssec-signzone.html +++ b/bin/dnssec/dnssec-signzone.html @@ -185,7 +185,7 @@ CLASS="FILENAME" >signedkey 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 \ No newline at end of file +> diff --git a/bin/nsupdate/nsupdate.8 b/bin/nsupdate/nsupdate.8 index 287a0bec12..1fd5754b8e 100644 --- a/bin/nsupdate/nsupdate.8 +++ b/bin/nsupdate/nsupdate.8 @@ -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 diff --git a/bin/nsupdate/nsupdate.docbook b/bin/nsupdate/nsupdate.docbook index 4fc8ee0733..5e830d0ff3 100644 --- a/bin/nsupdate/nsupdate.docbook +++ b/bin/nsupdate/nsupdate.docbook @@ -16,7 +16,7 @@ - WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --> - + @@ -497,9 +497,8 @@ Displays the answer. -Lines beginning with a semicolon are comments, and are ignored. +Lines beginning with a semicolon are comments and are ignored. - diff --git a/bin/nsupdate/nsupdate.html b/bin/nsupdate/nsupdate.html index f691ebb179..7c32226f4e 100644 --- a/bin/nsupdate/nsupdate.html +++ b/bin/nsupdate/nsupdate.html @@ -485,6 +485,29 @@ will attempt determine the correct zone to update based on the rest of the input >

class {classname}

Specify the default class. +If no class is specified the default class is +IN.

key {name} {secret}

class
-is omitted, IN (internet) is assumed. -

Sends the current message. This is equivalent to entering a blank line.

answer

Displays the answer.

Lines beginning with a semicolon are comments, and are ignored.

Lines beginning with a semicolon are comments and are ignored.

EXAMPLES

# nsupdate > update delete oldhost.example.com A > update add newhost.example.com 86400 A 172.16.1.1 ->

Any A records for @@ -856,7 +889,7 @@ CLASS="PROGRAMLISTING" ># nsupdate > prereq nxdomain nickname.example.com > update add nickname.example.com 86400 CNAME somehost.example.com ->

The prerequisite condition gets the name server to check that there @@ -877,7 +910,7 @@ RRSIG, DNSKEY and NSEC records.)

FILES

SEE ALSO

BUGS

\ No newline at end of file +> diff --git a/doc/misc/options b/doc/misc/options index 4efd28b3fb..1435ccede2 100644 --- a/doc/misc/options +++ b/doc/misc/options @@ -26,6 +26,7 @@ options { named-xfer ; // obsolete pid-file ( | none ); port ; + querylog ; recursing-file ; random-device ; recursive-clients ;