diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-02-07 12:22:24 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-02-07 12:22:24 +0000 |
commit | 7f3a7bd3f281dab6972344b6ec7549fb1652851b (patch) | |
tree | 701dc6213114000c82c85651f86e7179a228c287 /usr.sbin | |
parent | 324e4ff2113b2727c0df1788e8e38fcea7780f33 (diff) |
typos from alexey dobriyan;
ok jakob, who is passing these fixes upstream...
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/bind/bin/named/server.c | 2 | ||||
-rw-r--r-- | usr.sbin/bind/doc/arm/Bv9ARM-book.xml | 2 | ||||
-rw-r--r-- | usr.sbin/bind/doc/arm/Bv9ARM.ch06.html | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/bind/bin/named/server.c b/usr.sbin/bind/bin/named/server.c index 0d2ae6f5d70..2a1a7e27976 100644 --- a/usr.sbin/bind/bin/named/server.c +++ b/usr.sbin/bind/bin/named/server.c @@ -563,7 +563,7 @@ configure_order(dns_order_t *order, cfg_obj_t *ent) { /* * "*" should match everything including the root (BIND 8 compat). * As dns_name_matcheswildcard(".", "*.") returns FALSE add a - * explict entry for "." when the name is "*". + * explicit entry for "." when the name is "*". */ if (addroot) { result = dns_order_add(order, dns_rootname, diff --git a/usr.sbin/bind/doc/arm/Bv9ARM-book.xml b/usr.sbin/bind/doc/arm/Bv9ARM-book.xml index 545c33b6ec4..b680405aaf5 100644 --- a/usr.sbin/bind/doc/arm/Bv9ARM-book.xml +++ b/usr.sbin/bind/doc/arm/Bv9ARM-book.xml @@ -2904,7 +2904,7 @@ the global DNS. <listitem><para> The source of entropy to be used by the server. Entropy is primarily needed for DNSSEC operations, such as TKEY transactions and dynamic update of signed -zones. This options specifies the device (or file) from which to read +zones. This option specifies the device (or file) from which to read entropy. If this is a file, operations requiring entropy will fail when the file has been exhausted. If not specified, the default value is <filename>/dev/random</filename> diff --git a/usr.sbin/bind/doc/arm/Bv9ARM.ch06.html b/usr.sbin/bind/doc/arm/Bv9ARM.ch06.html index 8cd4c7022db..ad476a59712 100644 --- a/usr.sbin/bind/doc/arm/Bv9ARM.ch06.html +++ b/usr.sbin/bind/doc/arm/Bv9ARM.ch06.html @@ -4231,7 +4231,7 @@ CLASS="command" ><P > The source of entropy to be used by the server. Entropy is primarily needed for DNSSEC operations, such as TKEY transactions and dynamic update of signed -zones. This options specifies the device (or file) from which to read +zones. This option specifies the device (or file) from which to read entropy. If this is a file, operations requiring entropy will fail when the file has been exhausted. If not specified, the default value is <TT @@ -11556,4 +11556,4 @@ CLASS="acronym" ></DIV ></BODY ></HTML ->
\ No newline at end of file +> |