diff --git a/doc/arm/Bv9ARM.6.html b/doc/arm/Bv9ARM.6.html index d38394114b..35b0331062 100644 --- a/doc/arm/Bv9ARM.6.html +++ b/doc/arm/Bv9ARM.6.html @@ -16,7 +16,7 @@ - SOFTWARE. --> - + @@ -3886,7 +3886,7 @@ view

  view view name {
-      match_clients { address_match_list } ; 
+      match-clients { address_match_list } ; 
       [view_option; ...]
       [zone_statement; ...]]
 };
@@ -3964,18 +3964,7 @@ zone
  statements must occur inside 
 view
  statements.

-

- - -A -zone - statement of type -hint - for the root zone (` -. -') does not strictly define a zone. Therefore, it should not be included in a -view - statement.

+

diff --git a/doc/arm/Bv9ARM.txt b/doc/arm/Bv9ARM.txt index 884c776151..dfb62a15e7 100644 --- a/doc/arm/Bv9ARM.txt +++ b/doc/arm/Bv9ARM.txt @@ -734,9 +734,7 @@ The key{} statement has two clauses: algorithm and secret. While the configuration parser will accept any string as the argument to algorithm, currently only the string "hmac-md5" has any meaning. The secret is a base-64 encoded string, typically generated with either dnssec-keygen or -mmencode. The parser will happily accept an invalid base-64 string, but it -will never work with the server because the server validates the -base-64 of the secret for itself when loading its own configuration file. +mmencode. The server{} statement uses the key clause to associate a key{}-defined key with a server. The argument to the server{} statement is a host name or @@ -2920,7 +2918,7 @@ representation of the key data. 6.2.17 view Statement Grammar view view name { - match_clients { address_match_list } ; + match-clients { address_match_list } ; [view_option; ...] [zone_statement; ...]] }; @@ -2958,9 +2956,6 @@ statements specified on the top level of the configuration file are considered to be part of this default view. If any explicit view statements are present, all zone statements must occur inside view statements. -A zone statement of type hint for the root zone ('.') does not strictly -define a zone. Therefore, it should not be included in a view statement. - Here is an example of a typical split DNS setup implemented using view statements.