]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: management: rename show stats domain cli "dns" to "resolvers"
authorAurelien DARRAGON <adarragon@haproxy.com>
Wed, 12 Jun 2024 09:41:54 +0000 (11:41 +0200)
committerAurelien DARRAGON <adarragon@haproxy.com>
Thu, 13 Jun 2024 13:43:09 +0000 (15:43 +0200)
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.

doc/management.txt

index 049edac8392c2a9594b048510b59db65599209e4..f7329decb5c00e1f934ed652cd9f8ecb3da8f961 100644 (file)
@@ -3264,8 +3264,8 @@ show sess <id> | older <age> | 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 <dns|proxy>] [{<iid>|<proxy>} <type> <sid>] [typed|json] \
-          [desc] [up|no-maint]
+show stat [domain <resolvers|proxy>] [{<iid>|<proxy>} <type> <sid>] \
+          [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