summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-03-17 12:34:45 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-03-17 12:34:45 (GMT)
commit3daba65c645b5445cfdc6c108f5725dcca32d6f7 (patch)
tree5bb5e97e79b78de9b15dbd70f61c278455cd8ae7 /tools
parent6649fab7622fad64109ab709183561ece4d314dd (diff)
parent5617ad7c180796ca3ded40478d67504694057ee6 (diff)
downloadtcl-3daba65c645b5445cfdc6c108f5725dcca32d6f7.zip
tcl-3daba65c645b5445cfdc6c108f5725dcca32d6f7.tar.gz
tcl-3daba65c645b5445cfdc6c108f5725dcca32d6f7.tar.bz2
Merge trunk
Diffstat (limited to 'tools')
-rw-r--r--tools/tcltk-man2html-utils.tcl3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/tcltk-man2html-utils.tcl b/tools/tcltk-man2html-utils.tcl
index c887edd..b69e601 100644
--- a/tools/tcltk-man2html-utils.tcl
+++ b/tools/tcltk-man2html-utils.tcl
@@ -155,12 +155,11 @@ proc process-text {text} {
{\fP} {\fR} \
{\.} . \
{\(bu} "&#8226;" \
- "\\*(qo" "&ocirc;" \
]
# This might make a few invalid mappings, but we don't use them
foreach c {a e i o u y A E I O U Y} {
foreach {prefix suffix} {
- o circ / slash : uml ' acute ^ circ ` grave
+ o ring / slash : uml ' acute ^ circ ` grave
} {
lappend charmap "\\\[${prefix}${c}\]" "&${c}${suffix};"
}