From: Mark Andrews Date: Tue, 24 Apr 2007 01:54:36 +0000 (+0000) Subject: minor cleanups X-Git-Tag: v9.5.0a4~16 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=bf3370abb20f999870d67d4f6d7e7cbac42396d2;p=thirdparty%2Fbind9.git minor cleanups --- diff --git a/doc/arm/Bv9ARM-book.xml b/doc/arm/Bv9ARM-book.xml index 01cff286ec6..1a3fe018b7a 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 @@ -4454,7 +4454,7 @@ category notify { null; }; port ( ip_port | * ) | address ( ip6_addr | * ) port ( ip_port | * ) ) ; - use-queryport-pool yse_or_no; + use-queryport-pool yes_or_no; queryport-pool-ports number; queryport-pool-interval number; max-transfer-time-in number; @@ -4632,7 +4632,7 @@ category notify { null; }; should be the server's domain name, or an otherwise non-existent subdomain like "_tkey.domainname". If you are - using GSS-TSIG, this variable must be defined + using GSS-TSIG, this variable must be defined. @@ -5919,7 +5919,7 @@ options { Specifies which local addresses can give answers from the cache. If not specified, the default is - to allow cache queries on any address. + to allow cache queries on any address, localnets and localhost. @@ -6146,10 +6146,10 @@ listen-on-v6 port 1234 { !2001:db8::/32; any; }; a wildcard IP address (INADDR_ANY) will be used. If port is * or is omitted, - a pool of random unprivileged port will be used. See + a pool of random unprivileged ports will be used. See the use-queryport-pool, queryport-pool-ports and - queryport-pool-updateinterval for how the pool + queryport-pool-updateinterval options below for how the pool is configured. The avoid-v4-udp-ports and avoid-v6-udp-ports options can be used @@ -7768,10 +7768,10 @@ query-source-v6 address * port *; notify-source-v6 (ip6_addr | *) port ip_port ; query-source address ( ip_addr | * ) port ( ip_port | * ) ; query-source-v6 address ( ip_addr | * ) port ( ip_port | * ) ; -}; - use-queryport-pool yse_or_no; + use-queryport-pool yes_or_no; queryport-pool-ports number; queryport-pool-interval number; +}; @@ -9095,7 +9095,7 @@ zone zone_name classidentity field must - contain a fully qualified domain name. + contain a fully-qualified domain name. @@ -9209,7 +9209,7 @@ zone zone_name class In all cases, the name field must - specify a fully qualified domain name. + specify a fully-qualified domain name.