]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
List default of top argument of topX functions 12311/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 9 Dec 2022 15:26:09 +0000 (16:26 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 9 Dec 2022 15:26:09 +0000 (16:26 +0100)
pdns/dnsdistdist/docs/reference/config.rst

index 828b83e230bca55bdc107a8fca89691db5c67491..cf6cd011b0ca4d9d25da6c5ec9e89e221d0b200b 100644 (file)
@@ -1101,7 +1101,7 @@ Status, Statistics and More
 
   Return the cache-hit response rules that matched the most.
 
-  :param int top: How many response rules to return.
+  :param int top: How many response rules to return. Default is 10.
 
 .. function:: getTopCacheInsertedResponseRules([top])
 
@@ -1109,7 +1109,7 @@ Status, Statistics and More
 
   Return the cache-inserted response rules that matched the most.
 
-  :param int top: How many response rules to return.
+  :param int top: How many response rules to return. Default is 10.
 
 .. function:: getTopResponseRules([top])
 
@@ -1117,7 +1117,7 @@ Status, Statistics and More
 
   Return the response rules that matched the most.
 
-  :param int top: How many response rules to return.
+  :param int top: How many response rules to return. Default is 10.
 
 .. function:: getTopRules([top])
 
@@ -1125,7 +1125,7 @@ Status, Statistics and More
 
   Return the rules that matched the most.
 
-  :param int top: How many rules to return.
+  :param int top: How many rules to return. Default is 10.
 
 .. function:: getTopSelfAnsweredRules([top])
 
@@ -1133,7 +1133,7 @@ Status, Statistics and More
 
   Return the self-answered rules that matched the most.
 
-  :param int top: How many rules to return.
+  :param int top: How many rules to return. Default is 10.
 
 .. function:: grepq(selector[, num])
               grepq(selectors[, num])