diff --git a/bin/nsupdate/nsupdate.8 b/bin/nsupdate/nsupdate.8 index 0a8d1baf75..3ce54b4f0b 100644 --- a/bin/nsupdate/nsupdate.8 +++ b/bin/nsupdate/nsupdate.8 @@ -236,7 +236,9 @@ and is provided, only matching resource records will be removed. The internet class is assumed if \fIclass\fR -is not supplied. +is not supplied. The +\fIttl\fR +is ignored, and is only allowed for compatibility. .TP \fB.sp\fR Adds a new resource record with the specified @@ -244,6 +246,8 @@ Adds a new resource record with the specified \fIclass\fR and \fIdata\fR. +.PP +Lines beginning with a semicolon are comments, and are ignored. .SH "EXAMPLES" .PP The examples below show how diff --git a/bin/nsupdate/nsupdate.docbook b/bin/nsupdate/nsupdate.docbook index 258975e9ee..b353c302d0 100644 --- a/bin/nsupdate/nsupdate.docbook +++ b/bin/nsupdate/nsupdate.docbook @@ -16,7 +16,7 @@ - WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --> - + @@ -346,6 +346,7 @@ RDATA. update delete domain-name +ttl class type data @@ -361,7 +362,9 @@ and is provided, only matching resource records will be removed. The internet class is assumed if class -is not supplied. +is not supplied. The +ttl +is ignored, and is only allowed for compatibility. @@ -384,6 +387,11 @@ and + + +Lines beginning with a semicolon are comments, and are ignored. + + diff --git a/bin/nsupdate/nsupdate.html b/bin/nsupdate/nsupdate.html index d5e4261bfa..dbd6a994d3 100644 --- a/bin/nsupdate/nsupdate.html +++ b/bin/nsupdate/nsupdate.html @@ -610,7 +610,7 @@ RDATA.

update delete {domain-name} [class] [type [data...]]

{domain-name} [ttl] [class] [type [data...]]

class -is not supplied.

ttl +is ignored, and is only allowed for compatibility.

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

EXAMPLES

FILES

used to identify default name server

dnssec-keygen(8).

.

dnssec-keygen(8).

.

SEE ALSO

BUGS