diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-12-15 21:28:13 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-12-15 21:28:13 (GMT) |
commit | 74b16800a5b933dad807211f00693d302d3d0e30 (patch) | |
tree | 8af229ecb112cd24d1dbfd53f5b4d6388586f757 /tools | |
parent | ad0cd322402e0c6ea0a27927e0af3c3ae43566a1 (diff) | |
parent | 12a14105a15ca9bae71b2020fdc9d1c1b1b95dff (diff) | |
download | tcl-74b16800a5b933dad807211f00693d302d3d0e30.zip tcl-74b16800a5b933dad807211f00693d302d3d0e30.tar.gz tcl-74b16800a5b933dad807211f00693d302d3d0e30.tar.bz2 |
merge trunk
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} "−" \ |