diff --git a/bin/check/named-checkzone.8 b/bin/check/named-checkzone.8 index 1511767c0d..a92c3cd0f2 100644 --- a/bin/check/named-checkzone.8 +++ b/bin/check/named-checkzone.8 @@ -13,7 +13,7 @@ .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR .\" PERFORMANCE OF THIS SOFTWARE. .\" -.\" $Id: named-checkzone.8,v 1.39 2007/05/09 03:33:50 marka Exp $ +.\" $Id: named-checkzone.8,v 1.40 2007/05/09 13:35:57 marka Exp $ .\" .hy 0 .ad l @@ -48,7 +48,7 @@ useful for checking zone files before configuring them into a name server. \fBnamed\-compilezone\fR is similar to \fBnamed\-checkzone\fR, but it always dumps the zone contents to a specified file in a specified format. Additionally, it applies stricter check levels by default, since the dump output will be used as an actual zone file loaded by -\fBnamed\fR. When manaully specified otherwise, the check levels must at least be as strict as those specified in the +\fBnamed\fR. When manually specified otherwise, the check levels must at least be as strict as those specified in the \fBnamed\fR configuration file. .SH "OPTIONS" diff --git a/bin/check/named-checkzone.html b/bin/check/named-checkzone.html index 8c50e172c0..8b88ffe716 100644 --- a/bin/check/named-checkzone.html +++ b/bin/check/named-checkzone.html @@ -14,7 +14,7 @@ - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR - PERFORMANCE OF THIS SOFTWARE. --> - +
@@ -47,7 +47,7 @@ Additionally, it applies stricter check levels by default, since the dump output will be used as an actual zone file loaded by named. - When manaully specified otherwise, the check levels must at + When manually specified otherwise, the check levels must at least be as strict as those specified in the named configuration file. diff --git a/bin/dig/dig.1 b/bin/dig/dig.1 index 9695534e01..6b413b1222 100644 --- a/bin/dig/dig.1 +++ b/bin/dig/dig.1 @@ -13,7 +13,7 @@ .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR .\" PERFORMANCE OF THIS SOFTWARE. .\" -.\" $Id: dig.1,v 1.43 2007/05/09 03:33:50 marka Exp $ +.\" $Id: dig.1,v 1.44 2007/05/09 13:35:57 marka Exp $ .\" .hy 0 .ad l @@ -160,7 +160,7 @@ to only use IPv6 query transport. The \fB\-t\fR option sets the query type to -\fItype\fR. It can be any valid query type which is supported in BIND 9. The default query type "A", unless the +\fItype\fR. It can be any valid query type which is supported in BIND 9. The default query type is "A", unless the \fB\-x\fR option is supplied to indicate a reverse lookup. A zone transfer can be requested by specifying a type of AXFR. When an incremental zone transfer (IXFR) is required, \fItype\fR diff --git a/bin/dig/dig.html b/bin/dig/dig.html index e0b8a0524a..f345dc7846 100644 --- a/bin/dig/dig.html +++ b/bin/dig/dig.html @@ -14,7 +14,7 @@ - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR - PERFORMANCE OF THIS SOFTWARE. --> - + @@ -170,7 +170,7 @@ The-t option sets the query type to
type. It can be any valid query type
which is
- supported in BIND 9. The default query type "A", unless the
+ supported in BIND 9. The default query type is "A", unless the
-x option is supplied to indicate a reverse lookup.
A zone transfer can be requested by specifying a type of AXFR. When
an incremental zone transfer (IXFR) is required,
diff --git a/bin/rndc/rndc.conf.5 b/bin/rndc/rndc.conf.5
index 4ba5e0064c..9e9bad41f3 100644
--- a/bin/rndc/rndc.conf.5
+++ b/bin/rndc/rndc.conf.5
@@ -13,7 +13,7 @@
.\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
.\" PERFORMANCE OF THIS SOFTWARE.
.\"
-.\" $Id: rndc.conf.5,v 1.37 2007/05/09 03:33:51 marka Exp $
+.\" $Id: rndc.conf.5,v 1.38 2007/05/09 13:35:57 marka Exp $
.\"
.hy 0
.ad l
@@ -88,7 +88,7 @@ keyword, the server statement includes a string which is the hostname or address
and
\fBaddresses\fR. The key name must match the name of a key statement in the file. The port number specifies the port to connect to. If an
\fBaddresses\fR
-clause is supplied these addresses will be used instead of the server name. Each address can take a optional port. If an
+clause is supplied these addresses will be used instead of the server name. Each address can take an optional port. If an
\fBsource\-address\fR
or
\fBsource\-address\-v6\fR
diff --git a/bin/rndc/rndc.conf.html b/bin/rndc/rndc.conf.html
index a8c1a8bb41..144cd1c91d 100644
--- a/bin/rndc/rndc.conf.html
+++ b/bin/rndc/rndc.conf.html
@@ -14,7 +14,7 @@
- OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
- PERFORMANCE OF THIS SOFTWARE.
-->
-
+
@@ -87,7 +87,7 @@
name of a key statement in the file. The port number
specifies the port to connect to. If an addresses
clause is supplied these addresses will be used instead of
- the server name. Each address can take a optional port.
+ the server name. Each address can take an optional port.
If an source-address or source-address-v6
of supplied then these will be used to specify the IPv4 and IPv6
source addresses respectively.
diff --git a/doc/arm/man.dig.html b/doc/arm/man.dig.html
index 4f2853212a..bddfe02534 100644
--- a/doc/arm/man.dig.html
+++ b/doc/arm/man.dig.html
@@ -14,7 +14,7 @@
- OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
- PERFORMANCE OF THIS SOFTWARE.
-->
-
+
@@ -188,7 +188,7 @@
The -t option sets the query type to
type. It can be any valid query type
which is
- supported in BIND 9. The default query type "A", unless the
+ supported in BIND 9. The default query type is "A", unless the
-x option is supplied to indicate a reverse lookup.
A zone transfer can be requested by specifying a type of AXFR. When
an incremental zone transfer (IXFR) is required,
diff --git a/doc/arm/man.named-checkzone.html b/doc/arm/man.named-checkzone.html
index 6d77943200..0cd701edfc 100644
--- a/doc/arm/man.named-checkzone.html
+++ b/doc/arm/man.named-checkzone.html
@@ -14,7 +14,7 @@
- OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
- PERFORMANCE OF THIS SOFTWARE.
-->
-
+
@@ -65,7 +65,7 @@
Additionally, it applies stricter check levels by default,
since the dump output will be used as an actual zone file
loaded by named.
- When manaully specified otherwise, the check levels must at
+ When manually specified otherwise, the check levels must at
least be as strict as those specified in the
named configuration file.
diff --git a/doc/arm/man.rndc.conf.html b/doc/arm/man.rndc.conf.html
index 4dce14846e..d960b6055d 100644
--- a/doc/arm/man.rndc.conf.html
+++ b/doc/arm/man.rndc.conf.html
@@ -14,7 +14,7 @@
- OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
- PERFORMANCE OF THIS SOFTWARE.
-->
-
+
@@ -105,7 +105,7 @@
name of a key statement in the file. The port number
specifies the port to connect to. If an addresses
clause is supplied these addresses will be used instead of
- the server name. Each address can take a optional port.
+ the server name. Each address can take an optional port.
If an source-address or source-address-v6
of supplied then these will be used to specify the IPv4 and IPv6
source addresses respectively.