diff --git a/doc/arm/Bv9ARM-book.xml b/doc/arm/Bv9ARM-book.xml index 80cfd85331..550e24249c 100644 --- a/doc/arm/Bv9ARM-book.xml +++ b/doc/arm/Bv9ARM-book.xml @@ -18,7 +18,7 @@ - PERFORMANCE OF THIS SOFTWARE. --> - + BIND 9 Administrator Reference Manual @@ -1097,7 +1097,7 @@ zone "eng.example.com" { command command - command + The command is one of the following: @@ -1263,7 +1263,7 @@ zone "eng.example.com" { made through dynamic update or IXFR are first saved to the master files of the updated zones. If -p is specified named's process id is returned. - This allows a external process to determine when named + This allows an external process to determine when named had completed stopping. @@ -1278,7 +1278,7 @@ zone "eng.example.com" { the master files, but will be rolled forward from the journal files when the server is restarted. If -p is specified named's process id is returned. - This allows a external process to determine when named + This allows an external process to determine when named had completed halting. @@ -1599,7 +1599,7 @@ controls { - As slave zone can also be a master to other slaves, named, + As a slave zone can also be a master to other slaves, named, by default, sends NOTIFY messages for every zone it loads. Specifying notify master-only; will cause named to only send NOTIFY for master @@ -1880,7 +1880,7 @@ controls { 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, see + for information on how to configure your zone files, see . @@ -2170,7 +2170,7 @@ allow-update { key host1-host2. ;}; The processing of TSIG signed messages can result in several errors. If a signed message is sent to a non-TSIG aware - server, a FORMERR will be returned, since the server will not + server, a FORMERR (format error) will be returned, since the server will not understand the record. This is a result of misconfiguration, since the server must be explicitly configured to send a TSIG signed message to a specific server. @@ -2187,7 +2187,7 @@ allow-update { key host1-host2. ;}; the TSIG extended error code set to BADTIME, and the time values will be adjusted so that the response can be successfully verified. In any of these cases, the message's rcode is set to - NOTAUTH. + NOTAUTH (not authoritative). @@ -2287,7 +2287,7 @@ allow-update { key host1-host2. ;}; There must also be communication with the administrators of the parent and/or child zone to transmit keys. A zone's security status must be indicated by the parent zone for a DNSSEC capable - resolver to trust its data. This is done through the presense + resolver to trust its data. This is done through the presence or absence of a DS record at the delegation point. @@ -2421,13 +2421,13 @@ allow-update { key host1-host2. ;}; To enable named to validate answers from other servers both dnssec-enable and dnssec-validate must be set and some - some trusted-keys must be configured + trusted-keys must be configured into named.conf. trusted-keys are copies of DNSKEY RRs - for zones that are used to form the first link the the + for zones that are used to form the first link in the cryptographic chain of trust. All keys listed in trusted-keys (and corresponding zones) are deemed to exist and only the listed keys will be used @@ -2497,7 +2497,7 @@ options { - None of the keys listed in this example are valid. In particular + None of the keys listed in this example are valid. In particular, the root key is not valid. @@ -3125,7 +3125,7 @@ $ORIGIN 0.0.0.0.0.0.0.0.8.b.d.0.1.0.0.2.ip6.arpa. Definition and Usage - Comments may appear anywhere that whitespace may appear in + Comments may appear anywhere that white space may appear in a BIND configuration file. @@ -3278,7 +3278,7 @@ $ORIGIN 0.0.0.0.0.0.0.0.8.b.d.0.1.0.0.2.ip6.arpa. configures named to - also act as a light weight resolver daemon (lwresd). + also act as a light-weight resolver daemon (lwresd). @@ -3474,7 +3474,7 @@ $ORIGIN 0.0.0.0.0.0.0.0.8.b.d.0.1.0.0.2.ip6.arpa. An inet control channel is a TCP socket listening at the specified ip_port on the specified ip_addr, which can be an IPv4 or IPv6 - address. An ip_addr of * is + address. An ip_addr of * (asterisk) is interpreted as the IPv4 wildcard address; connections will be accepted on any of the system's IPv4 addresses. To listen on the IPv6 wildcard address, @@ -3485,7 +3485,7 @@ $ORIGIN 0.0.0.0.0.0.0.0.8.b.d.0.1.0.0.2.ip6.arpa. - If no port is specified, port 953 is used. + If no port is specified, port 953 is used. The asterisk "*" cannot be used for ip_port. @@ -3501,7 +3501,7 @@ $ORIGIN 0.0.0.0.0.0.0.0.8.b.d.0.1.0.0.2.ip6.arpa. - An unix control channel is a UNIX domain + A unix control channel is a UNIX domain socket listening at the specified path in the file system. Access to the socket is specified by the perm, owner and group clauses. @@ -3870,7 +3870,7 @@ $ORIGIN 0.0.0.0.0.0.0.0.8.b.d.0.1.0.0.2.ip6.arpa. with the flag followed by a positive integer, or by running rndc trace. The global debug level - can be set to zero, and debugging mode turned off, by running ndc + can be set to zero, and debugging mode turned off, by running rndc notrace. All debugging messages in the server have a debug level, and higher debug levels give more detailed output. Channels that specify a specific debug severity, for example: @@ -4189,7 +4189,7 @@ category notify { null; }; Specify where queries should be logged to. - At startup, specifing the category queries will also + At startup, specifying the category queries will also enable query logging unless querylog option has been specified. @@ -4287,8 +4287,8 @@ category notify { null; }; The lwres statement configures the name - server to also act as a lightweight resolver server, see - . There may be be multiple + server to also act as a lightweight resolver server. (See + .) There may be be multiple lwres statements configuring lightweight resolver servers with different properties. @@ -4721,7 +4721,7 @@ digits" + "tkey-domain". In most cases, root-delegation-only - Turn on enforcement of delegation-only in TLDs and root zones + Turn on enforcement of delegation-only in TLDs (top level domains) and root zones with an optional exclude list. @@ -5086,7 +5086,7 @@ options { When the nameserver exits due receiving SIGTERM, - flush / do not flush any pending zone writes. The default + flush or do not flush any pending zone writes. The default is flush-zones-on-shutdown no. @@ -5542,7 +5542,7 @@ options { the default is ignore. - The rules for legal hostnames / mail domains are derived + The rules for legal hostnames or mail domains are derived from RFC 952 and RFC 821 as modified by RFC 1123. check-names @@ -5741,7 +5741,7 @@ options { dual-stack-servers - Specifies host names / addresses of machines with access to + Specifies host names or addresses of machines with access to both IPv4 and IPv6 transports. If a hostname is used the server must be able to resolve the name using only the transport it has. If the @@ -6358,7 +6358,7 @@ query-source-v6 address * port *; server's masters zone clause or in an allow-notify clause. This statement sets the notify-source - for all zones, but can be overridden on a per-zone / + for all zones, but can be overridden on a per-zone or per-view basis by including a notify-source statement within the zone or @@ -6515,7 +6515,7 @@ query-source-v6 address * port *; Sets a maximum size for each journal file - (). When the journal file + (see ). When the journal file approaches the specified size, some of the oldest transactions in the journal @@ -7101,7 +7101,7 @@ query-source-v6 address * port *; specified in the named configuration file. This statement sets the masterfile-format for all zones, - but can be overridden on a per-zone / per-view basis + but can be overridden on a per-zone or per-view basis by including a masterfile-format statement within the zone or view block in the configuration @@ -7236,7 +7236,7 @@ query-source-v6 address * port *; These are for zones that should normally be answered locally and which queries should not be sent to the Internet's root servers. The offical servers which cover these namespaces - return NXDOMAIN responses to these queries. In particular + return NXDOMAIN responses to these queries. In particular, these cover the reverse namespace for addresses from RFC 1918 and RFC 3330. They also include the reverse namespace for IPv6 local address (locally assigned), IPv6 link local addresses, the IPv6 @@ -8167,7 +8167,7 @@ zone zone_name classzone_name class - Identifies a mail exchange for the domain. + Identifies a mail exchange for the domain with a 16 bit preference value (lower is better) followed by the host name of the mail exchange. Described in RFC 974, RFC 1035.