From 5ab25a0ab8317e23d9aa1a7ee2bfecc3ae159b7d Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Tue, 2 Oct 2001 20:43:33 +0000 Subject: [PATCH] listing the zone-statistics option as a view option without listing any other options of a similar nature is inconsistent and confusing --- doc/arm/Bv9ARM-book.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/arm/Bv9ARM-book.xml b/doc/arm/Bv9ARM-book.xml index 50837256f5..2deda043f8 100644 --- a/doc/arm/Bv9ARM-book.xml +++ b/doc/arm/Bv9ARM-book.xml @@ -2,7 +2,7 @@ - + BIND 9 Administrator Reference Manual @@ -4133,13 +4133,14 @@ DNSSEC validation on all DNS data in subdomains of a security root. multiple key entries, each consisting of the key's domain name, flags, protocol, algorithm, and the base-64 representation of the key data. + <command>view</command> Statement Grammar -view view_name class { +view view_name + class { match-clients { address_match_list } ; match-destinations { address_match_list } ; match-recursive-only { yes_or_no } ; view_option; ... - zone-statistics yes_or_no ; zone_statement; ... };