mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 05:19:59 -04:00
Update dig's man page
Adjusted man page entries for +tries and +retry options to reflect the fact that now those options apply to TCP as well.
This commit is contained in:
parent
4f82cc41cc
commit
3b98c4d311
2 changed files with 6 additions and 6 deletions
|
|
@ -480,8 +480,8 @@ abbreviation is unambiguous; for example, ``+cd`` is equivalent to
|
|||
``+nssearch`` or ``+trace`` query option is used.
|
||||
|
||||
``+retry=T``
|
||||
This option sets the number of times to retry UDP queries to server to ``T``
|
||||
instead of the default, 2. Unlike ``+tries``, this does not include
|
||||
This option sets the number of times to retry UDP and TCP queries to server to ``T``
|
||||
instead of the default, 2. Unlike ``+tries``, this does not include
|
||||
the initial query.
|
||||
|
||||
``+[no]rrcomments``
|
||||
|
|
@ -569,7 +569,7 @@ abbreviation is unambiguous; for example, ``+cd`` is equivalent to
|
|||
default queries from a name server.
|
||||
|
||||
``+tries=T``
|
||||
This option sets the number of times to try UDP queries to server to ``T``
|
||||
This option sets the number of times to try UDP and TCP queries to server to ``T``
|
||||
instead of the default, 3. If ``T`` is less than or equal to zero,
|
||||
the number of tries is silently rounded up to 1.
|
||||
|
||||
|
|
|
|||
|
|
@ -492,8 +492,8 @@ recursive queries. Recursion is automatically disabled when the
|
|||
\fB+nssearch\fP or \fB+trace\fP query option is used.
|
||||
.TP
|
||||
.B \fB+retry=T\fP
|
||||
This option sets the number of times to retry UDP queries to server to \fBT\fP
|
||||
instead of the default, 2. Unlike \fB+tries\fP, this does not include
|
||||
This option sets the number of times to retry UDP and TCP queries to server to \fBT\fP
|
||||
instead of the default, 2. Unlike \fB+tries\fP, this does not include
|
||||
the initial query.
|
||||
.TP
|
||||
.B \fB+[no]rrcomments\fP
|
||||
|
|
@ -581,7 +581,7 @@ the root zone name servers.
|
|||
default queries from a name server.
|
||||
.TP
|
||||
.B \fB+tries=T\fP
|
||||
This option sets the number of times to try UDP queries to server to \fBT\fP
|
||||
This option sets the number of times to try UDP and TCP queries to server to \fBT\fP
|
||||
instead of the default, 3. If \fBT\fP is less than or equal to zero,
|
||||
the number of tries is silently rounded up to 1.
|
||||
.TP
|
||||
|
|
|
|||
Loading…
Reference in a new issue