summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-17 09:11:09 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-17 09:11:09 (GMT)
commit087d9000aac5176433f101f7a6720915931d1dfa (patch)
tree872ced90fa365fe40997d190c2fd45b60b8b91d9 /tools
parentc5c041ee88b9cb4fbd105dc4389886ecd4080524 (diff)
downloadtcl-087d9000aac5176433f101f7a6720915931d1dfa.zip
tcl-087d9000aac5176433f101f7a6720915931d1dfa.tar.gz
tcl-087d9000aac5176433f101f7a6720915931d1dfa.tar.bz2
Generated html still not 100% correct ....
Diffstat (limited to 'tools')
-rw-r--r--tools/tcltk-man2html-utils.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tcltk-man2html-utils.tcl b/tools/tcltk-man2html-utils.tcl
index 1f49d8c..e207434 100644
--- a/tools/tcltk-man2html-utils.tcl
+++ b/tools/tcltk-man2html-utils.tcl
@@ -196,7 +196,7 @@ proc process-text {text} {
# This might make a few invalid mappings, but we don't use them
foreach c {a c e i n o u y A C E I N O U Y} {
foreach {prefix suffix} {
- o ring / slash : uml ' acute ^ circ ` grave ~ tilde , cedilla
+ o ring / slash : uml ' acute ^ circ ` grave ~ tilde , cedil
} {
lappend charmap "\\\[${prefix}${c}\]" "&${c}${suffix};"
}