From: Otto Moerbeek Date: Fri, 9 Dec 2022 15:26:09 +0000 (+0100) Subject: List default of top argument of topX functions X-Git-Tag: dnsdist-1.8.0-rc1~170^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F12311%2Fhead;p=thirdparty%2Fpdns.git List default of top argument of topX functions --- diff --git a/pdns/dnsdistdist/docs/reference/config.rst b/pdns/dnsdistdist/docs/reference/config.rst index 828b83e230..cf6cd011b0 100644 --- a/pdns/dnsdistdist/docs/reference/config.rst +++ b/pdns/dnsdistdist/docs/reference/config.rst @@ -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])