]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remove synatx errors from example
authorMark Andrews <marka@isc.org>
Tue, 3 Nov 2009 14:02:20 +0000 (14:02 +0000)
committerMark Andrews <marka@isc.org>
Tue, 3 Nov 2009 14:02:20 +0000 (14:02 +0000)
FAQ.xml

diff --git a/FAQ.xml b/FAQ.xml
index ea51916599a758495220910ddfab27f55dd734c1..258bc8a9035399955b6d9f1dcccfbbb81a29c0d3 100644 (file)
--- a/FAQ.xml
+++ b/FAQ.xml
@@ -17,7 +17,7 @@
  - PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- $Id: FAQ.xml,v 1.51 2009/10/05 01:49:59 each Exp $ -->
+<!-- $Id: FAQ.xml,v 1.52 2009/11/03 14:02:20 marka Exp $ -->
 
 <article class="faq">
   <title>Frequently Asked Questions about BIND 9</title>
@@ -448,7 +448,7 @@ Master 10.0.1.1:
                        type master;
                        file "internal/example.db";
                        allow-update { key mykey; };
-                       notify-also { 10.0.1.1; };
+                       also-notify { 10.0.1.1; };
                };
        };
 
@@ -458,7 +458,7 @@ Master 10.0.1.1:
                        type slave;
                        file "external/example.db";
                        masters { 10.0.1.1; };
-                       transfer-source { 10.0.1.1; };
+                       transfer-source 10.0.1.1;
                        // allow-update-forwarding { any; };
                        // allow-notify { ... };
                };