]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
spelling
authorMark Andrews <marka@isc.org>
Fri, 7 Feb 2003 01:13:13 +0000 (01:13 +0000)
committerMark Andrews <marka@isc.org>
Fri, 7 Feb 2003 01:13:13 +0000 (01:13 +0000)
12 files changed:
FAQ
README
bin/dig/dig.docbook
bin/dnssec/dnssec-makekeyset.docbook
bin/dnssec/dnssec-signkey.docbook
bin/dnssec/dnssec-signzone.docbook
bin/rndc/rndc-confgen.docbook
configure.in
doc/arm/Bv9ARM-book.xml
lib/dns/include/dns/zone.h
lib/lwres/man/lwres_getipnode.docbook
win32utils/readme1st.txt

diff --git a/FAQ b/FAQ
index 5c2b7505ac71dd04934846ab499fcdc0cbaabb3e..740901e38f0caedc5eef50200d9b9f99dd0140c5 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -231,7 +231,7 @@ the queries and / or the replies.
 
 Q: How can I make a server a slave for both an internal and
 an external view at the same time?  When I tried, both views
-on the slave were transfered from the same view on the master.
+on the slave were transferred from the same view on the master.
 
 A: You will need to give the master and slave multiple IP addresses and
 use those to make sure you reach the correct view on the other machine.
@@ -303,7 +303,7 @@ A: (BIND 9.3 and later) Use TSIG to select the appropriate view.
 Q: I have Freebsd 4.4 and "rndc-confgen -a" just sits there.
 
 A: /dev/random is not configured.  Use rndcontrol(8) to tell the kernel
-to use certian interupts as a source of random events.  You can make this
+to use certain interrupts as a source of random events.  You can make this
 permanent by setting rand_irqs in /etc/rc.conf.
 
 e.g.
@@ -319,10 +319,10 @@ port and/or address.
 
 
 Q: I get error messages like "multiple RRs of singleton type" and
-"CNAME and other data" when transfering a zone.  What does this mean?
+"CNAME and other data" when transferring a zone.  What does this mean?
 
 A: These indicate a malformed master zone.  You can identify the
-exact records involved by transfering the zone using dig then
+exact records involved by transferring the zone using dig then
 running named-checkzone on it.
 
        e.g.
diff --git a/README b/README
index d7d1d5a3c1bc95230dc2a363970dff49137ea981..131d3b2da98d4ee0173551e75cf953806249e637 100644 (file)
--- a/README
+++ b/README
@@ -80,7 +80,7 @@ BIND 9.2.0
 
           - The named.conf parser has been completely rewritten.
             It now supports "include" directives in more
-            places such as inside "view" statememnts, and it no
+            places such as inside "view" statements, and it no
             longer has any reserved words.
 
           - The "rndc status" command is now implemented.
index ad003b00a5158f058fba061079a9711344b75a93..8429c24a18d435885ca024fa679fc7f480fa9e6d 100644 (file)
@@ -16,7 +16,7 @@
  - WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- $Id: dig.docbook,v 1.13 2002/08/29 07:45:04 marka Exp $ -->
+<!-- $Id: dig.docbook,v 1.14 2003/02/07 01:13:10 marka Exp $ -->
 
 <refentry>
 
@@ -297,7 +297,7 @@ Deprecated, treated as a synonym for <parameter>+[no]search</parameter>
 
 <varlistentry><term><option>+[no]aaonly</option></term>
 <listitem><para>
-This option does nothing.  It is provided for compatibilty with old
+This option does nothing.  It is provided for compatibility with old
 versions of <command>dig</command> where it set an unimplemented
 resolver flag.
 </para></listitem></varlistentry>
index 0a207963e04e10272c124291c8fc2a9785c1006e..6bde13cb633efeb3ff60edcde8856e19f8dc6f35 100644 (file)
@@ -16,7 +16,7 @@
  - WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- $Id: dnssec-makekeyset.docbook,v 1.3 2001/09/14 20:20:54 gson Exp $ -->
+<!-- $Id: dnssec-makekeyset.docbook,v 1.4 2003/02/07 01:13:10 marka Exp $ -->
 
 <refentry>
   <refentryinfo>
@@ -98,7 +98,7 @@
               expire.  As with <option>start-time</option>, an absolute
               time is indicated in YYYYMMDDHHMMSS notation.  A time relative
               to the start time is indicated with +N, which is N seconds from
-              the start time.  A time realtive to the current time is
+              the start time.  A time relative to the current time is
               indicated with now+N.  If no <option>end-time</option> is
               specified, 30 days from the start time is used as a default.
          </para>
index cea3b62e4621943a8c5c0f9e783fa5e508533567..6451a5ff1c9f5bdd30dacf3f908d59f06677d1ea 100644 (file)
@@ -16,7 +16,7 @@
  - WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- $Id: dnssec-signkey.docbook,v 1.2 2001/04/10 21:50:34 bwelling Exp $ -->
+<!-- $Id: dnssec-signkey.docbook,v 1.3 2003/02/07 01:13:10 marka Exp $ -->
 
 <refentry>
   <refentryinfo>
               expire.  As with <option>start-time</option>, an absolute
               time is indicated in YYYYMMDDHHMMSS notation.  A time relative
               to the start time is indicated with +N, which is N seconds from
-              the start time.  A time realtive to the current time is
+              the start time.  A time relative to the current time is
               indicated with now+N.  If no <option>end-time</option> is
               specified, 30 days from the start time is used as a default.
          </para>
index f8f3144019593a655bf7871d2446feaa7535ccae..c0263c47e39d73a570c68aad587885359744314e 100644 (file)
@@ -16,7 +16,7 @@
  - WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- $Id: dnssec-signzone.docbook,v 1.5 2003/01/18 02:40:58 marka Exp $ -->
+<!-- $Id: dnssec-signzone.docbook,v 1.6 2003/02/07 01:13:10 marka Exp $ -->
 
 <refentry>
   <refentryinfo>
               expire.  As with <option>start-time</option>, an absolute
               time is indicated in YYYYMMDDHHMMSS notation.  A time relative
               to the start time is indicated with +N, which is N seconds from
-              the start time.  A time realtive to the current time is
+              the start time.  A time relative to the current time is
               indicated with now+N.  If no <option>end-time</option> is
               specified, 30 days from the start time is used as a default.
          </para>
index 0717d233526f34b41d173d749306bc5c798a3f7a..fbab669543b9ad464e3d57b86f55f09dfdb289f2 100644 (file)
@@ -16,7 +16,7 @@
  - WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- $Id: rndc-confgen.docbook,v 1.4 2001/09/11 19:18:11 gson Exp $ -->
+<!-- $Id: rndc-confgen.docbook,v 1.5 2003/02/07 01:13:11 marka Exp $ -->
 
 <refentry>
   <refentryinfo>
        <listitem>
          <para>
               Specifies a source of random data for generating the
-              authoriazation.  If the operating
+              authorization.  If the operating
               system does not provide a <filename>/dev/random</filename>
               or equivalent device, the default source of randomness
               is keyboard input.  <filename>randomdev</filename> specifies
index 0cbd791d049977658920521aa938aae7391c6141..3db6fbce885a8868a2772c2a5ec93a96c908372f 100644 (file)
@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)dnl
 esyscmd([sed "s/^/# /" COPYRIGHT])dnl
 AC_DIVERT_POP()dnl
 
-AC_REVISION($Revision: 1.338 $)
+AC_REVISION($Revision: 1.339 $)
 
 AC_INIT(lib/dns/name.c)
 AC_PREREQ(2.13)
@@ -86,7 +86,7 @@ AC_SUBST(PERL)
 #
 # Special processing of paths depending on whether --prefix,
 # --sysconfdir or --localstatedir arguments were given.  What's
-# desired is some compatability with the way previous versions
+# desired is some compatibility with the way previous versions
 # of BIND built; they defaulted to /usr/local for most parts of
 # the installation, but named.boot/named.conf was in /etc
 # and named.pid was in /var/run.
index dac7ed885770d0318775cca669ac9028dd0152f3..a9093fb8759c1a7415899c71ed349cb451fcceb3 100644 (file)
@@ -2,7 +2,7 @@
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.0//EN"
                "http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd">
 
-<!-- File: $Id: Bv9ARM-book.xml,v 1.213 2003/01/20 05:46:10 marka Exp $ -->
+<!-- File: $Id: Bv9ARM-book.xml,v 1.214 2003/02/07 01:13:11 marka Exp $ -->
 
 <book>
 <title>BIND 9 Administrator Reference Manual</title>
@@ -760,7 +760,7 @@ of a server.</para>
 
    <varlistentry><term><userinput>querylog</userinput></term>
    <listitem><para>Toggle query logging. Query logging can also be enabled
-   by explictly directing the <command>queries</command>
+   by explicitly directing the <command>queries</command>
    <command>category</command> to a <command>channel</command> in the
    <command>logging</command> section of
    <filename>named.conf</filename>.</para></listitem></varlistentry>
@@ -5399,7 +5399,7 @@ The default modifier is <command>${0,0,d}</command>.
 If the <command>lhs</command> is not
 absolute, the current <command>$ORIGIN</command> is appended to
 the name.</para>
-<para>For compatability with earlier versions <command>$$</command> is still
+<para>For compatibility with earlier versions <command>$$</command> is still
 recognised a indicating a literal $ in the output.</para></entry>
         </row>
         <row rowsep = "0">
index dcae4273925407fcfaa58962841e69956ba19f35..61b1c06d23e05ae592d8fd8fd7b169d23b3986a6 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: zone.h,v 1.120 2003/02/04 06:10:09 marka Exp $ */
+/* $Id: zone.h,v 1.121 2003/02/07 01:13:12 marka Exp $ */
 
 #ifndef DNS_ZONE_H
 #define DNS_ZONE_H 1
@@ -219,7 +219,7 @@ isc_result_t
 dns_zone_loadnew(dns_zone_t *zone);
 /*
  *     Cause the database to be loaded from its backing store.
- *     Confirm that the mimimum requirements for the zone type are
+ *     Confirm that the minimum requirements for the zone type are
  *     met, otherwise DNS_R_BADZONE is returned.
  *
  *     dns_zone_loadnew() only loads zones that are not yet loaded.
index f7e6e82dcfc8c56b982ceee84636d105a3f9d98e..212538aa4bc448b1eb5e5993dbcf28f07bdc0156 100644 (file)
@@ -16,7 +16,7 @@
  - WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- $Id: lwres_getipnode.docbook,v 1.4 2001/06/18 22:06:55 gson Exp $ -->
+<!-- $Id: lwres_getipnode.docbook,v 1.5 2003/02/07 01:13:12 marka Exp $ -->
 
 <refentry>
 
@@ -231,7 +231,7 @@ and
 <function>lwres_getipnodebyaddr()</function>
 set
 <parameter>*error_num</parameter>
-to an approriate error code and the function returns a
+to an appropriate error code and the function returns a
 <type>NULL</type>
 pointer.
 The error codes and their meanings are defined in
index fe7387893f963bcf679c2d39ba909e21ff291e12..aefd4cde8feda372b403fe810871a2ef778e348a 100644 (file)
@@ -1,7 +1,7 @@
 Copyright (C) 2001  Internet Software Consortium.
 See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
 
-$Id: readme1st.txt,v 1.9 2001/09/26 00:25:03 gson Exp $
+$Id: readme1st.txt,v 1.10 2003/02/07 01:13:13 marka Exp $
 
           Release of BIND 9.2.0 for Windows NT/2000
 
@@ -95,7 +95,7 @@ IMPORTANT NOTE ON USING THE TOOLS:
 If you wish to use nsupdate on a win32 platform to do dynamic updates
 to a zone you MUST create a resolv.conf in the System32\Drivers\etc
 directory containing a list of nameserver addresses to use to find
-the nameserver authorative for the zone. The format of this file is:
+the nameserver authoritative for the zone. The format of this file is:
 
 nameserver 1.2.3.4
 nameserver 5.6.7.8