summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-30 13:37:14 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-30 13:37:14 (GMT)
commit6c96a3415a8c9b1b0df5866d19d1a6ed1e6db1d4 (patch)
tree742254984e5aaf54c8775d36e1a2ad78851e05c8 /tools
parent3527077c8b1e94dbc60dba0ffb5041ba133d92cd (diff)
parentdd644024fb492717f548ec2eea456b5d3683da26 (diff)
downloadtcl-6c96a3415a8c9b1b0df5866d19d1a6ed1e6db1d4.zip
tcl-6c96a3415a8c9b1b0df5866d19d1a6ed1e6db1d4.tar.gz
tcl-6c96a3415a8c9b1b0df5866d19d1a6ed1e6db1d4.tar.bz2
Merge 8.6
Diffstat (limited to 'tools')
-rw-r--r--tools/tcltk-man2html-utils.tcl3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/tcltk-man2html-utils.tcl b/tools/tcltk-man2html-utils.tcl
index 28c7118..68d380a 100644
--- a/tools/tcltk-man2html-utils.tcl
+++ b/tools/tcltk-man2html-utils.tcl
@@ -185,7 +185,6 @@ proc process-text {text} {
{\(Tp} "&thorn;" \
{\(em} "&mdash;" \
{\(en} "&ndash;" \
- {\(bu} "&bull;" \
{\(fm} "&prime;" \
{\(mi} "&minus;" \
{\(.i} "&imath;" \
@@ -200,6 +199,8 @@ proc process-text {text} {
{\(eu} "&euro;" \
{\fP} {\fR} \
{\.} . \
+ {\(bu} "&#8226;" \
+ {\*(qo} "&ocirc;" \
]
# This might make a few invalid mappings, but we don't use them
foreach c {a c e g i l n o s t u y z A C E G I L N O S T U Y Z} {