From: Otto Moerbeek Date: Wed, 28 Aug 2024 13:38:08 +0000 (+0200) Subject: rec docs: fix *.lua, * has special meaning X-Git-Tag: rec-5.2.0-alpha1~108^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F14607%2Fhead;p=thirdparty%2Fpdns.git rec docs: fix *.lua, * has special meaning --- diff --git a/pdns/recursordist/settings/table.py b/pdns/recursordist/settings/table.py index 5c8fe6eed9..3fd6af8cfe 100644 --- a/pdns/recursordist/settings/table.py +++ b/pdns/recursordist/settings/table.py @@ -1364,7 +1364,7 @@ See :doc:`lua-config/index` for the options that can be set in this file. 'default' : '', 'help' : 'More powerful configuration options', 'doc' : ''' - When creating a Lua context, all *.lua files in the directory are loaded to the Lua context. + When creating a Lua context, all ``*.lua`` files in the directory are loaded into the Lua context. ''', }, {