8215308: pandoc-html-manpage-filter.js does not work for [un]pack200
authorjjg
Wed, 09 Jan 2019 08:49:26 -0800
changeset 53228 e7738fd1c974
parent 53227 f15d443f9731
child 53229 76a4b08fdf59
8215308: pandoc-html-manpage-filter.js does not work for [un]pack200 Reviewed-by: erikj
make/scripts/pandoc-html-manpage-filter.js
--- a/make/scripts/pandoc-html-manpage-filter.js	Wed Jan 09 11:13:00 2019 -0400
+++ b/make/scripts/pandoc-html-manpage-filter.js	Wed Jan 09 08:49:26 2019 -0800
@@ -86,7 +86,7 @@
 function change_title(type, value) {
     if (type === 'MetaInlines') {
         if (value[0].t === 'Str') {
-            var match = value[0].c.match(/^([A-Z]+)\([0-9]+\)$/);
+            var match = value[0].c.match(/^([A-Z0-9]+)\([0-9]+\)$/);
             if (match) {
                 return MetaInlines([
                         Str("The"), Space(),