summaryrefslogtreecommitdiffstats
path: root/tools/tcltk-man2html-utils.tcl
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2017-03-17 13:14:14 (GMT)
committerdgp <dgp@users.sourceforge.net>2017-03-17 13:14:14 (GMT)
commitfb1a2c58ddbae29e3c1cdb08b882d008b829547d (patch)
treefbeab2daa748495cacdee97cf19bec914a8e228b /tools/tcltk-man2html-utils.tcl
parent40ee63b6ff6901dea05f4cef62d51bfa188630ed (diff)
parent5617ad7c180796ca3ded40478d67504694057ee6 (diff)
downloadtcl-fb1a2c58ddbae29e3c1cdb08b882d008b829547d.zip
tcl-fb1a2c58ddbae29e3c1cdb08b882d008b829547d.tar.gz
tcl-fb1a2c58ddbae29e3c1cdb08b882d008b829547d.tar.bz2
merge trunk
Diffstat (limited to 'tools/tcltk-man2html-utils.tcl')
-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};"
}