summaryrefslogtreecommitdiffstats
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)
commit0134af324d86d9e3a2f66e999c491d274aeb5cae (patch)
tree742254984e5aaf54c8775d36e1a2ad78851e05c8
parent2ac074313bbc4ff0bb4399ffb362e1b400ca2f64 (diff)
parent87439e7d28331cfc8c620fe77d2e696b7e3bb223 (diff)
downloadtcl-0134af324d86d9e3a2f66e999c491d274aeb5cae.zip
tcl-0134af324d86d9e3a2f66e999c491d274aeb5cae.tar.gz
tcl-0134af324d86d9e3a2f66e999c491d274aeb5cae.tar.bz2
Merge 8.6
-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} {