From a72932d4c73433c056accc1486fba31c05f59bab Mon Sep 17 00:00:00 2001
From: Mark Andrews
Date: Tue, 13 Apr 2004 04:44:05 +0000
Subject: [PATCH] regen
---
bin/dig/dig.1 | 20 +++++++++++--
bin/dig/dig.html | 73 +++++++++++++++++++++++++++++++++++++++++------
bin/dig/host.1 | 8 ++++--
bin/dig/host.html | 30 ++++++++++++++++---
4 files changed, 114 insertions(+), 17 deletions(-)
diff --git a/bin/dig/dig.1 b/bin/dig/dig.1
index 4087888b3c..4d67c64b85 100644
--- a/bin/dig/dig.1
+++ b/bin/dig/dig.1
@@ -13,14 +13,14 @@
.\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
.\" PERFORMANCE OF THIS SOFTWARE.
.\"
-.\" $Id: dig.1,v 1.25 2004/04/07 00:56:58 marka Exp $
+.\" $Id: dig.1,v 1.26 2004/04/13 04:44:04 marka Exp $
.\"
.TH "DIG" "1" "Jun 30, 2000" "BIND9" ""
.SH NAME
dig \- DNS lookup utility
.SH SYNOPSIS
.sp
-\fBdig\fR [ \fB@server\fR ] [ \fB-b \fIaddress\fB\fR ] [ \fB-c \fIclass\fB\fR ] [ \fB-f \fIfilename\fB\fR ] [ \fB-k \fIfilename\fB\fR ] [ \fB-p \fIport#\fB\fR ] [ \fB-t \fItype\fB\fR ] [ \fB-x \fIaddr\fB\fR ] [ \fB-y \fIname:key\fB\fR ] [ \fBname\fR ] [ \fBtype\fR ] [ \fBclass\fR ] [ \fBqueryopt\fR\fI...\fR ]
+\fBdig\fR [ \fB@server\fR ] [ \fB-b \fIaddress\fB\fR ] [ \fB-c \fIclass\fB\fR ] [ \fB-f \fIfilename\fB\fR ] [ \fB-k \fIfilename\fB\fR ] [ \fB-p \fIport#\fB\fR ] [ \fB-t \fItype\fB\fR ] [ \fB-x \fIaddr\fB\fR ] [ \fB-y \fIname:key\fB\fR ] [ \fB-4\fR ] [ \fB-6\fR ] [ \fBname\fR ] [ \fBtype\fR ] [ \fBclass\fR ] [ \fBqueryopt\fR\fI...\fR ]
.sp
\fBdig\fR [ \fB-h\fR ]
.sp
@@ -108,6 +108,10 @@ instead of the standard DNS port number 53. This option would be used
to test a name server that has been configured to listen for queries
on a non-standard port number.
.PP
+The \fB-4\fR option forces \fBdig\fR to only
+use IPv4 query transport. The \fB-6\fR option forces
+\fBdig\fR to only use IPv6 query transport.
+.PP
The \fB-t\fR option sets the query type to
\fItype\fR. It can be any valid query type which is
supported in BIND9. The default query type "A", unless the
@@ -333,6 +337,18 @@ The default is to not display malformed answers.
\fB+[no]dnssec\fR
Requests DNSSEC records be sent by setting the DNSSEC OK bit (DO)
in the OPT record in the additional section of the query.
+.TP
+\fB+[no]sigchase\fR
+Chase DNSSEC signature chains. Requires dig be compiled with
+-DDIG_SIGCHASE.
+.TP
+\fB+trusted-key=####\fR
+Specify a trusted key to be used with \fB+sigchase\fR.
+Requires dig be compiled with -DDIG_SIGCHASE.
+.TP
+\fB+[no]topdown\fR
+When chasing DNSSEC signature chains perform a top down validation.
+Requires dig be compiled with -DDIG_SIGCHASE.
.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 f3d6802fd2..bef936515a 100644
--- a/bin/dig/dig.html
+++ b/bin/dig/dig.html
@@ -15,7 +15,7 @@
- PERFORMANCE OF THIS SOFTWARE.
-->
-
+
name:key] [-4] [-6] [name] [type] [class] [queryopt...]
DESCRIPTION
SIMPLE USAGE
OPTIONS
The -4 option forces dig to only
+use IPv4 query transport. The -6 option forces
+dig to only use IPv6 query transport.
The -t option sets the query type to
QUERY OPTIONS
Requests DNSSEC records be sent by setting the DNSSEC OK bit (DO)
in the OPT record in the additional section of the query.
+[no]sigchaseChase DNSSEC signature chains. Requires dig be compiled with
+-DDIG_SIGCHASE.
+trusted-key=####Specify a trusted key to be used with +sigchase.
+Requires dig be compiled with -DDIG_SIGCHASE.
+[no]topdownWhen chasing DNSSEC signature chains perform a top down validation.
+Requires dig be compiled with -DDIG_SIGCHASE.
MULTIPLE QUERIES
FILES
SEE ALSO
BUGS
-
+
wait] [
-4] [
-6] {name} [server]
DESCRIPTION
The -4 option forces host to only
+use IPv4 query transport. The -6 option forces
+host to only use IPv6 query transport.
The -t option is used to select the query type.