summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2004-07-06 09:25:48 (GMT)
committerdkf <dkf@noemail.net>2004-07-06 09:25:48 (GMT)
commit94bc2ea4eecc759300d19bf64c29e3d7d30fc9fc (patch)
treeb047439ddd554e72f47ec0dc49c58ea47fdea9de /tools
parente16aaf03975358c3a2832d080c9579f4dbbf0a48 (diff)
downloadtcl-94bc2ea4eecc759300d19bf64c29e3d7d30fc9fc.zip
tcl-94bc2ea4eecc759300d19bf64c29e3d7d30fc9fc.tar.gz
tcl-94bc2ea4eecc759300d19bf64c29e3d7d30fc9fc.tar.bz2
Encourage emacs to fontify the file correctly...
FossilOrigin-Name: 89488877da6b40912be06ef9f424ed838de7c92f
Diffstat (limited to 'tools')
-rw-r--r--tools/man2html2.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/man2html2.tcl b/tools/man2html2.tcl
index d802d7d..399b54c 100644
--- a/tools/man2html2.tcl
+++ b/tools/man2html2.tcl
@@ -5,7 +5,7 @@
#
# Copyright (c) 1996 by Sun Microsystems, Inc.
#
-# $Id: man2html2.tcl,v 1.4 2004/07/06 09:21:30 dkf Exp $
+# $Id: man2html2.tcl,v 1.5 2004/07/06 09:25:48 dkf Exp $
#
# Global variables used by these scripts:
@@ -126,7 +126,7 @@ proc text string {
regsub -all {&} $string {\&amp;} string
regsub -all {<} $string {\&lt;} string
regsub -all {>} $string {\&gt;} string
- regsub -all {"} $string {\&quot;} string
+ regsub -all \" $string {\&quot;} string
switch $textState {
REF {
if {$inDT == {}} {