From: Peter van Dijk Date: Wed, 26 May 2021 11:00:03 +0000 (+0200) Subject: doc formatting/parsing fixes X-Git-Tag: auth-4.5.0-beta1~17^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=107c81dbd7561be7f0f889a576080091d030670c;p=thirdparty%2Fpdns.git doc formatting/parsing fixes --- diff --git a/docs/guides/svcb.rst b/docs/guides/svcb.rst index 28aaeb583b..27179cc09e 100644 --- a/docs/guides/svcb.rst +++ b/docs/guides/svcb.rst @@ -9,7 +9,7 @@ Apart from that, there's the PowerDNS special for "autohints". Automatic hints --------------- PowerDNS can automatically fill in ``ipv4hint`` and ``ipv6hint`` parameters in SVCB records based on A and AAAA records already present in the zone. -This can be enabled by setting :ref:`setting-svc-autohint` to 'yes'. +This can be enabled by setting :ref:`setting-svc-autohints` to 'yes'. Consider the following zone content:: @@ -82,4 +82,4 @@ It will emit a warning when there are no hints to be found:: When autohints exist but are disabled ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -When :ref:`setting-svc-autohint` is not enabled, the parameter is dropped when its value is ``auto``. +When :ref:`setting-svc-autohints` is not enabled, the parameter is dropped when its value is ``auto``. diff --git a/docs/manpages/pdns_control.1.rst b/docs/manpages/pdns_control.1.rst index 3857558813..032cb8ef72 100644 --- a/docs/manpages/pdns_control.1.rst +++ b/docs/manpages/pdns_control.1.rst @@ -81,7 +81,7 @@ Dump all statistics and their values in a comma separated list, equivalent to ``show *``. list-zones [primary,secondary,native] -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Show a list of zones, optionally filter on the type of zones to show. diff --git a/docs/upgrading.rst b/docs/upgrading.rst index c4992392e4..b80049b466 100644 --- a/docs/upgrading.rst +++ b/docs/upgrading.rst @@ -43,9 +43,9 @@ Their old names still work in 4.5.x, but will be removed in the release after it Changed defaults ~~~~~~~~~~~~~~~~ -- The default value of the ``consistent-backends`` option has been changed from ``no`` to ``yes``. -- The default value of the ``max-nsec3-iterations`` option has been changed from ``500`` to ``100``. -- The default value of the ``timeout`` option for :ref:`ifportup` and :ref:`ifurlup` functions has been changed from ``1`` to ``2`` seconds. +- The default value of the :ref:`setting-consistent-backends` option has been changed from ``no`` to ``yes``. +- The default value of the :ref:`setting-max-nsec3-iterations` option has been changed from ``500`` to ``100``. +- The default value of the ``timeout`` parameter for :func:`ifportup` and :func:`ifurlup` functions has been changed from ``1`` to ``2`` seconds. 4.3.x to 4.4.0 --------------