diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-01-10 00:56:41 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-01-10 00:56:41 (GMT) |
commit | 630e0a34e65e147a58266f129ff336945b9fbc5e (patch) | |
tree | 357353fe6b1d9c8c88dbf4ffb5ba04c4f38a7c17 /tools/tcltk-man2html.tcl | |
parent | 4fa186f2a0a170f444dba8467015f295231cbfd3 (diff) | |
download | tcl-630e0a34e65e147a58266f129ff336945b9fbc5e.zip tcl-630e0a34e65e147a58266f129ff336945b9fbc5e.tar.gz tcl-630e0a34e65e147a58266f129ff336945b9fbc5e.tar.bz2 |
Add more troff macros to ignore
Diffstat (limited to 'tools/tcltk-man2html.tcl')
-rwxr-xr-x | tools/tcltk-man2html.tcl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/tcltk-man2html.tcl b/tools/tcltk-man2html.tcl index 4bc691c..c0c2ce5 100755 --- a/tools/tcltk-man2html.tcl +++ b/tools/tcltk-man2html.tcl @@ -1601,7 +1601,8 @@ proc make-man-pages {html args} { continue } switch -exact -- $code { - .if - .nr - .ad - .na - .so - .ne - .AS - .VE - .VS - . { + .if - .nr - .ti - .in - + .ad - .na - .so - .ne - .AS - .VE - .VS - . { # ignore continue } |