diff options
| author | donal.k.fellows@manchester.ac.uk <dkf> | 2004-07-06 09:25:48 (GMT) |
|---|---|---|
| committer | donal.k.fellows@manchester.ac.uk <dkf> | 2004-07-06 09:25:48 (GMT) |
| commit | fc258418a8b42865426d6ce2b08cf6878a26bcaf (patch) | |
| tree | b047439ddd554e72f47ec0dc49c58ea47fdea9de /tools/man2html2.tcl | |
| parent | 6a1fbcb5bdf63fc46ccca5fda589dad989d8f3f5 (diff) | |
| download | tcl-fc258418a8b42865426d6ce2b08cf6878a26bcaf.zip tcl-fc258418a8b42865426d6ce2b08cf6878a26bcaf.tar.gz tcl-fc258418a8b42865426d6ce2b08cf6878a26bcaf.tar.bz2 | |
Encourage emacs to fontify the file correctly...
Diffstat (limited to 'tools/man2html2.tcl')
| -rw-r--r-- | tools/man2html2.tcl | 4 |
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 {\&} string regsub -all {<} $string {\<} string regsub -all {>} $string {\>} string - regsub -all {"} $string {\"} string + regsub -all \" $string {\"} string switch $textState { REF { if {$inDT == {}} { |
