diff --git a/doc/arm/Bv9ARM-book.xml b/doc/arm/Bv9ARM-book.xml
index 22e1230109..da6b76687d 100644
--- a/doc/arm/Bv9ARM-book.xml
+++ b/doc/arm/Bv9ARM-book.xml
@@ -11313,50 +11313,24 @@ zone zone_name class"*. IN A 100.100.100.2"
+ and
+ "*. IN AAAA 2001:ffff:ffff::100.100.100.2".
-
-zone "." {
- type redirect;
- file "redirect.db";
-};
-
-
- ...with the zone file
- redirect.db containing the
- following:
-
-
-$TTL 300
-@ IN SOA ns.example.net hostmaster.example.net 0 0 0 0 0
-@ IN NS ns.example.net
-;
-; NS records do not need address records in this zone as it is not in the
-; normal namespace.
-;
-*. IN A 100.100.100.2
-*. IN AAAA 2001:ffff:ffff::100.100.100.2
-
To redirect all Spanish names (under .ES) one
- would use entries like these:
+ would use similar entries but with the names
+ "*.ES." instead of "*.". To redirect all
+ commercial Spanish names (under COM.ES) one
+ would use wildcard entries called "*.COM.ES.".
-
-*.ES. IN A 100.100.100.3
-*.ES. IN AAAA 2001:ffff:ffff::100.100.100.3
-
-
- And to redirect all commercial Spanish names
- (under COM.ES) one would use entries like these:
-
-
-*.COM.ES. IN A 100.100.100.4
-*.COM.ES. IN AAAA 2001:ffff:ffff::100.100.100.4
-
Note that the redirect zone supports all
possible types; it is not limited to A and
- AAAA record.
+ AAAA records.