From: Mukund Sivaraman Date: Mon, 13 Jun 2016 10:39:34 +0000 (+0530) Subject: Use absolute names in catalog zone examples X-Git-Tag: v9.11.0b1~65 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f163503bce9e2a19716284d46dc307e235abe908;p=thirdparty%2Fbind9.git Use absolute names in catalog zone examples --- diff --git a/doc/arm/catz.xml b/doc/arm/catz.xml index ea901f4ddd6..30b1c4a99e7 100644 --- a/doc/arm/catz.xml +++ b/doc/arm/catz.xml @@ -197,8 +197,8 @@ version.catalog.example. IN TXT "1" -masters.catalog.example IN A 192.0.2.1 -masters.catalog.example IN AAAA 2001:db8::1 +masters.catalog.example. IN A 192.0.2.1 +masters.catalog.example. IN AAAA 2001:db8::1 (Note that if more than one server is defined, the order in which @@ -218,7 +218,7 @@ masters.catalog.example IN AAAA 2001:db8::1 zone domain.example: -5960775ba382e7a4e09263fc06e7c00569b6a05c.zones.catalog.example IN PTR domain.example. +5960775ba382e7a4e09263fc06e7c00569b6a05c.zones.catalog.example. IN PTR domain.example. The hash is necessary to identify options for a specific member @@ -226,8 +226,8 @@ masters.catalog.example IN AAAA 2001:db8::1 global options, but in the member zone subdomain: -masters.5960775ba382e7a4e09263fc06e7c00569b6a05c.zones.catalog.example IN A 192.0.2.2 -masters.5960775ba382e7a4e09263fc06e7c00569b6a05c.zones.catalog.example IN AAAA 2001:db8::2 +masters.5960775ba382e7a4e09263fc06e7c00569b6a05c.zones.catalog.example. IN A 192.0.2.2 +masters.5960775ba382e7a4e09263fc06e7c00569b6a05c.zones.catalog.example. IN AAAA 2001:db8::2 As would be expected, options defined for a specific zone override