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").

(cherry picked from commit fd766ddfaf5b08402c4b32e607c1aa1572b063fe)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
This commit is contained in:
Aurelien DARRAGON 2022-11-23 14:35:06 +01:00 committed by Christopher Faulet
parent df6e94633e
commit d8a7a1af58

View File

@ -17852,7 +17852,7 @@ table_http_req_rate(<table>)
period configured in the table. See also the sc_http_req_rate sample fetch
keyword.
table_idle(<table>,[,<default_value>])
table_idle(<table>[,<default_value>])
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 <default_value> is
set: this makes the converter succeed and return <default_value>. If the key