From: Otto Moerbeek Date: Mon, 4 Nov 2024 11:54:21 +0000 (+0100) Subject: Apply suggestions from code review X-Git-Tag: rec-5.2.0-alpha1~12^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb3a8b0787fd16045a933a1a4584279b2a868880;p=thirdparty%2Fpdns.git Apply suggestions from code review Co-authored-by: Remi Gacogne --- diff --git a/pdns/recursordist/docs/lua-scripting/functions.rst b/pdns/recursordist/docs/lua-scripting/functions.rst index a70c503c35..79690f1099 100644 --- a/pdns/recursordist/docs/lua-scripting/functions.rst +++ b/pdns/recursordist/docs/lua-scripting/functions.rst @@ -26,7 +26,7 @@ These are some functions that don't really have a place in one of the other cate .. versionadded:: 5.2.0 - Spawn a thread. + Spawn a new thread running the supplied Lua script in a newly created Lua context. :param str script: The pathname of the Lua script to run. @@ -37,7 +37,7 @@ These are some functions that don't really have a place in one of the other cate .. versionadded:: 5.2.0 - Put a record cache dump into the record cache. + Load a record cache dump into the record cache. :param str dump: The data in the proprietary format produced by :func:`getRecordCacheRecords`). :returns: The number of records inserted into the record cache.