# Patch output of man2html translation of manual page # to fix infelicitous results. # Copies Perl standard input (<>) to standard output; # redirect as appropriate. $state = 0; # Waiting for start of HTML while ($l = <>) { $l =~ s/\s*$//; if ($state == 0) { if (!($l =~ m//)) { next; } $state = 1; } if ($l =~ m--) { } if ($l =~ m/>Return to Main Contents) { $l = '