From d6129fca8b541f50d28a0a7784b1ed6ced71510e Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Fri, 28 Jul 2017 16:52:23 +0200 Subject: [PATCH] DOC: fix alphabetical order of "show commands" in management.txt "show acl" and "show backend" were misplaced. --- doc/management.txt | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/doc/management.txt b/doc/management.txt index df091bb43..5a5e093bb 100644 --- a/doc/management.txt +++ b/doc/management.txt @@ -1715,6 +1715,17 @@ set weight / [%] "admin". Both the backend and the server may be specified either by their name or by their numeric ID, prefixed with a sharp ('#'). +show acl [] + Dump info about acl converters. Without argument, the list of all available + acls is returned. If a is specified, its contents are dumped. if + the # or . The dump format is the same than the map even for the + sample value. The data returned are not a list of available ACL, but are the + list of all patterns composing any ACL. Many of these patterns can be shared + with maps. + +show backend + Dump the list of backends available in the running process + show cli sockets List CLI sockets. The output format is composed of 3 fields separated by spaces. The first field is the socket address, it can be a unix socket, a @@ -1798,9 +1809,6 @@ show errors [|] [request|response] is the slash ('/') in header name "header/bizarre", which is not a valid HTTP character for a header name. -show backend - Dump the list of backends available in the running process - show info [typed|json] Dump info about haproxy status on current process. If "typed" is passed as an optional argument, field numbers, names and types are emitted as well so that @@ -1915,14 +1923,6 @@ show map [] are not directly a list of available maps, but are the list of all patterns composing any map. Many of these patterns can be shared with ACL. -show acl [] - Dump info about acl converters. Without argument, the list of all available - acls is returned. If a is specified, its contents are dumped. if - the # or . The dump format is the same than the map even for the - sample value. The data returned are not a list of available ACL, but are the - list of all patterns composing any ACL. Many of these patterns can be shared - with maps. - show pools Dump the status of internal memory pools. This is useful to track memory usage when suspecting a memory leak for example. It does exactly the same