]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix typo in $GENERATE example.
authorJeremy Reed <jreed@isc.org>
Fri, 14 Mar 2008 14:37:32 +0000 (14:37 +0000)
committerJeremy Reed <jreed@isc.org>
Fri, 14 Mar 2008 14:37:32 +0000 (14:37 +0000)
doc/arm/Bv9ARM-book.xml

index 91f33a1dfa20842f8cac57ccc2bb8cd598d282a4..d8e69ea83374eabadce71add6dd622e33503f0d3 100644 (file)
@@ -18,7 +18,7 @@
  - PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- File: $Id: Bv9ARM-book.xml,v 1.241.18.84 2008/01/18 23:46:01 tbox Exp $ -->
+<!-- File: $Id: Bv9ARM-book.xml,v 1.241.18.85 2008/03/14 14:37:32 jreed Exp $ -->
 <book xmlns:xi="http://www.w3.org/2001/XInclude">
   <title>BIND 9 Administrator Reference Manual</title>
 
@@ -10443,7 +10443,7 @@ $GENERATE 1-127 $ CNAME $.0</programlisting>
             is equivalent to
           </para>
 
-<programlisting>0.0.0.192.IN-ADDR.ARPA NS SERVER1.EXAMPLE.
+<programlisting>0.0.0.192.IN-ADDR.ARPA. NS SERVER1.EXAMPLE.
 0.0.0.192.IN-ADDR.ARPA. NS SERVER2.EXAMPLE.
 1.0.0.192.IN-ADDR.ARPA. CNAME 1.0.0.0.192.IN-ADDR.ARPA.
 2.0.0.192.IN-ADDR.ARPA. CNAME 2.0.0.0.192.IN-ADDR.ARPA.