summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-12-15 21:28:13 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-12-15 21:28:13 (GMT)
commit74b16800a5b933dad807211f00693d302d3d0e30 (patch)
tree8af229ecb112cd24d1dbfd53f5b4d6388586f757 /tools
parentad0cd322402e0c6ea0a27927e0af3c3ae43566a1 (diff)
parent12a14105a15ca9bae71b2020fdc9d1c1b1b95dff (diff)
downloadtcl-74b16800a5b933dad807211f00693d302d3d0e30.zip
tcl-74b16800a5b933dad807211f00693d302d3d0e30.tar.gz
tcl-74b16800a5b933dad807211f00693d302d3d0e30.tar.bz2
merge trunk
Diffstat (limited to 'tools')
-rw-r--r--tools/man2help2.tcl2
-rw-r--r--tools/tcltk-man2html-utils.tcl1
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} {
{\(+-} "&#177;" \
{\(co} "&copy;" \
{\(em} "&#8212;" \
+ {\(en} "&#8211;" \
{\(fm} "&#8242;" \
{\(mu} "&#215;" \
{\(mi} "&#8722;" \