From: Mark Andrews Date: Tue, 1 Feb 2022 06:51:38 +0000 (+1100) Subject: Regenerate .rst files with grammars after changes to rst generators X-Git-Tag: v9.19.0~132^2~1 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=e97c35b3bc5835f690d50dbcfa0d26b7caf56fb9;p=thirdparty%2Fbind9.git Regenerate .rst files with grammars after changes to rst generators $ make -C doc/misc all --- diff --git a/doc/misc/acl.grammar.rst b/doc/misc/acl.grammar.rst index 4b9d81458e8..d27dab3a158 100644 --- a/doc/misc/acl.grammar.rst +++ b/doc/misc/acl.grammar.rst @@ -9,4 +9,6 @@ .. See the COPYRIGHT file distributed with this work for additional .. information regarding copyright ownership. +:: + acl { ; ... }; diff --git a/doc/misc/controls.grammar.rst b/doc/misc/controls.grammar.rst index 3c59b7d9081..440bce49291 100644 --- a/doc/misc/controls.grammar.rst +++ b/doc/misc/controls.grammar.rst @@ -9,6 +9,8 @@ .. See the COPYRIGHT file distributed with this work for additional .. information regarding copyright ownership. +:: + controls { inet ( | | * ) [ port ( | * ) ] allow diff --git a/doc/misc/delegation-only.zoneopt.rst b/doc/misc/delegation-only.zoneopt.rst index 3f7d8d1a272..2a262d14f23 100644 --- a/doc/misc/delegation-only.zoneopt.rst +++ b/doc/misc/delegation-only.zoneopt.rst @@ -9,6 +9,8 @@ .. See the COPYRIGHT file distributed with this work for additional .. information regarding copyright ownership. +:: + zone [ ] { type delegation-only; }; diff --git a/doc/misc/dnssec-policy.grammar.rst b/doc/misc/dnssec-policy.grammar.rst index b0b9692fcba..0aec73b6839 100644 --- a/doc/misc/dnssec-policy.grammar.rst +++ b/doc/misc/dnssec-policy.grammar.rst @@ -9,6 +9,8 @@ .. See the COPYRIGHT file distributed with this work for additional .. information regarding copyright ownership. +:: + dnssec-policy { dnskey-ttl ; keys { ( csk | ksk | zsk ) [ ( key-directory ) ] lifetime diff --git a/doc/misc/forward.zoneopt.rst b/doc/misc/forward.zoneopt.rst index cf162b866f5..3ced3ac3565 100644 --- a/doc/misc/forward.zoneopt.rst +++ b/doc/misc/forward.zoneopt.rst @@ -9,6 +9,8 @@ .. See the COPYRIGHT file distributed with this work for additional .. information regarding copyright ownership. +:: + zone [ ] { type forward; delegation-only ; diff --git a/doc/misc/hint.zoneopt.rst b/doc/misc/hint.zoneopt.rst index 33a9fb2cecc..998e66240cf 100644 --- a/doc/misc/hint.zoneopt.rst +++ b/doc/misc/hint.zoneopt.rst @@ -9,6 +9,8 @@ .. See the COPYRIGHT file distributed with this work for additional .. information regarding copyright ownership. +:: + zone [ ] { type hint; check-names ( fail | warn | ignore ); diff --git a/doc/misc/http.grammar.rst b/doc/misc/http.grammar.rst index 48fac447acb..89f0457011a 100644 --- a/doc/misc/http.grammar.rst +++ b/doc/misc/http.grammar.rst @@ -9,6 +9,8 @@ .. See the COPYRIGHT file distributed with this work for additional .. information regarding copyright ownership. +:: + http { endpoints { ; ... }; listener-clients ; diff --git a/doc/misc/in-view.zoneopt.rst b/doc/misc/in-view.zoneopt.rst index 8b3b5c1021d..df1a587307b 100644 --- a/doc/misc/in-view.zoneopt.rst +++ b/doc/misc/in-view.zoneopt.rst @@ -9,6 +9,8 @@ .. See the COPYRIGHT file distributed with this work for additional .. information regarding copyright ownership. +:: + zone [ ] { in-view ; }; diff --git a/doc/misc/key.grammar.rst b/doc/misc/key.grammar.rst index aec1c82c028..a417997a72d 100644 --- a/doc/misc/key.grammar.rst +++ b/doc/misc/key.grammar.rst @@ -9,6 +9,8 @@ .. See the COPYRIGHT file distributed with this work for additional .. information regarding copyright ownership. +:: + key { algorithm ; secret ; diff --git a/doc/misc/logging.grammar.rst b/doc/misc/logging.grammar.rst index 2a0d540640d..377d6e968d9 100644 --- a/doc/misc/logging.grammar.rst +++ b/doc/misc/logging.grammar.rst @@ -9,6 +9,8 @@ .. See the COPYRIGHT file distributed with this work for additional .. information regarding copyright ownership. +:: + logging { category { ; ... }; channel { diff --git a/doc/misc/managed-keys.grammar.rst b/doc/misc/managed-keys.grammar.rst index 7d74262209d..a57f8ef8a62 100644 --- a/doc/misc/managed-keys.grammar.rst +++ b/doc/misc/managed-keys.grammar.rst @@ -9,6 +9,8 @@ .. See the COPYRIGHT file distributed with this work for additional .. information regarding copyright ownership. +:: + managed-keys { ( static-key | initial-key | static-ds | initial-ds ) diff --git a/doc/misc/master.zoneopt.rst b/doc/misc/master.zoneopt.rst index 36cf6c7210f..e4d01d68c75 100644 --- a/doc/misc/master.zoneopt.rst +++ b/doc/misc/master.zoneopt.rst @@ -9,6 +9,8 @@ .. See the COPYRIGHT file distributed with this work for additional .. information regarding copyright ownership. +:: + zone [ ] { type ( master | primary ); allow-query { ; ... }; diff --git a/doc/misc/mirror.zoneopt.rst b/doc/misc/mirror.zoneopt.rst index 46921e16d93..f747c6d9e60 100644 --- a/doc/misc/mirror.zoneopt.rst +++ b/doc/misc/mirror.zoneopt.rst @@ -9,6 +9,8 @@ .. See the COPYRIGHT file distributed with this work for additional .. information regarding copyright ownership. +:: + zone [ ] { type mirror; allow-notify { ; ... }; diff --git a/doc/misc/options.grammar.rst b/doc/misc/options.grammar.rst index c6e5ba8d956..b6dc89ca0cf 100644 --- a/doc/misc/options.grammar.rst +++ b/doc/misc/options.grammar.rst @@ -9,6 +9,8 @@ .. See the COPYRIGHT file distributed with this work for additional .. information regarding copyright ownership. +:: + options { allow-new-zones ; allow-notify { ; ... }; diff --git a/doc/misc/primaries.grammar.rst b/doc/misc/primaries.grammar.rst index a9b5ef92b5e..aceea973060 100644 --- a/doc/misc/primaries.grammar.rst +++ b/doc/misc/primaries.grammar.rst @@ -9,6 +9,8 @@ .. See the COPYRIGHT file distributed with this work for additional .. information regarding copyright ownership. +:: + primaries [ port ] [ dscp ] { ( | [ port ] | diff --git a/doc/misc/redirect.zoneopt.rst b/doc/misc/redirect.zoneopt.rst index 2cd89eb09a3..a7df8ff771a 100644 --- a/doc/misc/redirect.zoneopt.rst +++ b/doc/misc/redirect.zoneopt.rst @@ -9,6 +9,8 @@ .. See the COPYRIGHT file distributed with this work for additional .. information regarding copyright ownership. +:: + zone [ ] { type redirect; allow-query { ; ... }; diff --git a/doc/misc/server.grammar.rst b/doc/misc/server.grammar.rst index 056e186c68f..526636ec902 100644 --- a/doc/misc/server.grammar.rst +++ b/doc/misc/server.grammar.rst @@ -9,6 +9,8 @@ .. See the COPYRIGHT file distributed with this work for additional .. information regarding copyright ownership. +:: + server { bogus ; edns ; diff --git a/doc/misc/slave.zoneopt.rst b/doc/misc/slave.zoneopt.rst index 013b7997954..2cef150a0f1 100644 --- a/doc/misc/slave.zoneopt.rst +++ b/doc/misc/slave.zoneopt.rst @@ -9,6 +9,8 @@ .. See the COPYRIGHT file distributed with this work for additional .. information regarding copyright ownership. +:: + zone [ ] { type ( slave | secondary ); allow-notify { ; ... }; diff --git a/doc/misc/static-stub.zoneopt.rst b/doc/misc/static-stub.zoneopt.rst index b8681a82177..d307586718f 100644 --- a/doc/misc/static-stub.zoneopt.rst +++ b/doc/misc/static-stub.zoneopt.rst @@ -9,6 +9,8 @@ .. See the COPYRIGHT file distributed with this work for additional .. information regarding copyright ownership. +:: + zone [ ] { type static-stub; allow-query { ; ... }; diff --git a/doc/misc/statistics-channels.grammar.rst b/doc/misc/statistics-channels.grammar.rst index dda9c682b2f..7a4ef27d253 100644 --- a/doc/misc/statistics-channels.grammar.rst +++ b/doc/misc/statistics-channels.grammar.rst @@ -9,6 +9,8 @@ .. See the COPYRIGHT file distributed with this work for additional .. information regarding copyright ownership. +:: + statistics-channels { inet ( | | * ) [ port ( | * ) ] [ diff --git a/doc/misc/stub.zoneopt.rst b/doc/misc/stub.zoneopt.rst index 56fc9d9244f..d7eb4d41e43 100644 --- a/doc/misc/stub.zoneopt.rst +++ b/doc/misc/stub.zoneopt.rst @@ -9,6 +9,8 @@ .. See the COPYRIGHT file distributed with this work for additional .. information regarding copyright ownership. +:: + zone [ ] { type stub; allow-query { ; ... }; diff --git a/doc/misc/tls.grammar.rst b/doc/misc/tls.grammar.rst index 778f2f34d4b..8e572e15ec3 100644 --- a/doc/misc/tls.grammar.rst +++ b/doc/misc/tls.grammar.rst @@ -9,6 +9,8 @@ .. See the COPYRIGHT file distributed with this work for additional .. information regarding copyright ownership. +:: + tls { cert-file ; ciphers ; diff --git a/doc/misc/trust-anchors.grammar.rst b/doc/misc/trust-anchors.grammar.rst index fffb8a5b968..eabe7c082c7 100644 --- a/doc/misc/trust-anchors.grammar.rst +++ b/doc/misc/trust-anchors.grammar.rst @@ -9,6 +9,8 @@ .. See the COPYRIGHT file distributed with this work for additional .. information regarding copyright ownership. +:: + trust-anchors { ( static-key | initial-key | static-ds | initial-ds ) diff --git a/doc/misc/trusted-keys.grammar.rst b/doc/misc/trusted-keys.grammar.rst index 1428d2172ee..55cfa3805df 100644 --- a/doc/misc/trusted-keys.grammar.rst +++ b/doc/misc/trusted-keys.grammar.rst @@ -9,6 +9,8 @@ .. See the COPYRIGHT file distributed with this work for additional .. information regarding copyright ownership. +:: + trusted-keys { ; ... };, deprecated