summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-09 10:47:08 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-09 10:47:08 (GMT)
commit112fdb000f8632e92519ab4842b0ff340aec52ab (patch)
tree1b908519a2c284288e35195c43be7eb3aa5fddeb /doc
parent6133a711414cfb8fcc3a8b52ecf25b59a09e5800 (diff)
downloadtk-112fdb000f8632e92519ab4842b0ff340aec52ab.zip
tk-112fdb000f8632e92519ab4842b0ff340aec52ab.tar.gz
tk-112fdb000f8632e92519ab4842b0ff340aec52ab.tar.bz2
Allow "package require tk" in addition to "package require Tk"
Diffstat (limited to 'doc')
-rw-r--r--doc/console.n2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/console.n b/doc/console.n
index 40b7426..0a9a794 100644
--- a/doc/console.n
+++ b/doc/console.n
@@ -23,7 +23,7 @@ the \fBconsole\fR command. The behaviour of the console window is
defined mainly through the contents of the \fIconsole.tcl\fR file in
the Tk library. Except for TkAqua, this command is not available when
Tk is loaded into a tclsh interpreter with
-.QW "\fBpackage require Tk\fR" ,
+.QW "\fBpackage require tk\fR" ,
as a conventional terminal is expected to be present in that case.
In TkAqua, this command is disabled when there is a startup script
and stdin is \fB/dev/null\fR (as is the case e.g. when a bundled application