diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2013-12-15 17:49:53 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2013-12-15 17:49:53 (GMT) |
commit | 12a14105a15ca9bae71b2020fdc9d1c1b1b95dff (patch) | |
tree | 277c5486829521257e14440f75be75066df4f55a /tools/tcltk-man2html-utils.tcl | |
parent | 2b1bafdd8a2fca08d2d7b57f68cc803f83dba72e (diff) | |
download | tcl-12a14105a15ca9bae71b2020fdc9d1c1b1b95dff.zip tcl-12a14105a15ca9bae71b2020fdc9d1c1b1b95dff.tar.gz tcl-12a14105a15ca9bae71b2020fdc9d1c1b1b95dff.tar.bz2 |
Improve descriptions of character escapes and ranges in Tcl.n.
Improve output format handlers to cope with added escape for en-dashes.
Diffstat (limited to 'tools/tcltk-man2html-utils.tcl')
-rw-r--r-- | tools/tcltk-man2html-utils.tcl | 1 |
1 files changed, 1 insertions, 0 deletions
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} "−" \ |