diff options
author | dgp <dgp@users.sourceforge.net> | 2013-12-18 18:20:56 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2013-12-18 18:20:56 (GMT) |
commit | 339c995c5ac6bf497980352ad05e8462519be1ee (patch) | |
tree | f02daf534eefe6f9e5fbde7625d9d77fb0cd81af /tools | |
parent | 85c73dc9ce50fd5ec5798a10173e29ab8e2c1bd1 (diff) | |
parent | 2111573919f6f8e8327c705b2df11131b2bf6b95 (diff) | |
download | tcl-bug_0b874c344d.zip tcl-bug_0b874c344d.tar.gz tcl-bug_0b874c344d.tar.bz2 |
merge trunkbug_0b874c344d
Diffstat (limited to 'tools')
-rw-r--r-- | tools/man2help2.tcl | 2 | ||||
-rw-r--r-- | tools/tcltk-man2html-utils.tcl | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/tools/man2help2.tcl b/tools/man2help2.tcl index fe4e7ad..9c8f503 100644 --- a/tools/man2help2.tcl +++ b/tools/man2help2.tcl @@ -717,7 +717,7 @@ proc char {name} { textSetup puts -nonewline $file "\\'d7 " } - {\(em} { + {\(em} - {\(en} { textSetup puts -nonewline $file "-" } diff --git a/tools/tcltk-man2html-utils.tcl b/tools/tcltk-man2html-utils.tcl index bdd0079..8fd1245 100644 --- a/tools/tcltk-man2html-utils.tcl +++ b/tools/tcltk-man2html-utils.tcl @@ -142,6 +142,7 @@ proc process-text {text} { {\(+-} "±" \ {\(co} "©" \ {\(em} "—" \ + {\(en} "–" \ {\(fm} "′" \ {\(mu} "×" \ {\(mi} "−" \ |