]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Hyperlink domain_name grammar elements
authorPetr Špaček <pspacek@isc.org>
Fri, 1 Jul 2022 11:01:55 +0000 (13:01 +0200)
committerPetr Špaček <pspacek@isc.org>
Mon, 4 Jul 2022 13:50:50 +0000 (15:50 +0200)
Hyperlinked manually to avoid needless repetition in the Rset ordering
chapter.

doc/arm/reference.rst

index 97cbed8b4433561da586f46cf106ebd176e22f99..77a44daed92493eccf3e314c299af900a1c2a804 100644 (file)
@@ -288,7 +288,7 @@ file documentation:
         A quoted string which is used as a DNS name; for example: ``my.test.domain``.
 
     ``namelist``
-        A list of one or more ``domain_name`` elements.
+        A list of one or more :term:`domain_name` elements.
 
     ``dotted_decimal``
         One to four integers valued 0 through 255 and separated by dots (``.``), such as ``123.45.67`` or ``89.123.45.67``.
@@ -313,7 +313,7 @@ file documentation:
         When specifying a prefix involving an IPv6-scoped address, the scope may be omitted. In that case, the prefix matches packets from any scope.
 
     ``key_id``
-        A ``domain_name`` representing the name of a shared key, to be used for
+        A :term:`domain_name` representing the name of a shared key, to be used for
         :ref:`transaction security <tsig>`. Keys are defined using
         :namedconf:ref:`key` blocks.
 
@@ -3815,7 +3815,7 @@ RRset Ordering
      - If no :any:`type` is specified, the default is ``ANY``.
      - If no ``name`` is specified, the default is ``*`` (asterisk).
 
-   ``<domain_name>`` only matches the name itself, not any of its
+   :term:`<domain_name> <domain_name>` only matches the name itself, not any of its
    subdomains.  To make a rule match all subdomains of a given name, a
    wildcard name (``*.<domain_name>``) must be used.  Note that
    ``*.<domain_name>`` does *not* match ``<domain_name>`` itself; to