diff --git a/CHANGES b/CHANGES
index e58cad4c49..e89d05adef 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,8 @@
to yes. Change and only set inline-signing to yes
if the zone is not dynamic. [GL #1709]
+ --- 9.17.1 released ---
+
5383. [func] Add a quota attach function with a callback and clean up
the isc_quota API. [GL !3280]
diff --git a/bin/dig/host.1 b/bin/dig/host.1
index ea0bc06a43..6775a14cd5 100644
--- a/bin/dig/host.1
+++ b/bin/dig/host.1
@@ -39,7 +39,7 @@
host \- DNS lookup utility
.SH "SYNOPSIS"
.HP \w'\fBhost\fR\ 'u
-\fBhost\fR [\fB\-aACdlnrsTUwv\fR] [\fB\-c\ \fR\fB\fIclass\fR\fR] [\fB\-N\ \fR\fB\fIndots\fR\fR] [\fB\-R\ \fR\fB\fInumber\fR\fR] [\fB\-t\ \fR\fB\fItype\fR\fR] [\fB\-W\ \fR\fB\fIwait\fR\fR] [\fB\-m\ \fR\fB\fIflag\fR\fR] [[\fB\-4\fR] | [\fB\-6\fR]] [\fB\-v\fR] [\fB\-V\fR] {name} [server]
+\fBhost\fR [\fB\-aACdlnrsTUwv\fR] [\fB\-c\ \fR\fB\fIclass\fR\fR] [\fB\-N\ \fR\fB\fIndots\fR\fR] [\fB\-p\ \fR\fB\fIport\fR\fR] [\fB\-R\ \fR\fB\fInumber\fR\fR] [\fB\-t\ \fR\fB\fItype\fR\fR] [\fB\-W\ \fR\fB\fIwait\fR\fR] [\fB\-m\ \fR\fB\fIflag\fR\fR] [[\fB\-4\fR] | [\fB\-6\fR]] [\fB\-v\fR] [\fB\-V\fR] {name} [server]
.SH "DESCRIPTION"
.PP
\fBhost\fR
@@ -138,6 +138,11 @@ directive in
/etc/resolv\&.conf\&.
.RE
.PP
+\-p \fIport\fR
+.RS 4
+Specify the port on the server to query\&. The default is 53\&.
+.RE
+.PP
\-r
.RS 4
Non\-recursive query: Setting this option clears the RD (recursion desired) bit in the query\&. This should mean that the name server receiving the query will not attempt to resolve
diff --git a/bin/dig/host.html b/bin/dig/host.html
index e0076735ef..1ebf702999 100644
--- a/bin/dig/host.html
+++ b/bin/dig/host.html
@@ -36,6 +36,7 @@
[-aACdlnrsTUwv]
[-c ]
[class-N ]
+ [ndots-p ]
[port-R ]
[number-t ]
[type-W ]
@@ -165,6 +166,12 @@
in wait/etc/resolv.conf.
port+ Specify the port on the server to query. The default is 53. +
+diff --git a/doc/arm/Bv9ARM.ch01.html b/doc/arm/Bv9ARM.ch01.html index 297cd1ec8b..edb5d11c84 100644 --- a/doc/arm/Bv9ARM.ch01.html +++ b/doc/arm/Bv9ARM.ch01.html @@ -614,6 +614,6 @@ -
BIND 9.17.0 (Development Release)
+BIND 9.17.1 (Development Release)