diff options
Diffstat (limited to 'tools/tcltk-man2html-utils.tcl')
| -rw-r--r-- | tools/tcltk-man2html-utils.tcl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/tcltk-man2html-utils.tcl b/tools/tcltk-man2html-utils.tcl index 68d380a..94440d5 100644 --- a/tools/tcltk-man2html-utils.tcl +++ b/tools/tcltk-man2html-utils.tcl @@ -199,7 +199,7 @@ proc process-text {text} { {\(eu} "€" \ {\fP} {\fR} \ {\.} . \ - {\(bu} "•" \ + {\(bu} "•" \ {\*(qo} "ô" \ ] # This might make a few invalid mappings, but we don't use them @@ -573,7 +573,7 @@ proc output-IP-list {context code rest} { if {[regexp {^\[[\da-f]+\]|\(?[\da-f]+\)$} $rest]} { set dl "<ol class=\"[string tolower $manual(section)]\">" set enddl "</ol>" - } elseif {"•" eq $rest} { + } elseif {"•" eq $rest} { set dl "<ul class=\"[string tolower $manual(section)]\">" set enddl "</ul>" } @@ -599,7 +599,7 @@ proc output-IP-list {context code rest} { man-puts "$para<li value=\"$value\">" } elseif {[regexp {^\(?([\da-f]+)\)$} $rest -> value]} { man-puts "$para<li value=\"$value\">" - } elseif {"•" eq $rest} { + } elseif {"•" eq $rest} { man-puts "$para<li>" } else { man-puts "$para<dt>[long-toc $rest]<dd>" |
