From 0b90f310ddb822d9f03107f9e7ba7b2788c4ed82 Mon Sep 17 00:00:00 2001 From: Thierry FOURNIER Date: Wed, 29 Jan 2014 20:40:18 +0100 Subject: [PATCH] MINOR: doc: Bad cli function name. The documentation describe a "disable" function, but "enable" is writed. --- doc/configuration.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/configuration.txt b/doc/configuration.txt index a1b35ac25..b8814277d 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 -- 2.47.3