]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Update dig's man page
authorDiego Fronza <diego@isc.org>
Tue, 16 Feb 2021 16:23:14 +0000 (13:23 -0300)
committerDiego Fronza <diego@isc.org>
Thu, 25 Mar 2021 17:08:40 +0000 (14:08 -0300)
Adjusted man page entries for +tries and +retry options to reflect the
fact that now those options apply to TCP as well.

bin/dig/dig.rst
doc/man/dig.1in

index c28b51e4adfd085f14dda2132e666d5dca72d4e5..b54d22ef5c4001dc3a4ff1a85d750218a7546521 100644 (file)
@@ -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.
 
index e5820f5f4232d9917fd4aa56aab6b399a35890c4..bc42c4d5436460ad3a4d0c163bc3f47136b557eb 100644 (file)
@@ -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