summaryrefslogtreecommitdiffstats
path: root/tools/tcltk-man2html.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tcltk-man2html.tcl')
-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
}