diff --git a/doc/arm/Bv9ARM-book.xml b/doc/arm/Bv9ARM-book.xml
index 2a5eda58cc..69a93d9973 100644
--- a/doc/arm/Bv9ARM-book.xml
+++ b/doc/arm/Bv9ARM-book.xml
@@ -518,9 +518,9 @@ of the time:
slave will check to see that its version of the zone is the
current version and, if not, initiate a transfer. DNS
Notify is fully documented in RFC 1996. See also the description
- of the zone option also-notify, also-notify, see . For more information about
- notify, notify, see .
@@ -847,7 +847,7 @@ reload the database.
The incremental zone transfer (IXFR) protocol is a way for
slave servers to transfer only changed data, instead of having to
transfer the entire zone. The IXFR protocol is documented in RFC
- 1995.
+ 1995. See When acting as a master, BIND 9 supports IXFR for those zones
where the necessary change history information is available. These
@@ -947,7 +947,7 @@ internal clients will now be able to:Here is an example configuration for the setup we just
described above. Note that this is only configuration information;
- for information on how to configure your zone files, Internal DNS server config:
@@ -1057,7 +1057,7 @@ for TSIG.
TSIG might be most useful for dynamic update. A primary
server for a dynamic zone should use access control to control
updates, but IP-based access control is insufficient. Key-based
- access control is far superior, . The nsupdate
program supports TSIG via the and
command line options.
@@ -1141,8 +1141,8 @@ allow-update { key host1-host2. ;};
This allows dynamic updates to succeed only if the request
was signed by a key named
- "host1-host2.".The more
- powerful update-policy statement host1-host2.".You may want to read about the more
+ powerful update-policy statement in .
@@ -1399,7 +1399,7 @@ allow-update { key host1-host2. ;};
BIND 9 includes a new lightweight resolver library and
resolver daemon which new applications may choose to use to avoid
- the complexities of A6 chain following and bitstring labels,.
@@ -1643,7 +1643,7 @@ defined by the acl statement.
address_match_list
-A list of one or more ip_addr, ip_prefix, key_id, or acl_name elements,
+A list of one or more ip_addr, ip_prefix, key_id, or acl_name elements, see
.
@@ -2049,7 +2049,7 @@ Usage
key Statement Definition and UsageThe key statement defines a shared
- secret key for use with TSIG, .
+ secret key for use with TSIG, see .
The key_id, also known as the
key name, is a domain name uniquely identifying the key. It can
@@ -2341,7 +2341,7 @@ lookups performed on behalf of clients by a caching name server.options Statement Grammar
- This is the grammar of the option
+ This is the grammar of the options
statement in the named.conf file:options {
version version_string;
@@ -2368,8 +2368,7 @@ lookups performed on behalf of clients by a caching name server. maintain-ixfr-base yes_or_no; forward ( only | first ); forwarders { in_addr ; in_addr ; ... };
- check-names ( master | slave |
-response )( warn | fail | ignore );
+ check-names ( master | slave | response )( warn | fail | ignore ); allow-query { address_match_list }; allow-transfer { address_match_list }; allow-recursion { address_match_list };
@@ -2605,7 +2604,7 @@ in dynamic updates.
notifyIf yes (the default),
DNS NOTIFY messages are sent when a zone the server is authoritative for
-changes, .
+changes, see .
The notify option may also be specified in the zone statement,
in which case it overrides the options notify statement.
It would only be necessary to turn off this option if it caused slaves
@@ -2698,7 +2697,7 @@ for forwarding. The default is the empty list (no forwarding).
for the global forwarding options to be overridden in a variety
of ways. You can set particular domains to use different forwarders,
or have a different forward only/first behavior,
-or not forward at all, .
+or not forward at all, see .
Name CheckingThe server can check domain names based upon their expected
client contexts. For example, a domain name used as a hostname can
@@ -2745,7 +2744,7 @@ specified because it can be deduced from the zone type.Name checking is not yet implemented in BIND 9.Access ControlAccess to the server can be restricted based on the IP address
-of the requesting system. for
+of the requesting system. See for
details on how to specify IP address lists.
@@ -3612,11 +3611,11 @@ in the mid-1970s. Zone data for it can be specified with the CHAOS
allow-querySee the description of
-allow-query
+allow-query in allow-transfer
- See the description of allow-transfer.
+ See the description of allow-transfer in .allow-update
@@ -3699,12 +3698,12 @@ zone file.
max-transfer-time-outSee the description of
-max-transfer-time-out under .
+max-transfer-time-out under .
max-transfer-idle-outSee the description of
-max-transfer-idle-out under .
+max-transfer-idle-out under .
notify
diff --git a/doc/arm/README-SGML b/doc/arm/README-SGML
index 9306c74d40..715a4a69a4 100644
--- a/doc/arm/README-SGML
+++ b/doc/arm/README-SGML
@@ -112,6 +112,14 @@ jade -d /usr/local/share/sgml/docbook/dsssl/modular/print/docbook.dsl \
-v /usr/local/share/sgml/docbook/dsssl/modular/dtds/decls/xml.dcl \
Bv9ARM-book.xml
+To convert the resulting TeX file in to a DVI file you need to do:
+
+ tex "&jadetex" Bv9ARM-book.tex
+
+You will need to up both the "pool_size" and "hash_extra" variables in
+your texmf.cnf file and regenerate them. Stay tuned for instructions
+here.
+
You can see that I am using a DSSSL style sheet for DocBook. Actually
two different ones - one for rendering html, and one for 'print'
media.