diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-05-18 12:28:40 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-05-18 12:28:40 (GMT) |
commit | ed17621baeb45319b311dda8072998d0f8b3fd45 (patch) | |
tree | f2d9573d38cfec1ccab74708c4ff275758102325 /tools/man2html1.tcl | |
parent | f5104d2203876e2a9cfa961aaa04abd6973c44ce (diff) | |
download | tcl-ed17621baeb45319b311dda8072998d0f8b3fd45.zip tcl-ed17621baeb45319b311dda8072998d0f8b3fd45.tar.gz tcl-ed17621baeb45319b311dda8072998d0f8b3fd45.tar.bz2 |
More adaptations to understand .SS macros.
Diffstat (limited to 'tools/man2html1.tcl')
-rw-r--r-- | tools/man2html1.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/man2html1.tcl b/tools/man2html1.tcl index 2e8ba52..0adc61e 100644 --- a/tools/man2html1.tcl +++ b/tools/man2html1.tcl @@ -75,7 +75,7 @@ proc text string { proc macro {name args} { switch $name { - SH { + SH - SS { global state switch $args { |