From b587e1d83f007ce68a9ae93097c461d8eb7aa373 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Fri, 7 Feb 2003 01:13:13 +0000 Subject: [PATCH] spelling --- FAQ | 8 ++++---- README | 2 +- bin/dig/dig.docbook | 4 ++-- bin/dnssec/dnssec-makekeyset.docbook | 4 ++-- bin/dnssec/dnssec-signkey.docbook | 4 ++-- bin/dnssec/dnssec-signzone.docbook | 4 ++-- bin/rndc/rndc-confgen.docbook | 4 ++-- configure.in | 4 ++-- doc/arm/Bv9ARM-book.xml | 6 +++--- lib/dns/include/dns/zone.h | 4 ++-- lib/lwres/man/lwres_getipnode.docbook | 4 ++-- win32utils/readme1st.txt | 4 ++-- 12 files changed, 26 insertions(+), 26 deletions(-) diff --git a/FAQ b/FAQ index 5c2b7505ac..740901e38f 100644 --- 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 d7d1d5a3c1..131d3b2da9 100644 --- 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. diff --git a/bin/dig/dig.docbook b/bin/dig/dig.docbook index ad003b00a5..8429c24a18 100644 --- a/bin/dig/dig.docbook +++ b/bin/dig/dig.docbook @@ -16,7 +16,7 @@ - WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --> - + @@ -297,7 +297,7 @@ Deprecated, treated as a synonym for +[no]search -This option does nothing. It is provided for compatibilty with old +This option does nothing. It is provided for compatibility with old versions of dig where it set an unimplemented resolver flag. diff --git a/bin/dnssec/dnssec-makekeyset.docbook b/bin/dnssec/dnssec-makekeyset.docbook index 0a207963e0..6bde13cb63 100644 --- a/bin/dnssec/dnssec-makekeyset.docbook +++ b/bin/dnssec/dnssec-makekeyset.docbook @@ -16,7 +16,7 @@ - WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --> - + @@ -98,7 +98,7 @@ expire. As with , 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 is specified, 30 days from the start time is used as a default. diff --git a/bin/dnssec/dnssec-signkey.docbook b/bin/dnssec/dnssec-signkey.docbook index cea3b62e46..6451a5ff1c 100644 --- a/bin/dnssec/dnssec-signkey.docbook +++ b/bin/dnssec/dnssec-signkey.docbook @@ -16,7 +16,7 @@ - WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --> - + @@ -108,7 +108,7 @@ expire. As with , 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 is specified, 30 days from the start time is used as a default. diff --git a/bin/dnssec/dnssec-signzone.docbook b/bin/dnssec/dnssec-signzone.docbook index f8f3144019..c0263c47e3 100644 --- a/bin/dnssec/dnssec-signzone.docbook +++ b/bin/dnssec/dnssec-signzone.docbook @@ -16,7 +16,7 @@ - WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --> - + @@ -149,7 +149,7 @@ expire. As with , 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 is specified, 30 days from the start time is used as a default. diff --git a/bin/rndc/rndc-confgen.docbook b/bin/rndc/rndc-confgen.docbook index 0717d23352..fbab669543 100644 --- a/bin/rndc/rndc-confgen.docbook +++ b/bin/rndc/rndc-confgen.docbook @@ -16,7 +16,7 @@ - WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --> - + @@ -166,7 +166,7 @@ Specifies a source of random data for generating the - authoriazation. If the operating + authorization. If the operating system does not provide a /dev/random or equivalent device, the default source of randomness is keyboard input. randomdev specifies diff --git a/configure.in b/configure.in index 0cbd791d04..3db6fbce88 100644 --- a/configure.in +++ b/configure.in @@ -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. diff --git a/doc/arm/Bv9ARM-book.xml b/doc/arm/Bv9ARM-book.xml index dac7ed8857..a9093fb875 100644 --- a/doc/arm/Bv9ARM-book.xml +++ b/doc/arm/Bv9ARM-book.xml @@ -2,7 +2,7 @@ - + BIND 9 Administrator Reference Manual @@ -760,7 +760,7 @@ of a server. querylog Toggle query logging. Query logging can also be enabled - by explictly directing the queries + by explicitly directing the queries category to a channel in the logging section of named.conf. @@ -5399,7 +5399,7 @@ The default modifier is ${0,0,d}. If the lhs is not absolute, the current $ORIGIN is appended to the name. -For compatability with earlier versions $$ is still +For compatibility with earlier versions $$ is still recognised a indicating a literal $ in the output. diff --git a/lib/dns/include/dns/zone.h b/lib/dns/include/dns/zone.h index dcae427392..61b1c06d23 100644 --- a/lib/dns/include/dns/zone.h +++ b/lib/dns/include/dns/zone.h @@ -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. diff --git a/lib/lwres/man/lwres_getipnode.docbook b/lib/lwres/man/lwres_getipnode.docbook index f7e6e82dcf..212538aa4b 100644 --- a/lib/lwres/man/lwres_getipnode.docbook +++ b/lib/lwres/man/lwres_getipnode.docbook @@ -16,7 +16,7 @@ - WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --> - + @@ -231,7 +231,7 @@ and lwres_getipnodebyaddr() set *error_num -to an approriate error code and the function returns a +to an appropriate error code and the function returns a NULL pointer. The error codes and their meanings are defined in diff --git a/win32utils/readme1st.txt b/win32utils/readme1st.txt index fe7387893f..aefd4cde8f 100644 --- a/win32utils/readme1st.txt +++ b/win32utils/readme1st.txt @@ -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