aboutsummaryrefslogtreecommitdiff
path: root/mdwn2man
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-03-31 06:56:52 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-03-31 06:56:52 +0000
commit67cdde0327cc2ddae7d69dcee8606dc8b81cb706 (patch)
tree783307b6ba7c496653136b2d6e0d4de200c58fc7 /mdwn2man
parentd73eb7d9b2569ebb44fc79480b6ec2d8c1faea5d (diff)
downloadikiwiki-67cdde0327cc2ddae7d69dcee8606dc8b81cb706.tar
ikiwiki-67cdde0327cc2ddae7d69dcee8606dc8b81cb706.tar.gz
fix
Diffstat (limited to 'mdwn2man')
-rwxr-xr-xmdwn2man2
1 files changed, 1 insertions, 1 deletions
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;