]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remove braces from match-recursive-only definition.
authorMark Andrews <marka@isc.org>
Fri, 17 May 2002 02:07:36 +0000 (02:07 +0000)
committerMark Andrews <marka@isc.org>
Fri, 17 May 2002 02:07:36 +0000 (02:07 +0000)
doc/arm/Bv9ARM-book.xml

index 344587f1f46278edfe6e60acb2de0f05bf8e2e69..6ccfe8cc5d44e9fd452c81a093e9b2f93b304136 100644 (file)
@@ -2,7 +2,7 @@
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.0//EN"
                "http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd">
 
-<!-- File: $Id: Bv9ARM-book.xml,v 1.199 2002/05/02 23:27:40 marka Exp $ -->
+<!-- File: $Id: Bv9ARM-book.xml,v 1.200 2002/05/17 02:07:36 marka Exp $ -->
 
 <book>
 <title>BIND 9 Administrator Reference Manual</title>
@@ -4377,7 +4377,7 @@ key data.</para></sect2>
       <optional><replaceable>class</replaceable></optional> {
       match-clients { <replaceable>address_match_list</replaceable> } ;
       match-destinations { <replaceable>address_match_list</replaceable> } ;
-      match-recursive-only { <replaceable>yes_or_no</replaceable> } ;
+      match-recursive-only <replaceable>yes_or_no</replaceable> ;
       <optional> <replaceable>view_option</replaceable>; ...</optional>
       <optional> <replaceable>zone_statement</replaceable>; ...</optional>
 };