]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Remove ORG
authorMark Andrews <marka@isc.org>
Tue, 23 Sep 2003 07:11:40 +0000 (07:11 +0000)
committerMark Andrews <marka@isc.org>
Tue, 23 Sep 2003 07:11:40 +0000 (07:11 +0000)
CHANGES
doc/arm/Bv9ARM-book.xml

diff --git a/CHANGES b/CHANGES
index baca52fb324832c862601f144f4fa63d740e6e78..e3b334d6e413a082adb955583fbe7ac5f8b475ae 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,4 @@
-1513.  [doc]           Add "US" and "ORG" to root-delgation-only exclude list.
+1513.  [doc]           Add "US" to root-delgation-only exclude list.
 
 1512.  [bug]           Extend the delegation-only logging to return query
                        type, class and responding nameserver.
index 429b2a6213a8bfccc4921857bf3c80b282c4e6a5..3d2f903525945d9285cc1e2962157c40dec25483 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.228 2003/09/23 05:31:38 marka Exp $ -->
+<!-- File: $Id: Bv9ARM-book.xml,v 1.229 2003/09/23 07:11:40 marka Exp $ -->
 
 <book>
 <title>BIND 9 Administrator Reference Manual</title>
@@ -2942,11 +2942,11 @@ Turn on enforcment of delegation-only in TLDs and root zones with an optional
 exclude list.
 </para>
 <para>
-Note some TLDs are NOT delegation only (e.g. "DE", "LV", "US", "ORG" and "MUSEUM").
+Note some TLDs are NOT delegation only (e.g. "DE", "LV", "US" and "MUSEUM").
 </para>
 <programlisting>
 options {
-       root-delegation-only exclude { "de"; "lv"; "us"; "org"; "museum"; };
+       root-delegation-only exclude { "de"; "lv"; "us"; "museum"; };
 };
 </programlisting>
 </listitem></varlistentry>