summaryrefslogtreecommitdiffstats
path: root/tools/tcltk-man2html-utils.tcl
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-03-09 08:37:47 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-03-09 08:37:47 (GMT)
commitc197ddb3b23392d20db4eebe164cab63ec46cfeb (patch)
tree82a18a570afb0f69512bab4e64a9a2373d9cccd4 /tools/tcltk-man2html-utils.tcl
parent25bbbbf3ee5102d8fd13884456e828e6dacd4b5b (diff)
parent3b584dd13f75df5189437493efabbd778b627520 (diff)
downloadtcl-c197ddb3b23392d20db4eebe164cab63ec46cfeb.zip
tcl-c197ddb3b23392d20db4eebe164cab63ec46cfeb.tar.gz
tcl-c197ddb3b23392d20db4eebe164cab63ec46cfeb.tar.bz2
Merge 8.6. 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 2d725e4..b7a8520 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} {