]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Regenerate .rst files with grammars after changes to rst generators
authorMark Andrews <marka@isc.org>
Tue, 1 Feb 2022 06:51:38 +0000 (17:51 +1100)
committerMichal Nowak <mnowak@isc.org>
Tue, 1 Feb 2022 16:35:06 +0000 (17:35 +0100)
    $ make -C doc/misc all

24 files changed:
doc/misc/acl.grammar.rst
doc/misc/controls.grammar.rst
doc/misc/delegation-only.zoneopt.rst
doc/misc/dnssec-policy.grammar.rst
doc/misc/forward.zoneopt.rst
doc/misc/hint.zoneopt.rst
doc/misc/http.grammar.rst
doc/misc/in-view.zoneopt.rst
doc/misc/key.grammar.rst
doc/misc/logging.grammar.rst
doc/misc/managed-keys.grammar.rst
doc/misc/master.zoneopt.rst
doc/misc/mirror.zoneopt.rst
doc/misc/options.grammar.rst
doc/misc/primaries.grammar.rst
doc/misc/redirect.zoneopt.rst
doc/misc/server.grammar.rst
doc/misc/slave.zoneopt.rst
doc/misc/static-stub.zoneopt.rst
doc/misc/statistics-channels.grammar.rst
doc/misc/stub.zoneopt.rst
doc/misc/tls.grammar.rst
doc/misc/trust-anchors.grammar.rst
doc/misc/trusted-keys.grammar.rst

index 4b9d81458e804fc377863e3aead272a3f2509225..d27dab3a158703b8c447b2a6369410646de170f7 100644 (file)
@@ -9,4 +9,6 @@
 .. See the COPYRIGHT file distributed with this work for additional
 .. information regarding copyright ownership.
 
+::
+
   acl <string> { <address_match_element>; ... };
index 3c59b7d9081d46d1222ee760f75e1b568c406ce6..440bce492910bbc574985cb056058b2ab723c13c 100644 (file)
@@ -9,6 +9,8 @@
 .. See the COPYRIGHT file distributed with this work for additional
 .. information regarding copyright ownership.
 
+::
+
   controls {
        inet ( <ipv4_address> | <ipv6_address> |
            * ) [ port ( <integer> | * ) ] allow
index 3f7d8d1a272f3b13977e31007e5eb24cea6ee4cd..2a262d14f238af26d3afad9e01be142c35f1ff2b 100644 (file)
@@ -9,6 +9,8 @@
 .. See the COPYRIGHT file distributed with this work for additional
 .. information regarding copyright ownership.
 
+::
+
   zone <string> [ <class> ] {
        type delegation-only;
   };
index b0b9692fcba7452b8d5647b57606b3e5fe74267e..0aec73b6839b654dfb5f7759aa9ac2d3c22d97e9 100644 (file)
@@ -9,6 +9,8 @@
 .. See the COPYRIGHT file distributed with this work for additional
 .. information regarding copyright ownership.
 
+::
+
   dnssec-policy <string> {
        dnskey-ttl <duration>;
        keys { ( csk | ksk | zsk ) [ ( key-directory ) ] lifetime
index cf162b866f5faed10b8633eded58a4c921dcbac5..3ced3ac35653269cae37bd1f3e77905e6a75cf47 100644 (file)
@@ -9,6 +9,8 @@
 .. See the COPYRIGHT file distributed with this work for additional
 .. information regarding copyright ownership.
 
+::
+
   zone <string> [ <class> ] {
        type forward;
        delegation-only <boolean>;
index 33a9fb2cecc8df3f0c95b6bef306bf0721276cf4..998e66240cf23719034f62910e39df50f8f0990f 100644 (file)
@@ -9,6 +9,8 @@
 .. See the COPYRIGHT file distributed with this work for additional
 .. information regarding copyright ownership.
 
+::
+
   zone <string> [ <class> ] {
        type hint;
        check-names ( fail | warn | ignore );
index 48fac447acb61d6213625787e363cdeeb346e5cd..89f0457011a20d8ebcb7d46e28fb0644e1547762 100644 (file)
@@ -9,6 +9,8 @@
 .. See the COPYRIGHT file distributed with this work for additional
 .. information regarding copyright ownership.
 
+::
+
   http <string> {
        endpoints { <quoted_string>; ... };
        listener-clients <integer>;
index 8b3b5c1021d5ae91c56a0d738c0d8579c8598879..df1a587307ba4181177196c951fbf3f0bde4ba3d 100644 (file)
@@ -9,6 +9,8 @@
 .. See the COPYRIGHT file distributed with this work for additional
 .. information regarding copyright ownership.
 
+::
+
   zone <string> [ <class> ] {
        in-view <string>;
   };
index aec1c82c028b296b4c5c4f16a3c1e05e7439a978..a417997a72de2d5348dac26594aa52a75fe1a5b1 100644 (file)
@@ -9,6 +9,8 @@
 .. See the COPYRIGHT file distributed with this work for additional
 .. information regarding copyright ownership.
 
+::
+
   key <string> {
        algorithm <string>;
        secret <string>;
index 2a0d540640d0c7d5a9feb14d61833b6c9a140513..377d6e968d95ba1e3b7190ea7872146be7722a70 100644 (file)
@@ -9,6 +9,8 @@
 .. See the COPYRIGHT file distributed with this work for additional
 .. information regarding copyright ownership.
 
+::
+
   logging {
        category <string> { <string>; ... };
        channel <string> {
index 7d74262209d5a3f40d9d4d5d6913b80d13f8d403..a57f8ef8a62ceb6dee655f8b1357b5d8f79aad42 100644 (file)
@@ -9,6 +9,8 @@
 .. See the COPYRIGHT file distributed with this work for additional
 .. information regarding copyright ownership.
 
+::
+
   managed-keys { <string> ( static-key
       | initial-key | static-ds |
       initial-ds ) <integer> <integer>
index 36cf6c7210f5c91285259b27e8bc67053ef0da01..e4d01d68c754291783ead752572c7a2f6191bcae 100644 (file)
@@ -9,6 +9,8 @@
 .. See the COPYRIGHT file distributed with this work for additional
 .. information regarding copyright ownership.
 
+::
+
   zone <string> [ <class> ] {
        type ( master | primary );
        allow-query { <address_match_element>; ... };
index 46921e16d93dd0850fa05684fce01a9aa99517d5..f747c6d9e608e81e782ceddb7c8d0874187741c0 100644 (file)
@@ -9,6 +9,8 @@
 .. See the COPYRIGHT file distributed with this work for additional
 .. information regarding copyright ownership.
 
+::
+
   zone <string> [ <class> ] {
        type mirror;
        allow-notify { <address_match_element>; ... };
index c6e5ba8d956f95e7028ec7e26e7f6db9a01ecaf1..b6dc89ca0cfa62a2ab9245b9a1bc9e09456b4a1d 100644 (file)
@@ -9,6 +9,8 @@
 .. See the COPYRIGHT file distributed with this work for additional
 .. information regarding copyright ownership.
 
+::
+
   options {
        allow-new-zones <boolean>;
        allow-notify { <address_match_element>; ... };
index a9b5ef92b5e4fc6bfe60451573a2a4f19ccbe803..aceea97306006bf52218303bf4814f07e19b9f6e 100644 (file)
@@ -9,6 +9,8 @@
 .. See the COPYRIGHT file distributed with this work for additional
 .. information regarding copyright ownership.
 
+::
+
   primaries <string> [ port <integer> ] [ dscp
       <integer> ] { ( <remote-servers> |
       <ipv4_address> [ port <integer> ] |
index 2cd89eb09a3d968a692f238feb66db1192fa6c1d..a7df8ff771a0b1e1ab251ac9165f0f68f59123ad 100644 (file)
@@ -9,6 +9,8 @@
 .. See the COPYRIGHT file distributed with this work for additional
 .. information regarding copyright ownership.
 
+::
+
   zone <string> [ <class> ] {
        type redirect;
        allow-query { <address_match_element>; ... };
index 056e186c68fbf76f191b32940c0bd9a5bd4b0bca..526636ec902d38c1596f99d56dafa5220851f52e 100644 (file)
@@ -9,6 +9,8 @@
 .. See the COPYRIGHT file distributed with this work for additional
 .. information regarding copyright ownership.
 
+::
+
   server <netprefix> {
        bogus <boolean>;
        edns <boolean>;
index 013b7997954a1f9f772cd181d64e05679588aada..2cef150a0f1364e6cf6cf81e34da506e187b3572 100644 (file)
@@ -9,6 +9,8 @@
 .. See the COPYRIGHT file distributed with this work for additional
 .. information regarding copyright ownership.
 
+::
+
   zone <string> [ <class> ] {
        type ( slave | secondary );
        allow-notify { <address_match_element>; ... };
index b8681a821779af3ae2777014bb3a9e409a4334c3..d307586718f14d28b2b4da4519590d438bf39680 100644 (file)
@@ -9,6 +9,8 @@
 .. See the COPYRIGHT file distributed with this work for additional
 .. information regarding copyright ownership.
 
+::
+
   zone <string> [ <class> ] {
        type static-stub;
        allow-query { <address_match_element>; ... };
index dda9c682b2f28ed75d9df231254f7ff58e68e042..7a4ef27d253ed26a9d59060251da316d7c6fe68b 100644 (file)
@@ -9,6 +9,8 @@
 .. See the COPYRIGHT file distributed with this work for additional
 .. information regarding copyright ownership.
 
+::
+
   statistics-channels {
        inet ( <ipv4_address> | <ipv6_address> |
            * ) [ port ( <integer> | * ) ] [
index 56fc9d9244fc250b608890c7ec581a31d49a24b1..d7eb4d41e432ec8d2c89f694800f552862765d51 100644 (file)
@@ -9,6 +9,8 @@
 .. See the COPYRIGHT file distributed with this work for additional
 .. information regarding copyright ownership.
 
+::
+
   zone <string> [ <class> ] {
        type stub;
        allow-query { <address_match_element>; ... };
index 778f2f34d4b666e162415c7f42c66de57c436272..8e572e15ec3aa7fb651c611ddafa3c5314c17192 100644 (file)
@@ -9,6 +9,8 @@
 .. See the COPYRIGHT file distributed with this work for additional
 .. information regarding copyright ownership.
 
+::
+
   tls <string> {
        cert-file <quoted_string>;
        ciphers <string>;
index fffb8a5b968cca69ba9febf79f79870ed1fbeea5..eabe7c082c7cf85f45e4b1530766dea0faf6a764 100644 (file)
@@ -9,6 +9,8 @@
 .. See the COPYRIGHT file distributed with this work for additional
 .. information regarding copyright ownership.
 
+::
+
   trust-anchors { <string> ( static-key |
       initial-key | static-ds | initial-ds )
       <integer> <integer> <integer>
index 1428d2172ee7ff1f80cb9f04183e5a11bb89aef4..55cfa3805dfc37f642b673b7af6d488c4db3c6fb 100644 (file)
@@ -9,6 +9,8 @@
 .. See the COPYRIGHT file distributed with this work for additional
 .. information regarding copyright ownership.
 
+::
+
   trusted-keys { <string> <integer>
       <integer> <integer>
       <quoted_string>; ... };, deprecated