From: Thierry FOURNIER / OZON.IO Date: Mon, 12 Dec 2016 15:24:16 +0000 (+0100) Subject: DOC: lua: Documentation about some entry missing X-Git-Tag: v1.8-dev1~296 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b210bcc559ffcbe691e9bd0eb9e0c91a94574045;p=thirdparty%2Fhaproxy.git DOC: lua: Documentation about some entry missing The parameter "value" of the function TXN.set_var() was not documented. This is a regression from the commit 85d79c94a93211b156ec644e164b178f5d7101fa. This patch must be backported in 1.7 --- diff --git a/doc/lua-api/index.rst b/doc/lua-api/index.rst index 26449a2df1..22c053884a 100644 --- a/doc/lua-api/index.rst +++ b/doc/lua-api/index.rst @@ -1521,6 +1521,8 @@ TXN class :param class_txn txn: The class txn object containing the data. :param string var: The variable name according with the HAProxy variable syntax. + :param type value: The value associated to the variable. The type can be string or + integer. .. js:function:: TXN.unset_var(TXN, var)