summaryrefslogtreecommitdiffstats
path: root/tools/tcltk-man2html-utils.tcl
diff options
context:
space:
mode:
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} "•" \
- "\\*(qo" "ô" \
]
# 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};"
}