From: Aurelien DARRAGON Date: Wed, 23 Nov 2022 13:35:06 +0000 (+0100) Subject: DOC: configuration.txt: fix typo in table_idle signature X-Git-Tag: v2.7-dev10~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fd766ddfaf5b08402c4b32e607c1aa1572b063fe;p=thirdparty%2Fhaproxy.git DOC: configuration.txt: fix typo in table_idle signature An extra ',' was mistakenly added in table_idle converter signature with commit ed36968 ("DOC: configuration.txt: add default_value for table_idle signature"). --- diff --git a/doc/configuration.txt b/doc/configuration.txt index 98a85bd64a..161e74005d 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -17965,7 +17965,7 @@ table_http_req_rate() period configured in the table. See also the sc_http_req_rate sample fetch keyword. -table_idle(
,[,]) +table_idle(
[,]) Uses the input sample to perform a look up in the specified table. If the key is not found in the table, the converter fails except if is set: this makes the converter succeed and return . If the key