]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Apply suggestions from code review
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 4 Nov 2024 11:54:21 +0000 (12:54 +0100)
committerGitHub <noreply@github.com>
Mon, 4 Nov 2024 11:54:21 +0000 (12:54 +0100)
Co-authored-by: Remi Gacogne <github@coredump.fr>
pdns/recursordist/docs/lua-scripting/functions.rst

index a70c503c35cdd7c5a6aedbca73dbd2621a6d2df7..79690f1099ee35c706581679b72ce21a1c09ae75 100644 (file)
@@ -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.