diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-03-31 06:56:52 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-03-31 06:56:52 +0000 |
commit | 67cdde0327cc2ddae7d69dcee8606dc8b81cb706 (patch) | |
tree | 783307b6ba7c496653136b2d6e0d4de200c58fc7 /mdwn2man | |
parent | d73eb7d9b2569ebb44fc79480b6ec2d8c1faea5d (diff) |
fix
Diffstat (limited to 'mdwn2man')
-rwxr-xr-x | mdwn2man | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |