diff options
author | sebres <sebres@users.sourceforge.net> | 2019-03-04 20:50:39 (GMT) |
---|---|---|
committer | sebres <sebres@users.sourceforge.net> | 2019-03-04 20:50:39 (GMT) |
commit | 18c4dc903ac4958a254cc697a371c45acfba53a8 (patch) | |
tree | 9be8137a43e191285a799d662b1a627bc667016a /tools | |
parent | ecc6d3264bd29eafec826d73f8295c4846d98801 (diff) | |
download | tcl-18c4dc903ac4958a254cc697a371c45acfba53a8.zip tcl-18c4dc903ac4958a254cc697a371c45acfba53a8.tar.gz tcl-18c4dc903ac4958a254cc697a371c45acfba53a8.tar.bz2 |
amend: html-code order changed
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/tcltk-man2html.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tcltk-man2html.tcl b/tools/tcltk-man2html.tcl index 262f696..04891eb 100755 --- a/tools/tcltk-man2html.tcl +++ b/tools/tcltk-man2html.tcl @@ -351,8 +351,8 @@ proc process-text {text} { {\(co} "©" \ {\(em} "—" \ {\(fm} "′" \ - {\(mu} "×" \ {\(mc} "µ" \ + {\(mu} "×" \ {\(->} "<font size=\"+1\">→</font>" \ {\fP} {\fR} \ {\.} . \ |