From 8b117fbbadf30ad9a4cc353585bd21ef47e8492d Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Fri, 9 Dec 2022 16:26:09 +0100 Subject: [PATCH] List default of top argument of topX functions --- pdns/dnsdistdist/docs/reference/config.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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]) -- 2.47.2