From: Evan Hunt Date: Fri, 21 Feb 2014 16:33:17 +0000 (-0800) Subject: [master] delve man page improvements X-Git-Tag: v9.10.0b1~16 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=f0f3f595b196744a498ee72f14f797421c07d693;p=thirdparty%2Fbind9.git [master] delve man page improvements --- diff --git a/bin/delve/delve.docbook b/bin/delve/delve.docbook index 12ff996ba4a..75630b863a6 100644 --- a/bin/delve/delve.docbook +++ b/bin/delve/delve.docbook @@ -20,7 +20,7 @@ - February 12, 2014 + February 21, 2014 @@ -68,6 +68,11 @@ + + delve + + + delve queryopt @@ -189,8 +194,9 @@ OPTIONS + - -a + -a anchor-file Specifies a file from which to read DNSSEC trust anchors. @@ -223,7 +229,7 @@ - -b + -b address Sets the source IP address of the query to @@ -236,7 +242,7 @@ - -c + -c class Sets the query class for the requested data. Currently, @@ -247,61 +253,68 @@ - -i + -d level - Insecure mode. This disables internal DNSSEC validation. - (Note, however, this does not set the CD bit on upstream - queries. If the server being queried is performing DNSSEC - validation, then it will not return invalid data; this - can cause delve to time out. When it - is necessary to examine invalid data to debug a DNSSEC - problem, use dig +cd.) + Set the systemwide debug level to . + The allowed range is from 0 to 99. + The default is 0 (no debugging). + Debugging traces from delve become + more verbose as the debug level increases. + See the , , + and options below for additional + debugging details. - -m + -h - Enables memory usage debugging. + Display the delve help usage output and exit. - -p + -i - Specifies a destination port to use for queries instead of - the standard DNS port number 53. This option would be used - with a name server that has been configured to listen - for queries on a non-standard port number. + Insecure mode. This disables internal DNSSEC validation. + (Note, however, this does not set the CD bit on upstream + queries. If the server being queried is performing DNSSEC + validation, then it will not return invalid data; this + can cause delve to time out. When it + is necessary to examine invalid data to debug a DNSSEC + problem, use dig +cd.) - -4 + -m - Forces delve to only use IPv4. + Enables memory usage debugging. - -6 + -p port# - Forces delve to only use IPv6. + Specifies a destination port to use for queries instead of + the standard DNS port number 53. This option would be used + with a name server that has been configured to listen + for queries on a non-standard port number. - -q + -q name Sets the query name to name. @@ -315,7 +328,7 @@ - -t + -t type Sets the query type to type, which @@ -334,7 +347,16 @@ - -x + -v + + + Print the delve version and exit. + + + + + + -x addr Performs a reverse lookup, mapping an addresses to @@ -349,6 +371,25 @@ + + + -4 + + + Forces delve to only use IPv4. + + + + + + -6 + + + Forces delve to only use IPv6. + + + + @@ -581,8 +622,8 @@ - Indicates whether to perform conventional (non- - lookaside) DNSSEC validation, and if so, specifies the + Indicates whether to perform conventional (non-lookaside) + DNSSEC validation, and if so, specifies the name of a trust anchor. The default is to validate using a trust anchor of "." (the root zone), for which there is a built-in key. If specifying a different trust anchor,