]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: configuration.txt: fix typo in table_idle signature
authorAurelien DARRAGON <adarragon@haproxy.com>
Wed, 23 Nov 2022 13:35:06 +0000 (14:35 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 23 Nov 2022 16:21:18 +0000 (17:21 +0100)
An extra ',' was mistakenly added in table_idle converter signature
with commit ed36968 ("DOC: configuration.txt: add default_value for
table_idle signature").

doc/configuration.txt

index 98a85bd64a896c7743fd869f76df9d703af9a84b..161e74005d104ec49d7088dd740e1f3767ecdb6a 100644 (file)
@@ -17965,7 +17965,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