From: Matt Nordhoff Date: Tue, 9 Apr 2019 07:47:55 +0000 (+0000) Subject: docs: Fix a few reference markup errors X-Git-Tag: rec-4.2.0-rc1~43^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e031caf712eb69c68914f95a0252bbcb2ba61ec;p=thirdparty%2Fpdns.git docs: Fix a few reference markup errors --- diff --git a/docs/dnsupdate.rst b/docs/dnsupdate.rst index 94ed0b0fc0..1aebf30c03 100644 --- a/docs/dnsupdate.rst +++ b/docs/dnsupdate.rst @@ -98,7 +98,7 @@ ALLOW-DNSUPDATE-FROM ~~~~~~~~~~~~~~~~~~~~ This setting has the same function as described in the configuration -options (See ref:`above `). Only one item is +options (See :ref:`above `). 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 ` for what it does, +See :ref:`Configuration options ` for what it does, but per domain. :: diff --git a/docs/settings.rst b/docs/settings.rst index eab1244d27..a635bf0009 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -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: diff --git a/pdns/dnsdistdist/docs/rules-actions.rst b/pdns/dnsdistdist/docs/rules-actions.rst index 1ed837dea2..9dbb3f6a4c 100644 --- a/pdns/dnsdistdist/docs/rules-actions.rst +++ b/pdns/dnsdistdist/docs/rules-actions.rst @@ -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 diff --git a/pdns/recursordist/docs/settings.rst b/pdns/recursordist/docs/settings.rst index 78286bb97b..95bf43b3f7 100644 --- a/pdns/recursordist/docs/settings.rst +++ b/pdns/recursordist/docs/settings.rst @@ -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 `_. -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: