summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-01-10 00:56:41 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-01-10 00:56:41 (GMT)
commit630e0a34e65e147a58266f129ff336945b9fbc5e (patch)
tree357353fe6b1d9c8c88dbf4ffb5ba04c4f38a7c17 /tools
parent4fa186f2a0a170f444dba8467015f295231cbfd3 (diff)
downloadtcl-630e0a34e65e147a58266f129ff336945b9fbc5e.zip
tcl-630e0a34e65e147a58266f129ff336945b9fbc5e.tar.gz
tcl-630e0a34e65e147a58266f129ff336945b9fbc5e.tar.bz2
Add more troff macros to ignore
Diffstat (limited to 'tools')
-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
}