]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Compatibility for building ARM on older sphinx
authorPetr Menšík <pemensik@redhat.com>
Sat, 24 Sep 2022 18:22:20 +0000 (14:22 -0400)
committerPetr Špaček <pspacek@isc.org>
Mon, 26 Sep 2022 15:29:07 +0000 (17:29 +0200)
Make documentation building successful even on RHEL9 sphinx 3.4.3. It
does not like case-insensitive matching of terms, so provide lowercase
text description with Uppercase word reference.

(cherry picked from commit bc6c6b1184ff1441bddb37cb4d3e2cf7481f2f1d)

doc/arm/dnssec.inc.rst
doc/arm/reference.rst

index dab187f0289eab72d46301fe8489fd819bbb5d0e..107e592aefebc9562a3f75bd201c26654904b3e4 100644 (file)
@@ -282,7 +282,7 @@ NSEC3
 
 To sign using :ref:`NSEC3 <advanced_discussions_nsec3>` instead of :ref:`NSEC
 <advanced_discussions_nsec>`, add an NSEC3PARAM record to the initial update
-request. The :term:`OPTOUT <opt-out>` bit in the NSEC3
+request. The :term:`OPTOUT <Opt-out>` bit in the NSEC3
 chain can be set in the flags field of the
 NSEC3PARAM record.
 
index f004298564dcb28d5da02eef4d94eff7fc758535..766aaa3ee4e9cdc53c6332dff183665cdbb57130 100644 (file)
@@ -5091,8 +5091,8 @@ The following options can be specified in a ``dnssec-policy`` statement:
     of the indicated length.
 
     .. warning::
-       Do not use extra :term:`iterations`, :term:`salt`, and
-       :term:`opt-out` unless their implications are fully understood.
+       Do not use extra :term:`iterations <Iterations>`, :term:`salt <Salt>`, and
+       :term:`opt-out <Opt-out>` unless their implications are fully understood.
        A higher number of iterations causes interoperability problems and opens
        servers to CPU-exhausting DoS attacks.