diff --git a/bin/rndc/rndc.8 b/bin/rndc/rndc.8 index 0096d6d63a..c7bed9fe57 100644 --- a/bin/rndc/rndc.8 +++ b/bin/rndc/rndc.8 @@ -210,9 +210,15 @@ and \fBrndc modzone\fR\&. .RE .PP -\fBdnstap\-reopen\fR +\fBdnstap ( \-reopen | \-roll \fR\fB[\fInumber\fR]\fR\fB )\fR .RS 4 -Close and re\-open DNSTAP output files\&. This allows the files to be renamed externally then to be re\-opened\&. +Close and re\-open DNSTAP output files\&. +\fBrndc dnstap \-reopen\fR +allows the output file to be renamed externally, then re\-opened\&. +\fBrndc dnstap \-roll\fR +causes the output file to be rolled automatically, similar to log files; the most recent output file has "\&.0" appended to its name; the previous most recent output file is moved to "\&.1", and so on\&. If +\fInumber\fR +is specified, then the number of backup log files is limited to that number\&. .RE .PP \fBdumpdb \fR\fB[\-all|\-cache|\-zone|\-adb|\-bad|\-fail]\fR\fB \fR\fB[\fIview \&.\&.\&.\fR]\fR diff --git a/bin/rndc/rndc.html b/bin/rndc/rndc.html index d9793afbbf..d3ee07ce7a 100644 --- a/bin/rndc/rndc.html +++ b/bin/rndc/rndc.html @@ -218,10 +218,17 @@ See also rndc addzone and rndc modzone.
-dnstap-reopendnstap ( -reopen | -roll [number] )
- Close and re-open DNSTAP output files. This allows the files
- to be renamed externally then to be re-opened.
+ Close and re-open DNSTAP output files.
+ rndc dnstap -reopen allows the output
+ file to be renamed externally, then re-opened.
+ rndc dnstap -roll causes the output file
+ to be rolled automatically, similar to log files; the most
+ recent output file has ".0" appended to its name; the
+ previous most recent output file is moved to ".1", and so on.
+ If number is specified, then the
+ number of backup log files is limited to that number.
dumpdb [-all|-cache|-zone|-adb|-bad|-fail] [view ...]@@ -458,13 +465,13 @@
recursing
- Dump the list of queries named is currently
- recursing on, and the list of domains to which iterative
- queries are currently being sent. (The second list includes
- the number of fetches currently active for the given domain,
- and how many have been passed or dropped because of the
- fetches-per-zone option.)
-
fetches-per-zone option.)
+
refresh zone [class [view]]Schedule zone maintenance for the given zone. diff --git a/doc/arm/Bv9ARM.ch01.html b/doc/arm/Bv9ARM.ch01.html index 07b044b626..83cfa8d204 100644 --- a/doc/arm/Bv9ARM.ch01.html +++ b/doc/arm/Bv9ARM.ch01.html @@ -555,6 +555,6 @@ -
BIND 9.11.0b1
+BIND 9.11.0b2