From 78c430616552e024fc1e7a6650302702ae4544d1 Mon Sep 17 00:00:00 2001 From: Christopher Faulet Date: Fri, 27 Sep 2019 10:45:47 +0200 Subject: [PATCH] DOC: Fix documentation about the cli command to get resolver stats In the management guide, this command was still referenced as "show stat resolvers" instead of "show resolvers". The cli command was fixed by the commit ff88efbd7 ("BUG/MINOR: dns: Fix CLI keyword declaration"). This patch fixes the issue #296. It can be backported as fas as 1.7. --- doc/management.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/management.txt b/doc/management.txt index 9973747..73fda89 100644 --- a/doc/management.txt +++ b/doc/management.txt @@ -2440,7 +2440,7 @@ show stat [{|} ] [typed|json] $ echo "show stat json" | socat /var/run/haproxy.sock stdio | \ python -m json.tool -show stat resolvers [] +show resolvers [] Dump statistics for the given resolvers section, or all resolvers sections if no section is supplied. -- 1.7.10.4