aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdocbook/make-wsluarm.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/docbook/make-wsluarm.pl b/docbook/make-wsluarm.pl
index 29f3a8b6a4..5c0b8db740 100755
--- a/docbook/make-wsluarm.pl
+++ b/docbook/make-wsluarm.pl
@@ -102,7 +102,7 @@ my @control =
(
# This will be scanned in order trying to match the re if it matches
# the body will be executed immediatelly after.
-[ 'WSLUA_MODULE\s*([A-Z][a-zA-Z]+)([^\*]*)',
+[ 'WSLUA_MODULE\s*([A-Z][a-zA-Z0-9]+)([^\*]*)',
sub {
$module{name} = $1;
$module{descr} = $2