tr_fixltgt(1)
NAME
       tr_fixltgt -- fix < and > in text parts of html files to become <
       and >
SYNOPSIS
        tr_fixltgt [-hpv]  html-files
DESCRIPTION
       tr_fixltgt opens all files listed on the command line and edits these
       files. It will fix < and > in text parts (not in Tags) and change them
       to < and >. This works of course only where the < and > are rec-
       ognized as misplaced.
       File access permissions are preserved.
OPTIONS
       -h short help
       -p print to stdout and do not modify any files.
       -v show only what would be changed but do not change anything
EXAMPLE
       tr_fixltgt -v index.html or to really change the file: tr_fixltgt
       index.html
AUTHOR
       tr_fixltgt is part of the HTML::TagReader package and was written by
       Guido Socher [guido(at)linuxfocus.org]
perl v5.8.8                       2006-06-22                     TR_FIXLTGT(1)
Man(1) output converted with
man2html