diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2020-01-02 20:40:28 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2020-01-02 20:40:28 +0000 |
commit | 44bfc9f7e95454d291aebac076b6022f972104fa (patch) | |
tree | 48e32c90b8f77cab11903b05e3240bae986e75fe | |
parent | 87d52045ee0259bfb71014c25fc65d5871484132 (diff) |
Correct information about default options: by default, +besteffort
is on, +dnsnegotiation is off, +timeout is 5s for UDP and 10s for TCP.
OK florian@
-rw-r--r-- | usr.sbin/bind/bin/dig/dig.1 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/usr.sbin/bind/bin/dig/dig.1 b/usr.sbin/bind/bin/dig/dig.1 index e2a24948094..38cef459e8a 100644 --- a/usr.sbin/bind/bin/dig/dig.1 +++ b/usr.sbin/bind/bin/dig/dig.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dig.1,v 1.28 2020/01/02 15:52:44 schwarze Exp $ +.\" $OpenBSD: dig.1,v 1.29 2020/01/02 20:40:27 schwarze Exp $ .\" .\" Copyright (C) 2000-2011, 2013-2018 Internet Systems Consortium, Inc. ("ISC") .\" @@ -359,7 +359,8 @@ The default is .Cm besteffort .Xc Attempt to display the contents of messages which are malformed. -The default is to not display malformed answers. +The default is +.Cm +besteffort . .It Cm +bufsize Ns = Ns Ar # Set the UDP message buffer size advertised using EDNS0 to .Ar # @@ -509,7 +510,8 @@ By default, no Z bits are set. .Cm ednsnegotiation .Xc Enable EDNS version negotiation. -By default EDNS version negotiation is enabled. +The default is +.Cm +noednsnegotiation . .It Xo .Cm + Ns .Op Cm no Ns @@ -796,7 +798,7 @@ AXFR queries always use TCP. Set the timeout for a query to .Ar # seconds. -The default timeout is 5 seconds. +The default is 5 seconds for UDP and 10 seconds for TCP. An attempt to set .Ar # to less than 1 will result in a query timeout of 1 second being applied. |