From: Christopher Faulet Date: Fri, 27 Sep 2019 08:45:47 +0000 (+0200) Subject: DOC: Fix documentation about the cli command to get resolver stats X-Git-Tag: v2.1-dev2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=78c430616552e024fc1e7a6650302702ae4544d1;p=thirdparty%2Fhaproxy.git 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. --- diff --git a/doc/management.txt b/doc/management.txt index 9973747ac1..73fda89748 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.