aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdist-tools/manServer.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/dist-tools/manServer.pl b/dist-tools/manServer.pl
index 7b968117..6573f650 100755
--- a/dist-tools/manServer.pl
+++ b/dist-tools/manServer.pl
@@ -582,7 +582,7 @@ sub outputLine
s,\\t,\t,g;
s,\\%, ,g;
- s,\\{,,g;
+ s,\\\{,,g;
s,\\},,g;
s,\\$,,g;
@@ -1953,9 +1953,9 @@ sub processTable
$rowref->[$troffCol] .= "$style2</TD>";
++$troffCol;
}
- elsif ($col =~ m/T{/) #}
+ elsif ($col =~ m/T\{/) #}
{
- $col =~ s/T{//; #}
+ $col =~ s/T\{//; #}
$rowref->[$troffCol] = "<TD$align>$style1$col";
$troffMultiline = 1;
}