]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] fix typos
authorEvan Hunt <each@isc.org>
Fri, 21 Feb 2014 03:57:03 +0000 (19:57 -0800)
committerEvan Hunt <each@isc.org>
Fri, 21 Feb 2014 03:57:03 +0000 (19:57 -0800)
CHANGES
doc/arm/Bv9ARM-book.xml

diff --git a/CHANGES b/CHANGES
index 0c0c62dc2bcadce418fac9845635f4d4436b3984..8cfd7f4729e3ac3d25a0ea1b407c26da6318cfb1 100644 (file)
--- a/CHANGES
+++ b/CHANGES
                        been adjusted to improve performance. [RT #35417]
 
 3750.  [experimental]  Partially implement EDNS EXPIRE option as described
-                       in draft-andrews-dnsext-expire-00.  Retrivial of
-                       remaining time to expiry from slave zones is supported.
+                       in draft-andrews-dnsext-expire-00.  Retrievial of
+                       the remaining time until expiry for slave zones
+                       is supported.
 
-                       EXPIRE uses an experimental option code (65002) and
-                       is subject to change. [RT #35416]
+                       EXPIRE uses an experimental option code (65002),
+                       which is subject to change. [RT #35416]
 
 3749.  [func]          "dig +subnet" sends an EDNS client subnet option
                        containing the specified address/prefix when
@@ -49,9 +50,9 @@
                        spoofed responses and for servers to identify
                        legitimate clients.
 
-                       SIT uses an experimental EDNS option code (65001).
-                       [This will be changed to a IANA assigned value if
-                        the experiment is deemed a success.]
+                       SIT uses an experimental EDNS option code (65001),
+                       which will be changed to an an IANA-assigned value
+                       if the experiment is deemed a success.
 
                        SIT can be enabled via "configure --enable-sit" (or
                        --enable-developer). It is enabled by default in
index d6767711ceb34f9746d4f5856de67f4a390b29f8..4f2844e0ebfd6351bd7e7da0aa5b6db2cf0b467f 100644 (file)
@@ -6264,12 +6264,12 @@ options {
                If <userinput>yes</userinput>, then a SIT (Source Identity
                Token) EDNS option is sent along with the query.  If the
                 resolver has previously talked to the server, the SIT
-                returned in the previous transaction is sent.  This
+                returned in the previous transaction is sent. This
                 is used by the server to determine whether the resolver
-                has talked to it before.  A resolver sending the corret
+                has talked to it before. A resolver sending the correct
                 SIT is assumed not to be an off-path attacker sending a
                 spoofed-source query; the query is therefore unlikely to
-                be part of a reflection/amplification attack: resolvers
+                be part of a reflection/amplification attack, so resolvers
                 sending a correct SIT option are not subject to response
                 rate limiting (RRL).  Resolvers which do not send a correct
                 SIT option may be limited to receiving smaller responses
@@ -6282,7 +6282,7 @@ options {
              <para>
                If set, this is a shared secret used for generating and
                verifying Source Identity Token EDNS options within a
-               anycast cluster.  If not set the system will generation
+               anycast cluster.  If not set the system will generate
                a random secret at startup.
              </para>
            </varlistentry>
@@ -10386,7 +10386,7 @@ rate-limit {
 
          <para>
            The <command>nosit-udp-size</command> option sets the
-           maximum size of udp responses that will be sent to
+           maximum size of UDP responses that will be sent to
            queries without a valid source identity token.  The command
            <command>max-udp-size</command> option may further limit
            the response size.