summaryrefslogtreecommitdiffstats
path: root/tools/tcltk-man2html-utils.tcl
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-03-09 08:36:11 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-03-09 08:36:11 (GMT)
commit3b584dd13f75df5189437493efabbd778b627520 (patch)
tree821f17f5877b1ade82acf7e3250c266e0f49f81d /tools/tcltk-man2html-utils.tcl
parenta085ffdd4371ddbd3b82e0c569031cb340dac662 (diff)
downloadtcl-3b584dd13f75df5189437493efabbd778b627520.zip
tcl-3b584dd13f75df5189437493efabbd778b627520.tar.gz
tcl-3b584dd13f75df5189437493efabbd778b627520.tar.bz2
Remove end-of-line spacing
Diffstat (limited to 'tools/tcltk-man2html-utils.tcl')
-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 db94a72..bdd6065 100644
--- a/tools/tcltk-man2html-utils.tcl
+++ b/tools/tcltk-man2html-utils.tcl
@@ -1365,7 +1365,7 @@ proc make-manpage-section {outputDir sectionDescriptor} {
continue
}
set manual(infp) [open $manual(page)]
- fconfigure $manual(infp) -encoding utf-8
+ fconfigure $manual(infp) -encoding utf-8
set manual(text) {}
set manual(partial-text) {}
foreach p {.RS .DS .CS .SO} {