diff options
| author | donal.k.fellows@manchester.ac.uk <dkf> | 2010-01-10 00:56:41 (GMT) |
|---|---|---|
| committer | donal.k.fellows@manchester.ac.uk <dkf> | 2010-01-10 00:56:41 (GMT) |
| commit | bac17d7714da25b170f5051ef12bcf11ee0f3b35 (patch) | |
| tree | 357353fe6b1d9c8c88dbf4ffb5ba04c4f38a7c17 | |
| parent | f1c9cb9a18ae2024292178b9552ced797345ca86 (diff) | |
| download | tcl-bac17d7714da25b170f5051ef12bcf11ee0f3b35.zip tcl-bac17d7714da25b170f5051ef12bcf11ee0f3b35.tar.gz tcl-bac17d7714da25b170f5051ef12bcf11ee0f3b35.tar.bz2 | |
Add more troff macros to ignore
| -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 } |
