summaryrefslogtreecommitdiffstats
path: root/tools/tcltk-man2html.tcl
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-04-06 11:13:22 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-04-06 11:13:22 (GMT)
commit44de3dd8dad74f8031286f0750738099156cef0c (patch)
tree55e16945b507be6af6378e5b57a741a93881574a /tools/tcltk-man2html.tcl
parent55edd253ffe75b5f8d2a8a2501a966f81515659a (diff)
downloadtcl-44de3dd8dad74f8031286f0750738099156cef0c.zip
tcl-44de3dd8dad74f8031286f0750738099156cef0c.tar.gz
tcl-44de3dd8dad74f8031286f0750738099156cef0c.tar.bz2
If compiled with TCL_NO_DEPRECATED, the functions TclpGetDate/TclpLocaltime/TclpGmtime can be removed: They are internal and not used for anything any more.
Diffstat (limited to 'tools/tcltk-man2html.tcl')
-rwxr-xr-xtools/tcltk-man2html.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tcltk-man2html.tcl b/tools/tcltk-man2html.tcl
index 9a372b7..7ec6365 100755
--- a/tools/tcltk-man2html.tcl
+++ b/tools/tcltk-man2html.tcl
@@ -4,7 +4,7 @@ if {[catch {package require Tcl 8.6-} msg]} {
puts stderr "ERROR: $msg"
puts stderr "If running this script from 'make html', set the\
NATIVE_TCLSH environment\nvariable to point to an installed\
- tclsh8.6 (or the equivalent tclsh86.exe\non Windows)."
+ tclsh8.7 (or the equivalent tclsh87.exe\non Windows)."
exit 1
}