From: Aurelien DARRAGON Date: Wed, 12 Jun 2024 09:41:54 +0000 (+0200) Subject: DOC: management: rename show stats domain cli "dns" to "resolvers" X-Git-Tag: v3.1-dev1~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf913c2f9;p=thirdparty%2Fhaproxy.git DOC: management: rename show stats domain cli "dns" to "resolvers" In commit f8642ee82 ("MEDIUM: resolvers: rename dns extra counters to resolvers extra counters"), we renamed "dns" counters to "resolvers", but we forgot to update the documentation accordingly. This may be backported to all stable versions. --- diff --git a/doc/management.txt b/doc/management.txt index 049edac839..f7329decb5 100644 --- a/doc/management.txt +++ b/doc/management.txt @@ -3264,8 +3264,8 @@ show sess | older | susp | all is meant to be interpreted while checking function strm_dump_to_buffer() in src/stream.c to figure the exact meaning of certain fields. -show stat [domain ] [{|} ] [typed|json] \ - [desc] [up|no-maint] +show stat [domain ] [{|} ] \ + [typed|json] [desc] [up|no-maint] Dump statistics. The domain is used to select which statistics to print; dns and proxy are available for now. By default, the CSV format is used; you can activate the extended typed output format described in the section above if