]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Remove key_list grammar definition
authorPetr Špaček <pspacek@isc.org>
Fri, 1 Jul 2022 12:31:14 +0000 (14:31 +0200)
committerPetr Špaček <pspacek@isc.org>
Mon, 4 Jul 2022 13:50:50 +0000 (15:50 +0200)
It was used in a single place (inet statement) and it defined it in the
text anyway. Let's not clutter the glossary.

doc/arm/reference.rst

index a659faaa57387e89dd3d6bdaa180e3112b63a6a9..05e58804d79affea100839ea78b9a28a66b97322 100644 (file)
@@ -313,9 +313,6 @@ file documentation:
         :ref:`transaction security <tsig>`. Keys are defined using
         :namedconf:ref:`key` blocks.
 
-    ``key_list``
-        A list of one or more :term:`key_id` s, separated by semicolons and ending with a semicolon.
-
     ``tls_id``
         A string representing a TLS configuration object, including a key and certificate.
 
@@ -490,7 +487,7 @@ and retrieve non-DNS results from a name server.
 
    :any:`keys`
       The primary authorization mechanism of the command channel is the
-      :term:`key_list`, which contains a list of :term:`key_id` s. Each
+      list of :term:`key_id` s. Each listed
       :namedconf:ref:`key` is authorized to execute commands over the control
       channel. See :ref:`admin_tools` for information about
       configuring keys in :iscman:`rndc`.