mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-01 21:10:55 -05:00
Few grammar fixes already done in HEAD.
Spelling fix already also done in HEAD and reported in RT #19935. (This is v9_4.)
This commit is contained in:
parent
da2b2618ab
commit
12cd61e974
1 changed files with 6 additions and 6 deletions
|
|
@ -18,7 +18,7 @@
|
|||
- PERFORMANCE OF THIS SOFTWARE.
|
||||
-->
|
||||
|
||||
<!-- File: $Id: Bv9ARM-book.xml,v 1.241.18.109 2009/06/02 06:04:40 marka Exp $ -->
|
||||
<!-- File: $Id: Bv9ARM-book.xml,v 1.241.18.110 2009/07/14 17:57:25 jreed Exp $ -->
|
||||
<book xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<title>BIND 9 Administrator Reference Manual</title>
|
||||
|
||||
|
|
@ -2449,7 +2449,7 @@ allow-update { key host1-host2. ;};
|
|||
|
||||
<para>
|
||||
After DNSSEC gets established, a typical DNSSEC configuration
|
||||
will look something like the following. It has a one or
|
||||
will look something like the following. It has one or
|
||||
more public keys for the root. This allows answers from
|
||||
outside the organization to be validated. It will also
|
||||
have several keys for parts of the namespace the organization
|
||||
|
|
@ -7353,7 +7353,7 @@ avoid-v6-udp-ports { 40000; range 50000 60000; };
|
|||
<listitem>
|
||||
<para>These set the
|
||||
initial value (minimum) and maximum number of recursive
|
||||
simultanious clients for any given query
|
||||
simultaneous clients for any given query
|
||||
(<qname,qtype,qclass>) that the server will accept
|
||||
before dropping additional clients. <command>named</command> will attempt to
|
||||
self tune this value and changes will be logged. The
|
||||
|
|
@ -7491,7 +7491,7 @@ avoid-v6-udp-ports { 40000; range 50000 60000; };
|
|||
<para>
|
||||
Named will attempt to determine if a built-in zone already exists
|
||||
or is active (covered by a forward-only forwarding declaration)
|
||||
and will not create a empty zone in that case.
|
||||
and will not create an empty zone in that case.
|
||||
</para>
|
||||
<para>
|
||||
The current list of empty zones is:
|
||||
|
|
@ -7719,7 +7719,7 @@ XXX: end of RFC1918 addresses #defined out -->
|
|||
<entry colname="2">
|
||||
<para>
|
||||
The number of queries which the server attempted to
|
||||
recurse but discover a existing query with the same
|
||||
recurse but discover an existing query with the same
|
||||
IP address, port, query id, name, type and class
|
||||
already being processed.
|
||||
</para>
|
||||
|
|
@ -7732,7 +7732,7 @@ XXX: end of RFC1918 addresses #defined out -->
|
|||
<entry colname="2">
|
||||
<para>
|
||||
The number of queries for which the server
|
||||
discovered a excessive number of existing
|
||||
discovered an excessive number of existing
|
||||
recursive queries for the same name, type and
|
||||
class and were subsequently dropped.
|
||||
</para>
|
||||
|
|
|
|||
Loading…
Reference in a new issue