diff options
-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 } |