From: Mark Andrews Date: Fri, 17 May 2002 02:07:36 +0000 (+0000) Subject: remove braces from match-recursive-only definition. X-Git-Tag: v9.0.1^2~8361 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=89cb763b0cc2532487da5c97e43c3b4fc2ac859e;p=thirdparty%2Fbind9.git remove braces from match-recursive-only definition. --- diff --git a/doc/arm/Bv9ARM-book.xml b/doc/arm/Bv9ARM-book.xml index 344587f1f46..6ccfe8cc5d4 100644 --- a/doc/arm/Bv9ARM-book.xml +++ b/doc/arm/Bv9ARM-book.xml @@ -2,7 +2,7 @@ - + BIND 9 Administrator Reference Manual @@ -4377,7 +4377,7 @@ key data. class { match-clients { address_match_list } ; match-destinations { address_match_list } ; - match-recursive-only { yes_or_no } ; + match-recursive-only yes_or_no ; view_option; ... zone_statement; ... };