From: joey Date: Sat, 31 Mar 2007 06:56:52 +0000 (+0000) Subject: fix X-Git-Tag: 1.49~133 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/67cdde0327cc2ddae7d69dcee8606dc8b81cb706?ds=inline fix --- diff --git a/mdwn2man b/mdwn2man index 86a524bd6..d3db43165 100755 --- a/mdwn2man +++ b/mdwn2man @@ -7,7 +7,7 @@ my $section=shift; print ".TH $prog $section\n"; while (<>) { - s{(\\?)\[\[([^\s\|\]]+)(\|[^\s\]])?\]\]}{$1 ? "[[$2]]" : $2}eg; + s{(\\?)\[\[([^\s\|\]]+)(\|[^\s\]]+)?\]\]}{$1 ? "[[$2]]" : $2}eg; if (/^#\s/) { s/^#\s/.SH /; <>; # blank;