From: Remi Gacogne Date: Thu, 24 Jun 2021 07:44:44 +0000 (+0200) Subject: dnsdist: Fix the documentation: LuaFFIPerThread* take a string returning a function X-Git-Tag: dnsdist-1.7.0-alpha1~88^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa48e18b5b7ba078b23557e1c4bb171c84529e93;p=thirdparty%2Fpdns.git dnsdist: Fix the documentation: LuaFFIPerThread* take a string returning a function --- diff --git a/pdns/dnsdistdist/docs/rules-actions.rst b/pdns/dnsdistdist/docs/rules-actions.rst index 1ce55f34bf..61e456b497 100644 --- a/pdns/dnsdistdist/docs/rules-actions.rst +++ b/pdns/dnsdistdist/docs/rules-actions.rst @@ -508,7 +508,7 @@ These ``DNSRule``\ s be one of the following items: The function will be invoked in a per-thread Lua state, without access to the global Lua state. - :param string function: the name of a Lua function + :param string function: a Lua string returning a Lua function .. function:: LuaFFIRule(function) @@ -1020,7 +1020,7 @@ The following actions exist. The function will be invoked in a per-thread Lua state, without access to the global Lua state. - :param string function: the name of a Lua function + :param string function: a Lua string returning a Lua function .. function:: LuaFFIPerThreadResponseAction(function) @@ -1032,7 +1032,7 @@ The following actions exist. The function will be invoked in a per-thread Lua state, without access to the global Lua state. - :param string function: the name of a Lua function + :param string function: a Lua string returning a Lua function .. function:: LuaFFIResponseAction(function)