summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/local.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/local.mk b/doc/local.mk
index a7d2411e7..37c5621e3 100644
--- a/doc/local.mk
+++ b/doc/local.mk
@@ -113,8 +113,8 @@ sc-avoid-zeroes:
# The leading backslash exemption is to permit in-macro uses like
# @var{\varName\} where the upper case letter is part of a parameter name.
find_upper_case_var = \
- '/\@var{/ or next; \
- while (/\@var{(.+?)}/g) \
+ '/\@var\{/ or next; \
+ while (/\@var\{(.+?)}/g) \
{ \
$$v = $$1; \
$$v =~ /[A-Z]/ && $$v !~ /^\\/ and (print "$$ARGV:$$.:$$_"), $$m = 1 \