From d6b2423c9933aa37d5d70ae020e223bfd41c4342 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0pa=C4=8Dek?= Date: Fri, 17 Jun 2022 14:33:26 +0200 Subject: [PATCH] Remove ambiguous link anchors for keys statement Unfortunatelly dnssec-policy and servers blocks use keys statements with a totally different grammar and semantics but the same name. There is no sane way to disambiguate them in text, so let's remove the link anchors to prevent errorneous linking. --- doc/arm/reference.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/arm/reference.rst b/doc/arm/reference.rst index d88848eeca..4d8a9f0dbb 100644 --- a/doc/arm/reference.rst +++ b/doc/arm/reference.rst @@ -5160,8 +5160,7 @@ any top-level ``server`` statements are used as defaults. specified, the limit is set according to the ``transfers-per-ns`` option. -.. namedconf:statement:: keys - +``keys`` The option identifies a ``key_id`` defined by the ``key`` statement, to be used for transaction security (see :ref:`tsig`) when talking to the remote server. When a request is sent to the remote @@ -5740,8 +5739,7 @@ The following options can be specified in a ``dnssec-policy`` statement: This indicates the TTL to use when generating DNSKEY resource records. The default is 1 hour (3600 seconds). -.. namedconf:statement:: keys - +``keys`` This is a list specifying the algorithms and roles to use when generating keys and signing the zone. Entries in this list do not represent specific DNSSEC keys, which may be changed on a regular