]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
regen
authorMark Andrews <marka@isc.org>
Sun, 17 Dec 2006 04:54:01 +0000 (04:54 +0000)
committerMark Andrews <marka@isc.org>
Sun, 17 Dec 2006 04:54:01 +0000 (04:54 +0000)
bin/dig/nslookup.1
bin/dig/nslookup.html
bin/nsupdate/nsupdate.8
bin/nsupdate/nsupdate.html

index 7fd61c36cf8c537a9a3f1822277886b935e21e65..7e0fd4d69e9eea1632ffd5ec54878d5176009abc 100644 (file)
@@ -12,7 +12,7 @@
 .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 .\" PERFORMANCE OF THIS SOFTWARE.
 .\"
-.\" $Id: nslookup.1,v 1.1.4.8 2006/12/12 01:42:53 marka Exp $
+.\" $Id: nslookup.1,v 1.1.4.9 2006/12/17 04:54:01 marka Exp $
 .\"
 .hy 0
 .ad l
@@ -57,7 +57,7 @@ Options can also be specified on the command line if they precede the arguments
 .sp .RS 4 .nf nslookup \-query=hinfo \-timeout=10 .fi .RE
 .SH "INTERACTIVE COMMANDS"
 .PP
-host [server]
+\fBhost\fR [server]
 .RS 4
 Look up information for host using the current default server or using server, if specified. If host is an Internet address and the query type is A or PTR, the name of the host is returned. If host is a name and does not have a trailing period, the search list is used to qualify the name.
 .sp
index 87fc8c0466fac09982f4219c5d4d0b0543f11c89..2e0a3c4cbd7773f5308b012d5b95eb4791328249 100644 (file)
@@ -13,7 +13,7 @@
  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  - PERFORMANCE OF THIS SOFTWARE.
 -->
-<!-- $Id: nslookup.html,v 1.1.4.14 2006/12/12 01:42:53 marka Exp $ -->
+<!-- $Id: nslookup.html,v 1.1.4.15 2006/12/17 04:54:01 marka Exp $ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@@ -77,7 +77,7 @@ nslookup -query=hinfo  -timeout=10
 <div class="refsect1" lang="en">
 <a name="id2543593"></a><h2>INTERACTIVE COMMANDS</h2>
 <div class="variablelist"><dl>
-<dt><span class="term">host [<span class="optional">server</span>]</span></dt>
+<dt><span class="term"><code class="constant">host</code> [<span class="optional">server</span>]</span></dt>
 <dd>
 <p>
 Look up information for host using the current default server or
@@ -241,13 +241,13 @@ the lookups.  Valid keywords are:
 </dl></div>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2544051"></a><h2>FILES</h2>
+<a name="id2544053"></a><h2>FILES</h2>
 <p>
 <code class="filename">/etc/resolv.conf</code>
 </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2544064"></a><h2>SEE ALSO</h2>
+<a name="id2544066"></a><h2>SEE ALSO</h2>
 <p>
 <span class="citerefentry"><span class="refentrytitle">dig</span>(1)</span>,
 <span class="citerefentry"><span class="refentrytitle">host</span>(1)</span>,
@@ -255,7 +255,7 @@ the lookups.  Valid keywords are:
 </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2544099"></a><h2>Author</h2>
+<a name="id2544101"></a><h2>Author</h2>
 <p>
 Andrew Cherenson
 </p>
index dff993c83872daf090b82754114af5231e97a538..eeca3458ae518c2b664bcb98c9c5911ff2bd7816 100644 (file)
@@ -1,4 +1,4 @@
-.\" Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC")
+.\" Copyright (C) 2004-2006 Internet Systems Consortium, Inc. ("ISC")
 .\" Copyright (C) 2000, 2001, 2003 Internet Software Consortium.
 .\" 
 .\" Permission to use, copy, modify, and distribute this software for any
@@ -13,7 +13,7 @@
 .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 .\" PERFORMANCE OF THIS SOFTWARE.
 .\"
-.\" $Id: nsupdate.8,v 1.24.2.9 2006/12/12 01:42:53 marka Exp $
+.\" $Id: nsupdate.8,v 1.24.2.10 2006/12/17 04:54:01 marka Exp $
 .\"
 .hy 0
 .ad l
@@ -112,7 +112,7 @@ command) causes the accumulated commands to be sent as one Dynamic DNS update re
 .PP
 The command formats and their meaning are as follows:
 .PP
-.HP 7 \fBserver\fR {servername} [port]
+\fBserver\fR {servername} [port]
 .RS 4
 Sends all dynamic update requests to the name server
 \fIservername\fR. When no server statement is provided,
@@ -124,7 +124,7 @@ is the port number on
 where the dynamic update requests get sent. If no port number is specified, the default DNS port number of 53 is used.
 .RE
 .PP
-.HP 6 \fBlocal\fR {address} [port]
+\fBlocal\fR {address} [port]
 .RS 4
 Sends all dynamic update requests using the local
 \fIaddress\fR. When no local statement is provided,
@@ -134,7 +134,7 @@ will send updates using an address and port chosen by the system.
 can additionally be used to make requests come from a specific port. If no port number is specified, the system will assign one.
 .RE
 .PP
-.HP 5 \fBzone\fR {zonename}
+\fBzone\fR {zonename}
 .RS 4
 Specifies that all updates are to be made to the zone
 \fIzonename\fR. If no
@@ -144,7 +144,7 @@ statement is provided,
 will attempt determine the correct zone to update based on the rest of the input.
 .RE
 .PP
-.HP 6 \fBclass\fR {classname}
+\fBclass\fR {classname}
 .RS 4
 Specify the default class. If no
 \fIclass\fR
@@ -152,7 +152,7 @@ is specified the default class is
 \fIIN\fR.
 .RE
 .PP
-.HP 4 \fBkey\fR {name} {secret}
+\fBkey\fR {name} {secret}
 .RS 4
 Specifies that all updates are to be TSIG signed using the
 \fIkeyname\fR
@@ -165,20 +165,20 @@ or
 \fB\-k\fR.
 .RE
 .PP
-.HP 16 \fBprereq nxdomain\fR {domain\-name}
+\fBprereq nxdomain\fR {domain\-name}
 .RS 4
 Requires that no resource record of any type exists with name
 \fIdomain\-name\fR.
 .RE
 .PP
-.HP 16 \fBprereq yxdomain\fR {domain\-name}
+\fBprereq yxdomain\fR {domain\-name}
 .RS 4
 Requires that
 \fIdomain\-name\fR
 exists (has as at least one resource record, of any type).
 .RE
 .PP
-.HP 15 \fBprereq nxrrset\fR {domain\-name} [class] {type}
+\fBprereq nxrrset\fR {domain\-name} [class] {type}
 .RS 4
 Requires that no resource record exists of the specified
 \fItype\fR,
@@ -189,7 +189,7 @@ and
 is omitted, IN (internet) is assumed.
 .RE
 .PP
-.HP 15 \fBprereq yxrrset\fR {domain\-name} [class] {type}
+\fBprereq yxrrset\fR {domain\-name} [class] {type}
 .RS 4
 This requires that a resource record of the specified
 \fItype\fR,
@@ -201,7 +201,7 @@ must exist. If
 is omitted, IN (internet) is assumed.
 .RE
 .PP
-.HP 15 \fBprereq yxrrset\fR {domain\-name} [class] {type} {data...}
+\fBprereq yxrrset\fR {domain\-name} [class] {type} {data...}
 .RS 4
 The
 \fIdata\fR
@@ -217,7 +217,7 @@ are combined to form a set of RRs. This set of RRs must exactly match the set of
 are written in the standard text representation of the resource record's RDATA.
 .RE
 .PP
-.HP 14 \fBupdate delete\fR {domain\-name} [ttl] [class] [type\ [data...]]
+\fBupdate delete\fR {domain\-name} [ttl] [class] [type\ [data...]]
 .RS 4
 Deletes any resource records named
 \fIdomain\-name\fR. If
@@ -231,7 +231,7 @@ is not supplied. The
 is ignored, and is only allowed for compatibility.
 .RE
 .PP
-.HP 11 \fBupdate add\fR {domain\-name} {ttl} [class] {type} {data...}
+\fBupdate add\fR {domain\-name} {ttl} [class] {type} {data...}
 .RS 4
 Adds a new resource record with the specified
 \fIttl\fR,
@@ -240,12 +240,12 @@ and
 \fIdata\fR.
 .RE
 .PP
-.HP 5 \fBshow\fR
+\fBshow\fR
 .RS 4
 Displays the current message, containing all of the prerequisites and updates specified since the last send.
 .RE
 .PP
-.HP 5 \fBsend\fR
+\fBsend\fR
 .RS 4
 Sends the current message. This is equivalent to entering a blank line.
 .RE
@@ -320,7 +320,7 @@ base\-64 encoding of HMAC\-MD5 key created by
 .PP
 The TSIG key is redundantly stored in two separate files. This is a consequence of nsupdate using the DST library for its cryptographic operations, and may change in future releases.
 .SH "COPYRIGHT"
-Copyright \(co 2004, 2005 Internet Systems Consortium, Inc. ("ISC")
+Copyright \(co 2004\-2006 Internet Systems Consortium, Inc. ("ISC")
 .br
 Copyright \(co 2000, 2001, 2003 Internet Software Consortium.
 .br
index a151f83d69efc8f8b8af16795a3302a067c74306..a9cb22930a3fed280fe5e1e8b91218e3ee326bfe 100644 (file)
@@ -1,5 +1,5 @@
 <!--
- - Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2004-2006 Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000, 2001, 2003 Internet Software Consortium.
  - 
  - Permission to use, copy, modify, and distribute this software for any
@@ -14,7 +14,7 @@
  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  - PERFORMANCE OF THIS SOFTWARE.
 -->
-<!-- $Id: nsupdate.html,v 1.9.2.16 2006/12/12 01:42:53 marka Exp $ -->
+<!-- $Id: nsupdate.html,v 1.9.2.17 2006/12/17 04:54:01 marka Exp $ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@@ -32,7 +32,7 @@
 <div class="cmdsynopsis"><p><code class="command">nsupdate</code>  [<code class="option">-d</code>] [[<code class="option">-y <em class="replaceable"><code>keyname:secret</code></em></code>] |  [<code class="option">-k <em class="replaceable"><code>keyfile</code></em></code>]] [<code class="option">-v</code>] [filename]</p></div>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543493"></a><h2>DESCRIPTION</h2>
+<a name="id2543496"></a><h2>DESCRIPTION</h2>
 <p>
 <span><strong class="command">nsupdate</strong></span>
 is used to submit Dynamic DNS Update requests as defined in RFC2136
@@ -141,7 +141,7 @@ This may be preferable when a batch of update requests is made.
 </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2543693"></a><h2>INPUT FORMAT</h2>
+<a name="id2543697"></a><h2>INPUT FORMAT</h2>
 <p>
 <span><strong class="command">nsupdate</strong></span>
 reads input from
@@ -170,7 +170,9 @@ The command formats and their meaning are as follows:
 </p>
 <div class="variablelist"><dl>
 <dt><span class="term">
-<div class="cmdsynopsis"><p><code class="command">server</code>  {servername} [port]</p></div>
+<span><strong class="command">server</strong></span>
+ {servername}
+ [port]
 </span></dt>
 <dd><p>
 Sends all dynamic update requests to the name server
@@ -188,7 +190,9 @@ If no port number is specified, the default DNS port number of 53 is
 used.
 </p></dd>
 <dt><span class="term">
-<div class="cmdsynopsis"><p><code class="command">local</code>  {address} [port]</p></div>
+<span><strong class="command">local</strong></span>
+ {address}
+ [port]
 </span></dt>
 <dd><p>
 Sends all dynamic update requests using the local
@@ -202,7 +206,8 @@ can additionally be used to make requests come from a specific port.
 If no port number is specified, the system will assign one.
 </p></dd>
 <dt><span class="term">
-<div class="cmdsynopsis"><p><code class="command">zone</code>  {zonename}</p></div>
+<span><strong class="command">zone</strong></span>
+ {zonename}
 </span></dt>
 <dd><p>
 Specifies that all updates are to be made to the zone
@@ -214,7 +219,8 @@ statement is provided,
 will attempt determine the correct zone to update based on the rest of the input.
 </p></dd>
 <dt><span class="term">
-<div class="cmdsynopsis"><p><code class="command">class</code>  {classname}</p></div>
+<span><strong class="command">class</strong></span>
+ {classname}
 </span></dt>
 <dd><p>
 Specify the default class.
@@ -222,7 +228,9 @@ If no <em class="parameter"><code>class</code></em> is specified the default cla
 <em class="parameter"><code>IN</code></em>.
 </p></dd>
 <dt><span class="term">
-<div class="cmdsynopsis"><p><code class="command">key</code>  {name} {secret}</p></div>
+<span><strong class="command">key</strong></span>
+ {name}
+ {secret}
 </span></dt>
 <dd><p>
 Specifies that all updates are to be TSIG signed using the
@@ -232,14 +240,16 @@ overrides any key specified on the command line via
 <code class="option">-y</code> or <code class="option">-k</code>.
 </p></dd>
 <dt><span class="term">
-<div class="cmdsynopsis"><p><code class="command">prereq nxdomain</code>  {domain-name}</p></div>
+<span><strong class="command">prereq nxdomain</strong></span>
+ {domain-name}
 </span></dt>
 <dd><p>
 Requires that no resource record of any type exists with name
 <em class="parameter"><code>domain-name</code></em>.
 </p></dd>
 <dt><span class="term">
-<div class="cmdsynopsis"><p><code class="command">prereq yxdomain</code>  {domain-name}</p></div>
+<span><strong class="command">prereq yxdomain</strong></span>
+ {domain-name}
 </span></dt>
 <dd><p>
 Requires that
@@ -247,7 +257,10 @@ Requires that
 exists (has as at least one resource record, of any type).
 </p></dd>
 <dt><span class="term">
-<div class="cmdsynopsis"><p><code class="command">prereq nxrrset</code>  {domain-name} [class] {type}</p></div>
+<span><strong class="command">prereq nxrrset</strong></span>
+ {domain-name}
+ [class]
+ {type}
 </span></dt>
 <dd><p>
 Requires that no resource record exists of the specified
@@ -260,7 +273,10 @@ If
 is omitted, IN (internet) is assumed.
 </p></dd>
 <dt><span class="term">
-<div class="cmdsynopsis"><p><code class="command">prereq yxrrset</code>  {domain-name} [class] {type}</p></div>
+<span><strong class="command">prereq yxrrset</strong></span>
+ {domain-name}
+ [class]
+ {type}
 </span></dt>
 <dd><p>
 This requires that a resource record of the specified
@@ -274,7 +290,11 @@ If
 is omitted, IN (internet) is assumed.
 </p></dd>
 <dt><span class="term">
-<div class="cmdsynopsis"><p><code class="command">prereq yxrrset</code>  {domain-name} [class] {type} {data...}</p></div>
+<span><strong class="command">prereq yxrrset</strong></span>
+ {domain-name}
+ [class]
+ {type}
+ {data...}
 </span></dt>
 <dd><p>
 The
@@ -298,7 +318,11 @@ are written in the standard text representation of the resource record's
 RDATA.
 </p></dd>
 <dt><span class="term">
-<div class="cmdsynopsis"><p><code class="command">update delete</code>  {domain-name} [ttl] [class] [type [data...]]</p></div>
+<span><strong class="command">update delete</strong></span>
+ {domain-name}
+ [ttl]
+ [class]
+ [type [data...]]
 </span></dt>
 <dd><p>
 Deletes any resource records named
@@ -315,7 +339,12 @@ is not supplied.  The
 is ignored, and is only allowed for compatibility.
 </p></dd>
 <dt><span class="term">
-<div class="cmdsynopsis"><p><code class="command">update add</code>  {domain-name} {ttl} [class] {type} {data...}</p></div>
+<span><strong class="command">update add</strong></span>
+ {domain-name}
+ {ttl}
+ [class]
+ {type}
+ {data...}
 </span></dt>
 <dd><p>
 Adds a new resource record with the specified
@@ -325,14 +354,14 @@ and
 <em class="parameter"><code>data</code></em>.
 </p></dd>
 <dt><span class="term">
-<div class="cmdsynopsis"><p><code class="command">show</code> </p></div>
+<span><strong class="command">show</strong></span>
 </span></dt>
 <dd><p>
 Displays the current message, containing all of the prerequisites and
 updates specified since the last send.
 </p></dd>
 <dt><span class="term">
-<div class="cmdsynopsis"><p><code class="command">send</code> </p></div>
+<span><strong class="command">send</strong></span>
 </span></dt>
 <dd><p>
 Sends the current message.  This is equivalent to entering a blank line.
@@ -345,7 +374,7 @@ Lines beginning with a semicolon are comments and are ignored.
 </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2544372"></a><h2>EXAMPLES</h2>
+<a name="id2544330"></a><h2>EXAMPLES</h2>
 <p>
 The examples below show how
 <span><strong class="command">nsupdate</strong></span>
@@ -398,7 +427,7 @@ SIG, KEY and NXT records.)
 </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2544416"></a><h2>FILES</h2>
+<a name="id2544374"></a><h2>FILES</h2>
 <div class="variablelist"><dl>
 <dt><span class="term"><code class="constant">/etc/resolv.conf</code></span></dt>
 <dd><p>
@@ -417,7 +446,7 @@ base-64 encoding of HMAC-MD5 key created by
 </dl></div>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2544484"></a><h2>SEE ALSO</h2>
+<a name="id2544442"></a><h2>SEE ALSO</h2>
 <p>
 <span class="citerefentry"><span class="refentrytitle">RFC2136</span></span>,
 <span class="citerefentry"><span class="refentrytitle">RFC3007</span></span>,
@@ -430,7 +459,7 @@ base-64 encoding of HMAC-MD5 key created by
 </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2544549"></a><h2>BUGS</h2>
+<a name="id2544507"></a><h2>BUGS</h2>
 <p>
 The TSIG key is redundantly stored in two separate files.
 This is a consequence of nsupdate using the DST library