MINOR: doc: Bad cli function name.

The documentation describe a "disable" function,  but "enable" is
writed.
This commit is contained in:
Thierry FOURNIER 2014-01-29 20:40:18 +01:00 committed by Willy Tarreau
parent 98d9695518
commit 0b90f310dd

View File

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