]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
MINOR: doc: Bad cli function name.
authorThierry FOURNIER <tfournier@exceliance.fr>
Wed, 29 Jan 2014 19:40:18 +0000 (20:40 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 31 Jan 2014 13:48:55 +0000 (14:48 +0100)
The documentation describe a "disable" function,  but "enable" is
writed.

doc/configuration.txt

index a1b35ac25396c6ce5e44e3c36ad00365a4774c6b..b8814277da534c7d8ddef3314a4c217fdb64e67b 100644 (file)
@@ -12574,7 +12574,10 @@ clear table <table> [ data.<type> <operator> <value> ] | [ key <key> ]
         $ echo "show table http_proxy" | socat stdio /tmp/sock1
     >>> # table: http_proxy, type: ip, size:204800, used:1
 
-enable agent <backend>/<server>
+del map <map> <key>
+  Delete all the map entries from the map <map> corresponding to the key <key>.
+
+disable agent <backend>/<server>
   Mark the auxiliary agent check as temporarily stopped.
 
   In the case where an agent check is being run as a auxiliary check, due
@@ -12596,9 +12599,6 @@ enable agent <backend>/<server>
   This command is restricted and can only be issued on sockets configured for
   level "admin".
 
-del map <map> <key>
-  Delete all the map entries from the map <map> corresponding to the key <key>.
-
 disable frontend <frontend>
   Mark the frontend as temporarily stopped. This corresponds to the mode which
   is used during a soft restart : the frontend releases the port but can be