]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
doc formatting/parsing fixes
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Wed, 26 May 2021 11:00:03 +0000 (13:00 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Wed, 26 May 2021 11:00:03 +0000 (13:00 +0200)
docs/guides/svcb.rst
docs/manpages/pdns_control.1.rst
docs/upgrading.rst

index 28aaeb583ba97595ffd15273f360efea0617a4c6..27179cc09e1447fa203d77002dfb7db3a829f6a7 100644 (file)
@@ -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``.
index 3857558813dad623700c765a277121b2c64ff5cd..032cb8ef725444a05e92c823d46e56a8bbb242cf 100644 (file)
@@ -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.
index c4992392e4fe205db48061fc64c65df5bed5e477..b80049b466fb70c34a4c43e6e6fcb79597092633 100644 (file)
@@ -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
 --------------