summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-07-07 12:08:43 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-07-07 12:08:43 (GMT)
commitdfbf9f739b09997401dd1fc882f5a27f964bc7f2 (patch)
treecc024d0b35316f576021a88c139208669865a307 /tools
parent85485788096d045282ef8fd205b66a57e846f591 (diff)
downloadtcl-dfbf9f739b09997401dd1fc882f5a27f964bc7f2.zip
tcl-dfbf9f739b09997401dd1fc882f5a27f964bc7f2.tar.gz
tcl-dfbf9f739b09997401dd1fc882f5a27f964bc7f2.tar.bz2
Oops, forgot a bit
Diffstat (limited to 'tools')
-rw-r--r--tools/man2help2.tcl5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/man2help2.tcl b/tools/man2help2.tcl
index 36fa060..62b5b2e 100644
--- a/tools/man2help2.tcl
+++ b/tools/man2help2.tcl
@@ -9,7 +9,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: man2help2.tcl,v 1.14 2004/07/07 10:55:22 dkf Exp $
+# RCS: @(#) $Id: man2help2.tcl,v 1.15 2004/07/07 12:08:43 dkf Exp $
#
# Global variables used by these scripts:
@@ -160,6 +160,7 @@ proc text {string} {
"\t" {\tab } \
'' "\\rdblquote " \
`` "\\ldblquote " \
+ "\u00b7" "\\bullet " \
] $string]
# Check if this is the beginning of an international character string.
@@ -688,7 +689,7 @@ proc char {name} {
}
\\(bu {
textSetup
- puts -nonewline $file "\u00b7"
+ puts -nonewline $file "\\bullet "
}
default {
puts stderr "Unknown character: $name"