mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 06:55:30 +00:00
updates
This commit is contained in:
@@ -236,7 +236,9 @@ and
|
|||||||
is provided, only matching resource records will be removed.
|
is provided, only matching resource records will be removed.
|
||||||
The internet class is assumed if
|
The internet class is assumed if
|
||||||
\fIclass\fR
|
\fIclass\fR
|
||||||
is not supplied.
|
is not supplied. The
|
||||||
|
\fIttl\fR
|
||||||
|
is ignored, and is only allowed for compatibility.
|
||||||
.TP
|
.TP
|
||||||
\fB.sp\fR
|
\fB.sp\fR
|
||||||
Adds a new resource record with the specified
|
Adds a new resource record with the specified
|
||||||
@@ -244,6 +246,8 @@ Adds a new resource record with the specified
|
|||||||
\fIclass\fR
|
\fIclass\fR
|
||||||
and
|
and
|
||||||
\fIdata\fR.
|
\fIdata\fR.
|
||||||
|
.PP
|
||||||
|
Lines beginning with a semicolon are comments, and are ignored.
|
||||||
.SH "EXAMPLES"
|
.SH "EXAMPLES"
|
||||||
.PP
|
.PP
|
||||||
The examples below show how
|
The examples below show how
|
||||||
|
@@ -16,7 +16,7 @@
|
|||||||
- WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
- WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!-- $Id: nsupdate.docbook,v 1.1 2001/03/31 02:31:16 gson Exp $ -->
|
<!-- $Id: nsupdate.docbook,v 1.2 2001/03/31 02:39:51 bwelling Exp $ -->
|
||||||
|
|
||||||
<refentry>
|
<refentry>
|
||||||
<refentryinfo>
|
<refentryinfo>
|
||||||
@@ -346,6 +346,7 @@ RDATA.
|
|||||||
<cmdsynopsis>
|
<cmdsynopsis>
|
||||||
<command>update delete</command>
|
<command>update delete</command>
|
||||||
<arg choice="req">domain-name</arg>
|
<arg choice="req">domain-name</arg>
|
||||||
|
<arg choice="opt">ttl</arg>
|
||||||
<arg choice="opt">class</arg>
|
<arg choice="opt">class</arg>
|
||||||
<arg choice="opt">type <arg choice="opt" rep="repeat">data</arg></arg>
|
<arg choice="opt">type <arg choice="opt" rep="repeat">data</arg></arg>
|
||||||
</cmdsynopsis>
|
</cmdsynopsis>
|
||||||
@@ -361,7 +362,9 @@ and
|
|||||||
is provided, only matching resource records will be removed.
|
is provided, only matching resource records will be removed.
|
||||||
The internet class is assumed if
|
The internet class is assumed if
|
||||||
<parameter>class</parameter>
|
<parameter>class</parameter>
|
||||||
is not supplied.
|
is not supplied. The
|
||||||
|
<parameter>ttl</parameter>
|
||||||
|
is ignored, and is only allowed for compatibility.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<varlistentry><term>
|
<varlistentry><term>
|
||||||
@@ -384,6 +387,11 @@ and
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</variablelist>
|
</variablelist>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
Lines beginning with a semicolon are comments, and are ignored.
|
||||||
|
</para>
|
||||||
|
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
||||||
<refsect1>
|
<refsect1>
|
||||||
|
@@ -610,7 +610,7 @@ RDATA.</P
|
|||||||
><B
|
><B
|
||||||
CLASS="COMMAND"
|
CLASS="COMMAND"
|
||||||
>update delete</B
|
>update delete</B
|
||||||
> {domain-name} [class] [type [data...]]</P
|
> {domain-name} [ttl] [class] [type [data...]]</P
|
||||||
></DT
|
></DT
|
||||||
><DD
|
><DD
|
||||||
><P
|
><P
|
||||||
@@ -643,7 +643,14 @@ CLASS="PARAMETER"
|
|||||||
>class</I
|
>class</I
|
||||||
></TT
|
></TT
|
||||||
>
|
>
|
||||||
is not supplied.</P
|
is not supplied. The
|
||||||
|
<TT
|
||||||
|
CLASS="PARAMETER"
|
||||||
|
><I
|
||||||
|
>ttl</I
|
||||||
|
></TT
|
||||||
|
>
|
||||||
|
is ignored, and is only allowed for compatibility.</P
|
||||||
></DD
|
></DD
|
||||||
><DT
|
><DT
|
||||||
><P
|
><P
|
||||||
@@ -677,12 +684,14 @@ CLASS="PARAMETER"
|
|||||||
></DD
|
></DD
|
||||||
></DL
|
></DL
|
||||||
></DIV
|
></DIV
|
||||||
></P
|
> </P
|
||||||
|
><P
|
||||||
|
>Lines beginning with a semicolon are comments, and are ignored.</P
|
||||||
></DIV
|
></DIV
|
||||||
><DIV
|
><DIV
|
||||||
CLASS="REFSECT1"
|
CLASS="REFSECT1"
|
||||||
><A
|
><A
|
||||||
NAME="AEN194"
|
NAME="AEN197"
|
||||||
></A
|
></A
|
||||||
><H2
|
><H2
|
||||||
>EXAMPLES</H2
|
>EXAMPLES</H2
|
||||||
@@ -749,13 +758,11 @@ long-standing rule in RFC1034 that a name must not exist as any other
|
|||||||
record type if it exists as a CNAME.
|
record type if it exists as a CNAME.
|
||||||
(The rule has been updated for DNSSEC in RFC2535 to allow CNAMEs to have
|
(The rule has been updated for DNSSEC in RFC2535 to allow CNAMEs to have
|
||||||
SIG, KEY and NXT records.)</P
|
SIG, KEY and NXT records.)</P
|
||||||
><P
|
|
||||||
></P
|
|
||||||
></DIV
|
></DIV
|
||||||
><DIV
|
><DIV
|
||||||
CLASS="REFSECT1"
|
CLASS="REFSECT1"
|
||||||
><A
|
><A
|
||||||
NAME="AEN208"
|
NAME="AEN210"
|
||||||
></A
|
></A
|
||||||
><H2
|
><H2
|
||||||
>FILES</H2
|
>FILES</H2
|
||||||
@@ -771,8 +778,6 @@ CLASS="CONSTANT"
|
|||||||
></DT
|
></DT
|
||||||
><DD
|
><DD
|
||||||
><P
|
><P
|
||||||
></P
|
|
||||||
><P
|
|
||||||
>used to identify default name server</P
|
>used to identify default name server</P
|
||||||
></DD
|
></DD
|
||||||
><DT
|
><DT
|
||||||
@@ -789,7 +794,7 @@ CLASS="CITEREFENTRY"
|
|||||||
CLASS="REFENTRYTITLE"
|
CLASS="REFENTRYTITLE"
|
||||||
>dnssec-keygen</SPAN
|
>dnssec-keygen</SPAN
|
||||||
>(8)</SPAN
|
>(8)</SPAN
|
||||||
>. </P
|
>.</P
|
||||||
></DD
|
></DD
|
||||||
><DT
|
><DT
|
||||||
><TT
|
><TT
|
||||||
@@ -805,7 +810,7 @@ CLASS="CITEREFENTRY"
|
|||||||
CLASS="REFENTRYTITLE"
|
CLASS="REFENTRYTITLE"
|
||||||
>dnssec-keygen</SPAN
|
>dnssec-keygen</SPAN
|
||||||
>(8)</SPAN
|
>(8)</SPAN
|
||||||
>. </P
|
>.</P
|
||||||
></DD
|
></DD
|
||||||
></DL
|
></DL
|
||||||
></DIV
|
></DIV
|
||||||
@@ -813,7 +818,7 @@ CLASS="REFENTRYTITLE"
|
|||||||
><DIV
|
><DIV
|
||||||
CLASS="REFSECT1"
|
CLASS="REFSECT1"
|
||||||
><A
|
><A
|
||||||
NAME="AEN233"
|
NAME="AEN234"
|
||||||
></A
|
></A
|
||||||
><H2
|
><H2
|
||||||
>SEE ALSO</H2
|
>SEE ALSO</H2
|
||||||
@@ -878,7 +883,7 @@ CLASS="REFENTRYTITLE"
|
|||||||
><DIV
|
><DIV
|
||||||
CLASS="REFSECT1"
|
CLASS="REFSECT1"
|
||||||
><A
|
><A
|
||||||
NAME="AEN254"
|
NAME="AEN255"
|
||||||
></A
|
></A
|
||||||
><H2
|
><H2
|
||||||
>BUGS</H2
|
>BUGS</H2
|
||||||
|
Reference in New Issue
Block a user