]> granicus.if.org Git - pdns/commitdiff
docs: Fix a few reference markup errors
authorMatt Nordhoff <mnordhoff@mattnordhoff.com>
Tue, 9 Apr 2019 07:47:55 +0000 (07:47 +0000)
committerMatt Nordhoff <mnordhoff@mattnordhoff.com>
Tue, 9 Apr 2019 07:49:36 +0000 (07:49 +0000)
docs/dnsupdate.rst
docs/settings.rst
pdns/dnsdistdist/docs/rules-actions.rst
pdns/recursordist/docs/settings.rst

index 94ed0b0fc06ff02c37012f68252e9c77aceb4c24..1aebf30c03723c89e79656b0534b237a53757274 100644 (file)
@@ -98,7 +98,7 @@ ALLOW-DNSUPDATE-FROM
 ~~~~~~~~~~~~~~~~~~~~
 
 This setting has the same function as described in the configuration
-options (See ref:`above <dnsupdate-configuration-options>`). Only one item is
+options (See :ref:`above <dnsupdate-configuration-options>`). Only one item is
 allowed per row, but multiple rows can be added. An example:
 
 ::
@@ -152,7 +152,7 @@ the IP(-range) of the updater still needs to be allowed via ``ALLOW-DNSUPDATE-FR
 FORWARD-DNSUPDATE
 ~~~~~~~~~~~~~~~~~
 
-See `Configuration options <dnsupdate-configuration-options>` for what it does,
+See :ref:`Configuration options <dnsupdate-configuration-options>` for what it does,
 but per domain.
 
 ::
index eab1244d270046cbe771b179dcf3c2b2f772292c..a635bf00093228b5ccc40efb10dc88c1071ab8ed 100644 (file)
@@ -898,7 +898,7 @@ Turn on master support. See :ref:`master-operation`.
 
 .. versionchanged:: 4.1.0
   The packet and query caches are distinct. Previously, this setting was used for
-  both the packet and query caches. See ref:`setting-max-packet-cache-entries` for
+  both the packet and query caches. See :ref:`setting-max-packet-cache-entries` for
   the packet-cache setting.
 
 Maximum number of entries in the query cache. 1 million (the default)
@@ -1022,7 +1022,7 @@ compile-time.
 -  Integer
 -  Default: 60
 
-Seconds to store queries with no answer in the Query Cache. See ref:`query-cache`.
+Seconds to store queries with no answer in the Query Cache. See :ref:`query-cache`.
 
 .. _setting-no-config:
 
index 1ed837dea24f83cb38cdaf85863c0d9b8aff6eb5..9dbb3f6a4c9329616f4932a93bf3e05bfe7d3264 100644 (file)
@@ -717,7 +717,7 @@ These ``DNSRule``\ s be one of the following items:
 .. function:: RecordsTypeCountRule(section, qtype, minCount, maxCount)
 
   Matches if there is at least ``minCount`` and at most ``maxCount`` records of type ``type`` in the section ``section``.
-  ``section`` can be specified as an integer or as a ref:`DNSSection`.
+  ``section`` can be specified as an integer or as a :ref:`DNSSection`.
   ``qtype`` may be specified as an integer or as one of the built-in QTypes, for instance ``dnsdist.A`` or ``dnsdist.TXT``.
 
   :param int section: The section to match on
index 78286bb97be37e2d03549f45c0203d12970d41ff..95bf43b3f7f501ae92d927fabdcc2301167ed763 100644 (file)
@@ -1707,7 +1707,7 @@ If a PID file should be written to `socket-dir`_
 The server will trust XPF records found in queries sent from those netmasks (both IPv4 and IPv6),
 and will adjust queries' source and destination accordingly. This is especially useful when the recursor
 is placed behind a proxy like `dnsdist <https://dnsdist.org>`_.
-Note that the ref:`setting-allow-from` setting is still applied to the original source address, and thus access restriction
+Note that the :ref:`setting-allow-from` setting is still applied to the original source address, and thus access restriction
 should be done on the proxy.
 
 .. _setting-xpf-rr-code: