From 5c898d95dc7dc49475fc340c78feb874b1441749 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Wed, 28 Nov 2001 02:52:31 +0000 Subject: [PATCH] regenerated --- bin/dig/dig.1 | 17 +++++++++++++++-- bin/dig/dig.html | 43 +++++++++++++++++++++++++++++++++++++------ 2 files changed, 52 insertions(+), 8 deletions(-) diff --git a/bin/dig/dig.1 b/bin/dig/dig.1 index e7af4ddf4a..3b2b1e7dea 100644 --- a/bin/dig/dig.1 +++ b/bin/dig/dig.1 @@ -278,13 +278,13 @@ Sets the timeout for a query to An attempt to set \fIT\fR to less than 1 will result in a query timeout of 1 second being applied. .TP -\fB+tries=A\fR +\fB+tries=T\fR Sets the number of times to try UDP queries to server to \fIT\fR instead of the default, 3. If \fIT\fR is less than or equal to zero, the number of tries is silently rounded up to 1. .TP -\fB+retry=A\fR +\fB+retry=T\fR Sets the number of times to retry UDP queries to server to \fIT\fR instead of the default, 2. Unlike \fI+tries\fR, this does not include the initial @@ -311,6 +311,19 @@ Print records like the SOA records in a verbose multi-line format with human-readable comments. The default is to print each record on a single line, to facilitate machine parsing of the \fBdig\fR output. +.TP +\fB+[no]fail\fR +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. +.TP +\fB+[no]besteffort\fR +Attempt to display the contents of messages which are malformed. +The default is to not display malformed answers. +.TP +\fB+[no]dnssec\fR +Requests DNSSEC records be sent by setting the DNSSEC OK bit (DO) +in the the OPT record in the additional section of the query. .SH "MULTIPLE QUERIES" .PP The BIND 9 implementation of \fBdig \fR supports diff --git a/bin/dig/dig.html b/bin/dig/dig.html index 233cf4ff26..7b7527a6b4 100644 --- a/bin/dig/dig.html +++ b/bin/dig/dig.html @@ -880,7 +880,7 @@ in a query timeout of 1 second being applied.

+tries=A+tries=T

+retry=A+retry=T

dig output.

+[no]fail

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.

+[no]besteffort

Attempt to display the contents of messages which are malformed. +The default is to not display malformed answers.

+[no]dnssec

Requests DNSSEC records be sent by setting the DNSSEC OK bit (DO) +in the the OPT record in the additional section of the query.

MULTIPLE QUERIES

FILES

SEE ALSO

BUGS