]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
man pages: allow underscores in match and target names
authorMaciej Zenczykowski <maze@google.com>
Mon, 4 Apr 2011 13:29:40 +0000 (15:29 +0200)
committerPatrick McHardy <kaber@trash.net>
Mon, 4 Apr 2011 13:29:40 +0000 (15:29 +0200)
Signed-off-by: Maciej Zenczykowski <maze@google.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
extensions/GNUmakefile.in

index 74a058c141cd01af566c8958db27bb40d514053d..b96bd11f403c3815bd5ac61b2f419f47775c2559 100644 (file)
@@ -155,8 +155,8 @@ initext6.c: .initext6.dd
 #
 #      Manual pages
 #
-ex_matches = $(sort $(shell echo $(1) | LC_ALL=POSIX grep -Eo '\b[[:alnum:]]+\b'))
-ex_targets = $(sort $(shell echo $(1) | LC_ALL=POSIX grep -Eo '\b[[:alnum:]]+\b'))
+ex_matches = $(sort $(shell echo $(1) | LC_ALL=POSIX grep -Eo '\b[[:alnum:]_]+\b'))
+ex_targets = $(sort $(shell echo $(1) | LC_ALL=POSIX grep -Eo '\b[[:alnum:]_]+\b'))
 man_run    = \
        ${AM_VERBOSE_GEN} \
        for ext in $(1); do \