]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Fix documentation issues reported by Josh Soref (thanks!) 9532/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 25 Sep 2020 14:57:54 +0000 (16:57 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 25 Sep 2020 14:57:54 +0000 (16:57 +0200)
pdns/dnsdistdist/docs/reference/config.rst
pdns/dnsdistdist/docs/rules-actions.rst

index f8b44df759832aaa917e5357006498ca12057a4e..0a68a69dfc22ded37e8fdf5364ec05f5d1eddba6 100644 (file)
@@ -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.
index 2239566ffef7d49c0f34b6a6b3eeed1bb4bad62e..7bb336b3395bcb1a22a4f94d407c56c540969cdf 100644 (file)
@@ -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: