]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
pullup:
authorAndreas Gustafsson <source@isc.org>
Mon, 9 Apr 2001 20:42:55 +0000 (20:42 +0000)
committerAndreas Gustafsson <source@isc.org>
Mon, 9 Apr 2001 20:42:55 +0000 (20:42 +0000)
There were no curly braces around address_match_list and key_list in the
controls statement grammar.

doc/arm/Bv9ARM-book.xml

index a7b1fafd47c923e967245130a17c2e97146ea699..93c75ce3aac942ce8a569e23bba87f5a987cf556 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.72.2.15 2001/03/19 20:26:20 gson Exp $ -->
+<!-- File: $Id: Bv9ARM-book.xml,v 1.72.2.16 2001/04/09 20:42:55 gson Exp $ -->
 
 <book>
 
@@ -2050,8 +2050,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>