From b4fc9e293dcbf8daf61d46caff972ed9be8530cd Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Thu, 21 Apr 2022 14:17:44 +0200 Subject: [PATCH] dnsdist: Use the right function name (setVerbose) in the documentation Co-authored-by: Charles-Henri Bruyand --- pdns/dnsdistdist/docs/reference/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/dnsdistdist/docs/reference/config.rst b/pdns/dnsdistdist/docs/reference/config.rst index f30de7b3ab..d67705bdb4 100644 --- a/pdns/dnsdistdist/docs/reference/config.rst +++ b/pdns/dnsdistdist/docs/reference/config.rst @@ -1055,7 +1055,7 @@ Status, Statistics and More :param {str} selectors: A lua table of selectors. Only queries matching all selectors are shown :param int num: Show a maximum of ``num`` recent queries+responses, default is 10. -.. function:: setVerboseHealthChecks(verbose) +.. function:: setVerbose(verbose) .. versionadded:: 1.8.0 -- 2.47.2