2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 15:05:23 +00:00

2120. [doc] Fix markup on nsupdate man page. [RT #16556]

This commit is contained in:
Rob Austein
2006-12-16 01:14:36 +00:00
parent 354ee7da2a
commit 8d709e3ee4
3 changed files with 35 additions and 33 deletions

View File

@@ -1,3 +1,5 @@
2120. [doc] Fix markup on nsupdate man page. [RT #16556]
2119. [compat] libbind: allow res_init() to succeed enough to 2119. [compat] libbind: allow res_init() to succeed enough to
return the default domain even if it was unable return the default domain even if it was unable
to allocate memory. to allocate memory.

View File

@@ -17,7 +17,7 @@
- PERFORMANCE OF THIS SOFTWARE. - PERFORMANCE OF THIS SOFTWARE.
--> -->
<!-- $Id: nslookup.docbook,v 1.10 2006/01/06 00:01:44 marka Exp $ --> <!-- $Id: nslookup.docbook,v 1.11 2006/12/16 01:14:36 sra Exp $ -->
<!-- <!--
- Copyright (c) 1985, 1989 - Copyright (c) 1985, 1989
- The Regents of the University of California. All rights reserved. - The Regents of the University of California. All rights reserved.
@@ -141,7 +141,7 @@ nslookup -query=hinfo -timeout=10
<title>INTERACTIVE COMMANDS</title> <title>INTERACTIVE COMMANDS</title>
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term>host <optional>server</optional></term> <term><constant>host</constant> <optional>server</optional></term>
<listitem> <listitem>
<para> <para>
Look up information for host using the current default server or Look up information for host using the current default server or

View File

@@ -18,7 +18,7 @@
- PERFORMANCE OF THIS SOFTWARE. - PERFORMANCE OF THIS SOFTWARE.
--> -->
<!-- $Id: nsupdate.docbook,v 1.23 2006/01/27 23:57:46 marka Exp $ --> <!-- $Id: nsupdate.docbook,v 1.24 2006/12/16 01:14:36 sra Exp $ -->
<refentry> <refentry>
<refentryinfo> <refentryinfo>
<date>Jun 30, 2000</date> <date>Jun 30, 2000</date>
@@ -220,11 +220,11 @@
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term><cmdsynopsis> <term>
<command>server</command> <command>server</command>
<arg choice="req">servername</arg> <arg choice="req">servername</arg>
<arg choice="opt">port</arg> <arg choice="opt">port</arg>
</cmdsynopsis></term> </term>
<listitem> <listitem>
<para> <para>
Sends all dynamic update requests to the name server Sends all dynamic update requests to the name server
@@ -247,11 +247,11 @@
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><cmdsynopsis> <term>
<command>local</command> <command>local</command>
<arg choice="req">address</arg> <arg choice="req">address</arg>
<arg choice="opt">port</arg> <arg choice="opt">port</arg>
</cmdsynopsis></term> </term>
<listitem> <listitem>
<para> <para>
Sends all dynamic update requests using the local Sends all dynamic update requests using the local
@@ -270,10 +270,10 @@
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><cmdsynopsis> <term>
<command>zone</command> <command>zone</command>
<arg choice="req">zonename</arg> <arg choice="req">zonename</arg>
</cmdsynopsis></term> </term>
<listitem> <listitem>
<para> <para>
Specifies that all updates are to be made to the zone Specifies that all updates are to be made to the zone
@@ -289,10 +289,10 @@
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><cmdsynopsis> <term>
<command>class</command> <command>class</command>
<arg choice="req">classname</arg> <arg choice="req">classname</arg>
</cmdsynopsis></term> </term>
<listitem> <listitem>
<para> <para>
Specify the default class. Specify the default class.
@@ -304,11 +304,11 @@
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><cmdsynopsis> <term>
<command>key</command> <command>key</command>
<arg choice="req">name</arg> <arg choice="req">name</arg>
<arg choice="req">secret</arg> <arg choice="req">secret</arg>
</cmdsynopsis></term> </term>
<listitem> <listitem>
<para> <para>
Specifies that all updates are to be TSIG signed using the Specifies that all updates are to be TSIG signed using the
@@ -321,10 +321,10 @@
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><cmdsynopsis> <term>
<command>prereq nxdomain</command> <command>prereq nxdomain</command>
<arg choice="req">domain-name</arg> <arg choice="req">domain-name</arg>
</cmdsynopsis></term> </term>
<listitem> <listitem>
<para> <para>
Requires that no resource record of any type exists with name Requires that no resource record of any type exists with name
@@ -335,10 +335,10 @@
<varlistentry> <varlistentry>
<term><cmdsynopsis> <term>
<command>prereq yxdomain</command> <command>prereq yxdomain</command>
<arg choice="req">domain-name</arg> <arg choice="req">domain-name</arg>
</cmdsynopsis></term> </term>
<listitem> <listitem>
<para> <para>
Requires that Requires that
@@ -349,12 +349,12 @@
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><cmdsynopsis> <term>
<command>prereq nxrrset</command> <command>prereq nxrrset</command>
<arg choice="req">domain-name</arg> <arg choice="req">domain-name</arg>
<arg choice="opt">class</arg> <arg choice="opt">class</arg>
<arg choice="req">type</arg> <arg choice="req">type</arg>
</cmdsynopsis></term> </term>
<listitem> <listitem>
<para> <para>
Requires that no resource record exists of the specified Requires that no resource record exists of the specified
@@ -371,12 +371,12 @@
<varlistentry> <varlistentry>
<term><cmdsynopsis> <term>
<command>prereq yxrrset</command> <command>prereq yxrrset</command>
<arg choice="req">domain-name</arg> <arg choice="req">domain-name</arg>
<arg choice="opt">class</arg> <arg choice="opt">class</arg>
<arg choice="req">type</arg> <arg choice="req">type</arg>
</cmdsynopsis></term> </term>
<listitem> <listitem>
<para> <para>
This requires that a resource record of the specified This requires that a resource record of the specified
@@ -393,13 +393,13 @@
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><cmdsynopsis> <term>
<command>prereq yxrrset</command> <command>prereq yxrrset</command>
<arg choice="req">domain-name</arg> <arg choice="req">domain-name</arg>
<arg choice="opt">class</arg> <arg choice="opt">class</arg>
<arg choice="req">type</arg> <arg choice="req">type</arg>
<arg choice="req" rep="repeat">data</arg> <arg choice="req" rep="repeat">data</arg>
</cmdsynopsis></term> </term>
<listitem> <listitem>
<para> <para>
The The
@@ -427,13 +427,13 @@
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><cmdsynopsis> <term>
<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">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></term> </term>
<listitem> <listitem>
<para> <para>
Deletes any resource records named Deletes any resource records named
@@ -453,14 +453,14 @@
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><cmdsynopsis> <term>
<command>update add</command> <command>update add</command>
<arg choice="req">domain-name</arg> <arg choice="req">domain-name</arg>
<arg choice="req">ttl</arg> <arg choice="req">ttl</arg>
<arg choice="opt">class</arg> <arg choice="opt">class</arg>
<arg choice="req">type</arg> <arg choice="req">type</arg>
<arg choice="req" rep="repeat">data</arg> <arg choice="req" rep="repeat">data</arg>
</cmdsynopsis></term> </term>
<listitem> <listitem>
<para> <para>
Adds a new resource record with the specified Adds a new resource record with the specified
@@ -473,9 +473,9 @@
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><cmdsynopsis> <term>
<command>show</command> <command>show</command>
</cmdsynopsis></term> </term>
<listitem> <listitem>
<para> <para>
Displays the current message, containing all of the Displays the current message, containing all of the
@@ -486,9 +486,9 @@
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><cmdsynopsis> <term>
<command>send</command> <command>send</command>
</cmdsynopsis></term> </term>
<listitem> <listitem>
<para> <para>
Sends the current message. This is equivalent to entering a Sends the current message. This is equivalent to entering a
@@ -498,9 +498,9 @@
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><cmdsynopsis> <term>
<command>answer</command> <command>answer</command>
</cmdsynopsis></term> </term>
<listitem> <listitem>
<para> <para>
Displays the answer. Displays the answer.