2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 06:55:30 +00:00

fix typos or misspellings

This commit is contained in:
Jeremy C. Reed
2014-08-15 10:35:31 -05:00
parent 2f5461d23b
commit 821350367e
12 changed files with 23 additions and 24 deletions

2
README
View File

@@ -141,7 +141,7 @@ BIND 9.10.0
browsers. browsers.
- The statistics channel can now provide data in JSON - The statistics channel can now provide data in JSON
format as well as XML. format as well as XML.
- New stats counters track TCP and UDP queries recieved - New stats counters track TCP and UDP queries received
per zone, and EDNS options received in total. per zone, and EDNS options received in total.
- The internal and export versions of the BIND libraries - The internal and export versions of the BIND libraries
(libisc, libdns, etc) have been unified so that external (libisc, libdns, etc) have been unified so that external

View File

@@ -560,7 +560,7 @@
<para> <para>
Set the DSCP code point to be used when sending the Set the DSCP code point to be used when sending the
query. Valid DSCP code points are in the range query. Valid DSCP code points are in the range
[0..63]. By default no code point is explictly set. [0..63]. By default no code point is explicitly set.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
@@ -856,7 +856,7 @@
<term><option>+[no]subnet=addr/prefix</option></term> <term><option>+[no]subnet=addr/prefix</option></term>
<listitem> <listitem>
<para> <para>
Send an EDNS Client Subnet option with the speciifed Send an EDNS Client Subnet option with the specified
IP address or network prefix. IP address or network prefix.
</para> </para>
</listitem> </listitem>

View File

@@ -150,7 +150,7 @@
<para> <para>
This option is mandatory unless the <option>-f</option> has This option is mandatory unless the <option>-f</option> has
been used to specify a zone file. (If <option>-f</option> has been used to specify a zone file. (If <option>-f</option> has
been specified, this option may still be used; it will overrde been specified, this option may still be used; it will override
the value found in the file.) the value found in the file.)
</para> </para>
</listitem> </listitem>
@@ -179,7 +179,7 @@
been used to specify a zone file, or a default key TTL was been used to specify a zone file, or a default key TTL was
set with the <option>-L</option> to set with the <option>-L</option> to
<command>dnssec-keygen</command>. (If either of those is true, <command>dnssec-keygen</command>. (If either of those is true,
this option may still be used; it will overrde the value found this option may still be used; it will override the value found
in the zone or key file.) in the zone or key file.)
</para> </para>
</listitem> </listitem>

View File

@@ -3,7 +3,7 @@ See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
The data data files in this directory are sample GeoIP databases, The data data files in this directory are sample GeoIP databases,
generated from the corresponding CSV files. Thanks to MaxMind, Inc. generated from the corresponding CSV files. Thanks to MaxMind, Inc.
for assitance with producing these files. for assistance with producing these files.
Unless otherwise noted, the databases only support IPv4: Unless otherwise noted, the databases only support IPv4:
@@ -18,7 +18,7 @@ GeoIPDoain.dat: Domain Name
GeoIPASNum.dat: AS Number GeoIPASNum.dat: AS Number
GeoIPNetSpeed.dat: Net Speed GeoIPNetSpeed.dat: Net Speed
GeoIP.dat can also be egenerated using the open source 'geoip-csv-to-dat' GeoIP.dat can also be generated using the open source 'geoip-csv-to-dat'
utility: utility:
$ geoip-csv-to-dat -i "BIND9 geoip test data v1" -o GeoIP.dat << EOF $ geoip-csv-to-dat -i "BIND9 geoip test data v1" -o GeoIP.dat << EOF

View File

@@ -2905,7 +2905,7 @@ $ORIGIN 0.0.0.0.0.0.0.0.8.b.d.0.1.0.0.2.ip6.arpa.
In most cases, setting a value to 0 does not In most cases, setting a value to 0 does not
literally mean zero; it means "undefined" or literally mean zero; it means "undefined" or
"as big as possible", depending on the context. "as big as possible", depending on the context.
See the expalantions of particular parameters See the explanations of particular parameters
that use <varname>size_spec</varname> that use <varname>size_spec</varname>
for details on how they interpret its use. for details on how they interpret its use.
</para> </para>
@@ -5770,7 +5770,7 @@ options {
restarted (NTA's do not persist across restarts). restarted (NTA's do not persist across restarts).
</para> </para>
<para> <para>
For convienience, TTL-style time unit suffixes can be For convenience, TTL-style time unit suffixes can be
used to specify the NTA lifetime in seconds, minutes used to specify the NTA lifetime in seconds, minutes
or hours. <option>nta-lifetime</option> defaults to or hours. <option>nta-lifetime</option> defaults to
one hour. It cannot exceed one day. one hour. It cannot exceed one day.
@@ -5798,13 +5798,13 @@ options {
the negative trust anchor is allowed to expire early. the negative trust anchor is allowed to expire early.
</para> </para>
<para> <para>
Validity checks can be disabled for an indivdiual Validity checks can be disabled for an individual
NTA by using <command>rndc nta -f</command>, or NTA by using <command>rndc nta -f</command>, or
for all NTA's by setting <option>nta-recheck</option> for all NTA's by setting <option>nta-recheck</option>
to zero. to zero.
</para> </para>
<para> <para>
For convienience, TTL-style time unit suffixes can be For convenience, TTL-style time unit suffixes can be
used to specify the NTA recheck interval in seconds, used to specify the NTA recheck interval in seconds,
minutes or hours. The default is five minutes. minutes or hours. The default is five minutes.
</para> </para>
@@ -7421,7 +7421,7 @@ options {
than matching the case of the records entered in than matching the case of the records entered in
the zone file. This allows responses to exactly the zone file. This allows responses to exactly
match the query, which is required by some clients match the query, which is required by some clients
due to incorrect use of case-sensitive comparisions. due to incorrect use of case-sensitive comparisons.
</para> </para>
<para> <para>
Case-insensitive compression is <emphasis>always</emphasis> Case-insensitive compression is <emphasis>always</emphasis>
@@ -7429,12 +7429,12 @@ options {
the client matches this ACL. the client matches this ACL.
</para> </para>
<para> <para>
There are circusmstances in which <command>named</command> There are circumstances in which <command>named</command>
will not preserve the case of owner names of records: will not preserve the case of owner names of records:
if a zone file defines records of different types with if a zone file defines records of different types with
the same name, but the capitalization of the name is the same name, but the capitalization of the name is
different (e.g., "www.example.com/A" and different (e.g., "www.example.com/A" and
"WWW.EXAMPLE.COM/AAAA"), then all resposnes for that "WWW.EXAMPLE.COM/AAAA"), then all responses for that
name will use the <emphasis>first</emphasis> version name will use the <emphasis>first</emphasis> version
of the name that was used in the zone file. This of the name that was used in the zone file. This
limitation may be addressed in a future release. However, limitation may be addressed in a future release. However,
@@ -10229,7 +10229,7 @@ rate-limit {
is over 1000 <emphasis>and</emphasis> the ratio is over 10), is over 1000 <emphasis>and</emphasis> the ratio is over 10),
the one that appears last in the configuration file is the the one that appears last in the configuration file is the
one chosen. To eliminate any ambiguity, it is recommended one chosen. To eliminate any ambiguity, it is recommended
that under normal circumstnaces, rate limiting bands should that under normal circumstances, rate limiting bands should
be configured using either <command>size</command> or be configured using either <command>size</command> or
<command>ratio</command> parameters, but not both. <command>ratio</command> parameters, but not both.
</para> </para>
@@ -14124,8 +14124,7 @@ view external {
<para> <para>
Each RR can have a TTL as the second Each RR can have a TTL as the second
field in the RR, which will control how long other field in the RR, which will control how long other
servers can cache servers can cache it.
the it.
</para> </para>
</entry> </entry>
</row> </row>

View File

@@ -20,7 +20,7 @@
<sect1 id="dlz-info"> <sect1 id="dlz-info">
<title>DLZ (Dynamically Loadable Zones)</title> <title>DLZ (Dynamically Loadable Zones)</title>
<para> <para>
DLZ (Dynamically Loadable Zones) is an extention to BIND 9 that allows DLZ (Dynamically Loadable Zones) is an extension to BIND 9 that allows
zone data to be retrieved directly from an external database. There is zone data to be retrieved directly from an external database. There is
no required format or schema. DLZ drivers exist for several different no required format or schema. DLZ drivers exist for several different
database backends including PostgreSQL, MySQL, and LDAP and can be database backends including PostgreSQL, MySQL, and LDAP and can be

View File

@@ -270,7 +270,7 @@ $ <userinput>make</userinput>
consists of a single domain name. Example: consists of a single domain name. Example:
<literallayout> <literallayout>
www.example.com www.example.com
mx.examle.net mx.example.net
ns.xxx.example ns.xxx.example
</literallayout> </literallayout>
</listitem> </listitem>

View File

@@ -131,7 +131,7 @@ $ <userinput>./configure --enable-native-pkcs11 \
</itemizedlist> </itemizedlist>
<para> <para>
The modified OpenSSL code is included in the BIND 9 release, The modified OpenSSL code is included in the BIND 9 release,
in the form of a context diff against the latest verions of in the form of a context diff against the latest versions of
OpenSSL. OpenSSL 0.9.8, 1.0.0, and 1.0.1 are supported; there are OpenSSL. OpenSSL 0.9.8, 1.0.0, and 1.0.1 are supported; there are
separate diffs for each version. In the examples to follow, separate diffs for each version. In the examples to follow,
we use OpenSSL 0.9.8, but the same methods work with OpenSSL we use OpenSSL 0.9.8, but the same methods work with OpenSSL

View File

@@ -63,7 +63,7 @@
and address-to-hostname lookup services to applications by and address-to-hostname lookup services to applications by
transmitting lookup requests to a resolver daemon transmitting lookup requests to a resolver daemon
<command>lwresd</command> <command>lwresd</command>
running on the local host. The resover daemon performs the running on the local host. The resolver daemon performs the
lookup using the DNS or possibly other name service protocols, lookup using the DNS or possibly other name service protocols,
and returns the results to the application through the library. and returns the results to the application through the library.
The library and resolver daemon communicate using a simple The library and resolver daemon communicate using a simple

View File

@@ -120,7 +120,7 @@ void
There are four main functions for the getaddrbyname opcode. There are four main functions for the getaddrbyname opcode.
One render function converts a getaddrbyname request structure &mdash; One render function converts a getaddrbyname request structure &mdash;
<type>lwres_gabnrequest_t</type> &mdash; <type>lwres_gabnrequest_t</type> &mdash;
to the lighweight resolver's canonical format. to the lightweight resolver's canonical format.
It is complemented by a parse function that converts a packet in this It is complemented by a parse function that converts a packet in this
canonical format to a getaddrbyname request structure. canonical format to a getaddrbyname request structure.
Another render function converts the getaddrbyname response structure Another render function converts the getaddrbyname response structure

View File

@@ -127,7 +127,7 @@ void
There are four main functions for the no-op opcode. There are four main functions for the no-op opcode.
One render function converts a no-op request structure &mdash; One render function converts a no-op request structure &mdash;
<type>lwres_nooprequest_t</type> &mdash; <type>lwres_nooprequest_t</type> &mdash;
to the lighweight resolver's canonical format. to the lightweight resolver's canonical format.
It is complemented by a parse function that converts a packet in this It is complemented by a parse function that converts a packet in this
canonical format to a no-op request structure. canonical format to a no-op request structure.
Another render function converts the no-op response structure &mdash; Another render function converts the no-op response structure &mdash;

View File

@@ -153,7 +153,7 @@ typedef struct {
<para> <para>
The lightweight resolver uses The lightweight resolver uses
<function>lwres_getaddrsbyname()</function> to perform <function>lwres_getaddrsbyname()</function> to perform
foward lookups. forward lookups.
Hostname <parameter>name</parameter> is looked up using the Hostname <parameter>name</parameter> is looked up using the
resolver resolver
context <parameter>ctx</parameter> for memory allocation. context <parameter>ctx</parameter> for memory allocation.