summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2010-01-10 00:56:41 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2010-01-10 00:56:41 (GMT)
commitbac17d7714da25b170f5051ef12bcf11ee0f3b35 (patch)
tree357353fe6b1d9c8c88dbf4ffb5ba04c4f38a7c17
parentf1c9cb9a18ae2024292178b9552ced797345ca86 (diff)
downloadtcl-bac17d7714da25b170f5051ef12bcf11ee0f3b35.zip
tcl-bac17d7714da25b170f5051ef12bcf11ee0f3b35.tar.gz
tcl-bac17d7714da25b170f5051ef12bcf11ee0f3b35.tar.bz2
Add more troff macros to ignore
-rwxr-xr-xtools/tcltk-man2html.tcl3
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
}