]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Changed all references from clause to block
authorRon Aitchison <ron@zytrax.com>
Fri, 10 Jun 2022 14:49:01 +0000 (14:49 +0000)
committerPetr Špaček <pspacek@isc.org>
Fri, 24 Jun 2022 06:12:52 +0000 (08:12 +0200)
doc/arm/config-auth.inc.rst
doc/arm/config-intro.inc.rst
doc/arm/config-resolve.inc.rst
doc/arm/introduction.inc.rst

index 06a1715d42882b46cc5d89a7efdc0ed3f2e063c2..d60b1b7b8b65318b689322050427ac2a58b712e6 100644 (file)
@@ -167,9 +167,9 @@ the :iscman:`named.conf` file has been modified as shown:
           };
         };
 
-The added statements and clauses are commented in the above file.
+The added statements and blocks are commented in the above file.
 
-The :ref:`zone<zone_clause>` clause, and :ref:`allow-query<allow-query>`,
+The :ref:`zone<zone_clause>` block, and :ref:`allow-query<allow-query>`,
 :any:`allow-query-cache`,
 :ref:`allow-transfer<allow-transfer>`, :ref:`file<file>`,
 :ref:`notify<notify_st>`, :ref:`recursion<recursion>`, and :ref:`type<type>`
@@ -250,9 +250,9 @@ The :iscman:`named.conf` file has been modified as shown:
           primaries { 192.168.254.2; };
         };
 
-The statements and clauses added are all commented in the above file.
+The statements and blocks added are all commented in the above file.
 
-The :ref:`zone<zone_clause>` clause, and :ref:`allow-query<allow-query>`,
+The :ref:`zone<zone_clause>` block, and :ref:`allow-query<allow-query>`,
 :any:`allow-query-cache`,
 :ref:`allow-transfer<allow-transfer>`, :ref:`file<file>`,
 :ref:`notify<notify_st>`, :ref:`primaries<primaries>`,
@@ -268,5 +268,5 @@ message.
    can get more complicated.  A secondary zone can also be a primary to other
    secondaries: :iscman:`named`, by default, sends NOTIFY messages for every
    zone it loads.  Specifying :ref:`notify primary-only;<notify>` in the
-   :ref:`zone<zone_clause>` clause for the secondary causes :iscman:`named` to
+   :ref:`zone<zone_clause>` block for the secondary causes :iscman:`named` to
    only send NOTIFY messages for primary zones that it loads.
index 7598c6571e41a91a100b7c8de581c35eb1844b25..4a07ffacb4b8fea8229db42c47500b1423d5be85 100644 (file)
@@ -79,7 +79,7 @@ as required by the user.
           };
         };
 
-The :ref:`logging<logging_grammar>` and :ref:`options<options_grammar>` clauses
+The :ref:`logging<logging_grammar>` and :ref:`options<options_grammar>` blocks
 and :ref:`category<the_category_phrase>`, :ref:`channel<channel>`,
 :ref:`directory<directory>`, :ref:`file<file>`, and :ref:`severity<severity>`
 statements are all described further in the appropriate sections of this ARM.
index ab05742bac7a4b2e9e24790f3a7d64e5669be2a6..d8563a9ad0ae6d7712f1b9ead6a621543901eab7 100644 (file)
@@ -93,7 +93,7 @@ Resolver and Forwarding Resolver
    can be used by rogue actors to cause all kinds of problems including
    **Denial of Service (DoS)** attacks. Resolvers should always be configured
    to limit the IP addresses that can use their services. BIND 9 provides a
-   number of statements and clauses to simplify defining these IP limits and
+   number of statements and blocks to simplify defining these IP limits and
    configuring a **closed resolver**. The resolver samples given here all
    configure closed resolvers using a variety of techniques.
 
@@ -264,7 +264,7 @@ It is therefore a **closed** resolver and cannot be used in wider network attack
           notify no;
         };
 
-The :ref:`zone<zone_clause>` and :ref:`acl<acl_grammar>` clauses, and the
+The :ref:`zone<zone_clause>` and :ref:`acl<acl_grammar>` blocks, and the
 :ref:`allow-query<allow-query>`, :ref:`empty-zones-enable<empty-zones-enable>`,
 :ref:`file<file>`, :ref:`notify<notify_st>`, :ref:`recursion<recursion>`, and
 :ref:`type<type>` statements are described in detail in the appropriate
@@ -383,7 +383,7 @@ provided<selective_forward_sample>`.
           notify no;
         };
 
-The :ref:`zone<zone_clause>` and :ref:`acl<acl_grammar>` clauses, and the
+The :ref:`zone<zone_clause>` and :ref:`acl<acl_grammar>` blocks, and the
 :ref:`allow-query<allow-query>`, :ref:`empty-zones-enable<empty-zones-enable>`,
 :ref:`file<file>`, :ref:`forward<forward>`, :ref:`forwarders<forwarders>`,
 :ref:`notify<notify_st>`, :ref:`recursion<recursion>`, and :ref:`type<type>`
@@ -511,7 +511,7 @@ those IPs from which it will accept recursive queries.
         };
 
 
-The :ref:`zone<zone_clause>` and :ref:`acl<acl_grammar>` clauses, and the
+The :ref:`zone<zone_clause>` and :ref:`acl<acl_grammar>` blocks, and the
 :ref:`allow-query<allow-query>`, :ref:`empty-zones-enable<empty-zones-enable>`,
 :ref:`file<file>`, :ref:`forward<forward>`, :ref:`forwarders<forwarders>`,
 :ref:`notify<notify_st>`, :ref:`recursion<recursion>`, and :ref:`type<type>`
@@ -567,4 +567,4 @@ and discard the rest.
 
 For more detail on ordering responses, refer to the
 :ref:`rrset-order<rrset_ordering>` statement in the
-:ref:`options<options_grammar>` clause.
+:ref:`options<options_grammar>` block.
index 009a702347d96d6fb6e884c5c8ef35a25edc4f4b..ebb7e7acc8f0f5a1339d81a2e20c6b4ed1b7f6d1 100644 (file)
@@ -65,7 +65,7 @@ running BIND 9 in a "jail," and securing file transfers and dynamic updates.
 :ref:`dnssec` describes the theory and practice of cryptographic authentication of DNS
 information. The :ref:`dnssec_guide` is a practical guide to implementing DNSSEC.
 
-:ref:`Reference` gives exhaustive descriptions of all supported clauses, statements, 
+:ref:`Reference` gives exhaustive descriptions of all supported blocks, statements, 
 and grammars used in BIND 9's ``named.conf`` configuration file.
 
 :ref:`troubleshooting` provides information on identifying and solving BIND 9 and DNS