]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
belated pullup:
authorAndreas Gustafsson <source@isc.org>
Wed, 28 Nov 2001 23:35:02 +0000 (23:35 +0000)
committerAndreas Gustafsson <source@isc.org>
Wed, 28 Nov 2001 23:35:02 +0000 (23:35 +0000)
1124.   [doc]           dig: +[no]dnssec, +[no]besteffort and +[no]fail
                        now documented. [RT #2052]

CHANGES
bin/dig/dig.docbook

diff --git a/CHANGES b/CHANGES
index 258881ae968728a61b3ac64b5bb568eab167b079..c2141efbc8ba61f73207ba5a2af1630ba3b59f8c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -15,6 +15,9 @@
                        have a TTL of zero as required by RFC2672.
                        [RT #2129]
 
+1124.  [doc]           dig: +[no]dnssec, +[no]besteffort and +[no]fail
+                       are now documented. [RT #2052]
+
 1123.  [bug]           dig +[no]fail did not match description. [RT #2052]
 
 
index 74d946c182002f092342180f128add00c39fae0e..7b816d010188566776f62cfb0949e11ef0ee3892 100644 (file)
@@ -16,7 +16,7 @@
  - WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- $Id: dig.docbook,v 1.4.2.1 2001/11/08 00:15:23 gson Exp $ -->
+<!-- $Id: dig.docbook,v 1.4.2.2 2001/11/28 23:35:02 gson Exp $ -->
 
 <refentry>
 
@@ -414,7 +414,7 @@ An attempt to set <parameter>T</parameter> to less than 1 will result
 in a query timeout of 1 second being applied.
 </para></listitem></varlistentry>
 
-<varlistentry><term><option>+tries=A</option></term>
+<varlistentry><term><option>+tries=T</option></term>
 <listitem><para>
 Sets the number of times to retry UDP queries to server to
 <parameter>T</parameter> instead of the default, 3.  If
@@ -452,6 +452,27 @@ of the <command>dig</command> output.
 </para>
 </listitem></varlistentry>
 
+<varlistentry><term><option>+[no]fail</option></term>
+<listitem><para>
+Do not try the next server if you receive a SERVFAIL.  The default is
+to not try the next server which is the reverse of normal stub resolver
+behaviour.
+</para>
+
+</listitem></varlistentry>
+<varlistentry><term><option>+[no]besteffort</option></term>
+<listitem><para>
+Attempt to display the contents of messages which are malformed.
+The default is to not display malformed answers.
+</para>
+
+</listitem></varlistentry>
+<varlistentry><term><option>+[no]dnssec</option></term>
+<listitem><para>
+Requests DNSSEC records be sent by setting the DNSSEC OK bit (DO)
+in the the OPT record in the additional section of the query.
+</para>
+
 </variablelist>
 
 </para>