From: Thierry FOURNIER Date: Wed, 29 Jan 2014 19:40:18 +0000 (+0100) Subject: MINOR: doc: Bad cli function name. X-Git-Tag: v1.5-dev22~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b90f310ddb822d9f03107f9e7ba7b2788c4ed82;p=thirdparty%2Fhaproxy.git MINOR: doc: Bad cli function name. The documentation describe a "disable" function, but "enable" is writed. --- diff --git a/doc/configuration.txt b/doc/configuration.txt index a1b35ac253..b8814277da 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -12574,7 +12574,10 @@ clear table [ data. ] | [ key ] $ echo "show table http_proxy" | socat stdio /tmp/sock1 >>> # table: http_proxy, type: ip, size:204800, used:1 -enable agent / +del map + Delete all the map entries from the map corresponding to the key . + +disable agent / 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 / This command is restricted and can only be issued on sockets configured for level "admin". -del map - Delete all the map entries from the map corresponding to the key . - disable 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