From dba3c818ae00b10388d31703e86a28415db398ac Mon Sep 17 00:00:00 2001 From: Tinderbox User Date: Sat, 23 Jun 2012 01:04:31 +0000 Subject: [PATCH] regen master --- bin/check/named-checkzone.8 | 19 +-- bin/check/named-checkzone.html | 40 ++--- bin/dnssec/dnssec-signzone.8 | 27 ++-- bin/dnssec/dnssec-signzone.html | 46 +++--- bin/named/named.conf.5 | 10 +- bin/named/named.conf.html | 38 ++--- doc/arm/Bv9ARM.ch04.html | 96 ++++++------ doc/arm/Bv9ARM.ch06.html | 155 +++++++++++-------- doc/arm/Bv9ARM.ch07.html | 12 +- doc/arm/Bv9ARM.ch08.html | 16 +- doc/arm/Bv9ARM.ch09.html | 218 +++++++++++++-------------- doc/arm/Bv9ARM.html | 96 ++++++------ doc/arm/man.arpaname.html | 6 +- doc/arm/man.ddns-confgen.html | 8 +- doc/arm/man.dig.html | 18 +-- doc/arm/man.dnssec-dsfromkey.html | 14 +- doc/arm/man.dnssec-keyfromlabel.html | 12 +- doc/arm/man.dnssec-keygen.html | 14 +- doc/arm/man.dnssec-revoke.html | 8 +- doc/arm/man.dnssec-settime.html | 12 +- doc/arm/man.dnssec-signzone.html | 44 +++--- doc/arm/man.genrandom.html | 8 +- doc/arm/man.host.html | 8 +- doc/arm/man.isc-hmac-fixup.html | 8 +- doc/arm/man.named-checkconf.html | 10 +- doc/arm/man.named-checkzone.html | 38 ++--- doc/arm/man.named-journalprint.html | 6 +- doc/arm/man.named.html | 14 +- doc/arm/man.nsec3hash.html | 8 +- doc/arm/man.nsupdate.html | 12 +- doc/arm/man.rndc-confgen.html | 10 +- doc/arm/man.rndc.conf.html | 10 +- doc/arm/man.rndc.html | 10 +- 33 files changed, 542 insertions(+), 509 deletions(-) diff --git a/bin/check/named-checkzone.8 b/bin/check/named-checkzone.8 index 664f6d2b88..88d41a66cc 100644 --- a/bin/check/named-checkzone.8 +++ b/bin/check/named-checkzone.8 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2004-2007, 2009-2011 Internet Systems Consortium, Inc. ("ISC") +.\" Copyright (C) 2004-2007, 2009-2012 Internet Systems Consortium, Inc. ("ISC") .\" Copyright (C) 2000-2002 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and/or distribute this software for any @@ -133,8 +133,9 @@ disables the checks. .RS 4 Specify the format of the zone file. Possible formats are \fB"text"\fR -(default) and -\fB"raw"\fR. +(default), +\fB"raw"\fR, and +\fB"fast"\fR. .RE .PP \-F \fIformat\fR @@ -144,14 +145,14 @@ Specify the format of the output file specified. For .sp Possible formats are \fB"text"\fR -(default) and -\fB"raw"\fR -or +(default), which is the standard textual representation of the zone, and +\fB"fast"\fR, +\fB"raw"\fR, and \fB"raw=N"\fR, which store the zone in a binary format for rapid loading by \fBnamed\fR. \fB"raw=N"\fR specifies the format version of the raw zone file: if N is 0, the raw file can be read by any version of -\fBnamed\fR; if N is 1, the file can be read by release 9.9.0 or higher. The default is 1. +\fBnamed\fR; if N is 1, the file can be read by release 9.9.0 or higher; the default is 1. .RE .PP \-k \fImode\fR @@ -170,7 +171,7 @@ checks with the specified failure mode. Possible modes are .PP \-L \fIserial\fR .RS 4 -When compiling a zone to 'raw' format, set the "source serial" value in the header to the specified serial number. (This is expected to be used primarily for testing purposes.) +When compiling a zone to "raw" or "fast" format, set the "source serial" value in the header to the specified serial number. (This is expected to be used primarily for testing purposes.) .RE .PP \-m \fImode\fR @@ -294,7 +295,7 @@ BIND 9 Administrator Reference Manual. .PP Internet Systems Consortium .SH "COPYRIGHT" -Copyright \(co 2004\-2007, 2009\-2011 Internet Systems Consortium, Inc. ("ISC") +Copyright \(co 2004\-2007, 2009\-2012 Internet Systems Consortium, Inc. ("ISC") .br Copyright \(co 2000\-2002 Internet Software Consortium. .br diff --git a/bin/check/named-checkzone.html b/bin/check/named-checkzone.html index a1344aa32c..f4e3502169 100644 --- a/bin/check/named-checkzone.html +++ b/bin/check/named-checkzone.html @@ -1,5 +1,5 @@