From: Remi Gacogne Date: Fri, 25 Sep 2020 14:57:54 +0000 (+0200) Subject: dnsdist: Fix documentation issues reported by Josh Soref (thanks!) X-Git-Tag: auth-4.4.0-alpha3~3^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=58bc14d75010b910f145cf7a0843143fe77633a9;p=thirdparty%2Fpdns.git dnsdist: Fix documentation issues reported by Josh Soref (thanks!) --- diff --git a/pdns/dnsdistdist/docs/reference/config.rst b/pdns/dnsdistdist/docs/reference/config.rst index f8b44df759..0a68a69dfc 100644 --- a/pdns/dnsdistdist/docs/reference/config.rst +++ b/pdns/dnsdistdist/docs/reference/config.rst @@ -868,7 +868,7 @@ Status, Statistics and More .. versionadded:: 1.6.0 - Return the `top` cache-hit response rules that matched the most. + Return the cache-hit response rules that matched the most. :param int top: How many response rules to return. @@ -876,7 +876,7 @@ Status, Statistics and More .. versionadded:: 1.6.0 - Return the `top` response rules that matched the most. + Return the response rules that matched the most. :param int top: How many response rules to return. @@ -884,7 +884,7 @@ Status, Statistics and More .. versionadded:: 1.6.0 - Return the `top` rules that matched the most. + Return the rules that matched the most. :param int top: How many rules to return. @@ -892,7 +892,7 @@ Status, Statistics and More .. versionadded:: 1.6.0 - Return the `top` self-answered rules that matched the most. + Return the self-answered rules that matched the most. :param int top: How many rules to return. @@ -995,7 +995,7 @@ Status, Statistics and More .. versionadded:: 1.6.0 - This function shows the cache-hit response rules having matched the most. + This function shows the cache-hit response rules that matched the most. :param int top: How many rules to show. :param table options: A table with key: value pairs with display options. @@ -1031,7 +1031,7 @@ Status, Statistics and More .. versionadded:: 1.6.0 - This function shows the response rules having matched the most. + This function shows the response rules that matched the most. :param int top: How many rules to show. :param table options: A table with key: value pairs with display options. @@ -1044,7 +1044,7 @@ Status, Statistics and More .. versionadded:: 1.6.0 - This function shows the rules having matched the most. + This function shows the rules that matched the most. :param int top: How many rules to show. :param table options: A table with key: value pairs with display options. @@ -1057,7 +1057,7 @@ Status, Statistics and More .. versionadded:: 1.6.0 - This function shows the self-answered response rules having matched the most. + This function shows the self-answered response rules that matched the most. :param int top: How many rules to show. :param table options: A table with key: value pairs with display options. diff --git a/pdns/dnsdistdist/docs/rules-actions.rst b/pdns/dnsdistdist/docs/rules-actions.rst index 2239566ffe..7bb336b339 100644 --- a/pdns/dnsdistdist/docs/rules-actions.rst +++ b/pdns/dnsdistdist/docs/rules-actions.rst @@ -359,7 +359,7 @@ For Rules related to the incoming query: .. versionchanged:: 1.6.0 Replaced by :func:`mvRuleToTop` - Before 1.6.0 this functions used to move the last rule to the first position, which is now handled by :func:`mvRuleToTop`. + Before 1.6.0 this function used to move the last rule to the first position, which is now handled by :func:`mvRuleToTop`. .. function:: rmRule(id) @@ -429,7 +429,7 @@ For Rules related to responses: .. versionchanged:: 1.6.0 Replaced by :func:`mvResponseRuleToTop` - Before 1.6.0, this function used to move the last response rule to the first position, which is now handled by :func:`mvResponseRuleToTop`. + Before 1.6.0 this function used to move the last response rule to the first position, which is now handled by :func:`mvResponseRuleToTop`. Functions for manipulating Cache Hit Response Rules: @@ -498,7 +498,7 @@ Functions for manipulating Cache Hit Response Rules: .. versionchanged:: 1.6.0 Replaced by :func:`mvCacheHitResponseRuleToTop` - Before 1.6.0, this function used to move the last cache hit response rule to the first position, which is now handled by :func:`mvCacheHitResponseRuleToTop`. + Before 1.6.0 this function used to move the last cache hit response rule to the first position, which is now handled by :func:`mvCacheHitResponseRuleToTop`. Functions for manipulating Self-Answered Response Rules: