]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
There were no curly braces around address_match_list and key_list in the
authorBob Halley <source@isc.org>
Fri, 30 Mar 2001 18:15:45 +0000 (18:15 +0000)
committerBob Halley <source@isc.org>
Fri, 30 Mar 2001 18:15:45 +0000 (18:15 +0000)
controls statement grammar.

doc/arm/Bv9ARM-book.xml

index 6194eaa0b72fa1b2e834a67f2fd57355a048b7e2..145d53ee74ca2af39c9513af8a1b6b662a6cd145 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.120 2001/03/28 20:04:21 bwelling Exp $ -->
+<!-- File: $Id: Bv9ARM-book.xml,v 1.121 2001/03/30 18:15:45 halley Exp $ -->
 
 <book>
 <title>BIND 9 Administrator Reference Manual</title>
@@ -2099,8 +2099,8 @@ the system has an interface.</para></entry>
     <sect2>
       <title><command>controls</command> Statement Grammar</title>
 <programlisting><command>controls</command> {
-   inet ( ip_addr | * ) <optional> port ip_port </optional> allow <replaceable> address_match_list </replaceable>
-                keys <replaceable> key_list </replaceable>;
+   inet ( ip_addr | * ) <optional> port ip_port </optional> allow { <replaceable> address_match_list </replaceable> }
+                keys { <replaceable> key_list </replaceable> };
    <optional> inet ...; </optional>
 };
 </programlisting>