From: Otto Moerbeek Date: Wed, 2 Oct 2024 08:45:18 +0000 (+0200) Subject: Small docs fixes X-Git-Tag: rec-5.2.0-alpha1~53^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F14742%2Fhead;p=thirdparty%2Fpdns.git Small docs fixes --- diff --git a/pdns/recursordist/settings/table.py b/pdns/recursordist/settings/table.py index d06bf885e7..1262b51132 100644 --- a/pdns/recursordist/settings/table.py +++ b/pdns/recursordist/settings/table.py @@ -1564,7 +1564,7 @@ Previously, this limit was fixed at 10. 'help' : 'Limit answers to ANY queries in size', 'doc' : ''' Limit answers to ANY queries constructed from the record cache in size. -Trying to retrieve more than `:xref:setting-max-rrset-size` records will result in a ``ServFail``', +Trying to retrieve more than :ref:`setting-max-rrset-size` records will result in a ``ServFail``', ''', 'versionadded': ['4.9.9', '5.0.9', '5.1.2'] }, @@ -1578,7 +1578,7 @@ Trying to retrieve more than `:xref:setting-max-rrset-size` records will result Maximum size of RRSets in cache. Trying to retrieve larger RRSets will result in a ``ServFail``.', ''', - 'versionadded': ['4.9.x', '5.0.y', '5.1.x'] + 'versionadded': ['4.9.9', '5.0.9', '5.1.2'] }, { 'name' : 'max_ns_address_qperq',