summaryrefslogtreecommitdiffstats
path: root/tools/man2help2.tcl
diff options
context:
space:
mode:
authorhobbs <hobbs>1999-12-22 23:48:56 (GMT)
committerhobbs <hobbs>1999-12-22 23:48:56 (GMT)
commitd709bfe7fea17ebcbe93f390dea5bf0d956a8b75 (patch)
tree2391b03e94f8a9d4eff1fb439c3ffa7545496e9b /tools/man2help2.tcl
parente3480a568881ed5bc16a7e1260bae664e125927f (diff)
downloadtcl-d709bfe7fea17ebcbe93f390dea5bf0d956a8b75.zip
tcl-d709bfe7fea17ebcbe93f390dea5bf0d956a8b75.tar.gz
tcl-d709bfe7fea17ebcbe93f390dea5bf0d956a8b75.tar.bz2
fixed backslashing of }core_8_3_b1
Diffstat (limited to 'tools/man2help2.tcl')
-rw-r--r--tools/man2help2.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/man2help2.tcl b/tools/man2help2.tcl
index df04a6c..0de9093 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.4 1999/12/21 23:59:29 hobbs Exp $
+# RCS: @(#) $Id: man2help2.tcl,v 1.5 1999/12/22 23:48:56 hobbs Exp $
#
# Global variables used by these scripts:
@@ -147,7 +147,7 @@ proc text {string} {
set string [string map [list \
"\\" "\\\\" \
"\{" "\\\{" \
- "\}" "\}" \
+ "\}" "\\\}" \
"\t" {\tab } \
'' \" \
`` \" \