git://git.exim.org
/
users
/
heiko
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Improved ratelimit ACL condition.
[users/heiko/exim.git]
/
doc
/
doc-docbook
/
Tidytxt
diff --git
a/doc/doc-docbook/Tidytxt
b/doc/doc-docbook/Tidytxt
index a56124ccfacddb0d383bcf6536867884adec2a69..a628b6dcf81105c3a4a26fd05f9cae88b345dc26 100755
(executable)
--- a/
doc/doc-docbook/Tidytxt
+++ b/
doc/doc-docbook/Tidytxt
@@
-38,6
+38,11
@@
foreach $line (@lines)
$line =~ s/\x{e2}\x{95}\x{b2}/\\/g;
$line =~ s/\x{e2}\x{95}\x{b3}/X/g;
$line =~ s/\x{e2}\x{95}\x{b2}/\\/g;
$line =~ s/\x{e2}\x{95}\x{b3}/X/g;
+ # w3m rendering issue apparently only seen by pdp
+ # affects section numbers after the ToC, some info on spool-file -lines, etc
+ # always appears to be a spurious extra character, safely just dropped.
+ $line =~ s/\x{c2}//g;
+
if ($line =~ /^\s*$/)
{
$line = "" if $lastwasblank;
if ($line =~ /^\s*$/)
{
$line = "" if $lastwasblank;