summaryrefslogtreecommitdiffstats
path: root/doc/console.n
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2007-11-01 10:19:09 (GMT)
committerdkf <dkf@noemail.net>2007-11-01 10:19:09 (GMT)
commit5719995d790532462d6695be96c0f724e807c2c8 (patch)
treeca6eeac1880c680b74624f2524a3b2cdc50373c7 /doc/console.n
parent834b46dac4799150acd365444bafa76de95be982 (diff)
downloadtk-5719995d790532462d6695be96c0f724e807c2c8.zip
tk-5719995d790532462d6695be96c0f724e807c2c8.tar.gz
tk-5719995d790532462d6695be96c0f724e807c2c8.tar.bz2
Fix [Bug 1386955]
FossilOrigin-Name: d18123314214dec5ce6f5d1933c8e92898026dab
Diffstat (limited to 'doc/console.n')
-rw-r--r--doc/console.n8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/console.n b/doc/console.n
index d7a1cf2..4f359cc 100644
--- a/doc/console.n
+++ b/doc/console.n
@@ -4,7 +4,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: console.n,v 1.8 2007/08/28 15:16:11 dkf Exp $
+'\" RCS: @(#) $Id: console.n,v 1.9 2007/11/01 10:19:11 dkf Exp $
'\"
.so man.macros
.TH console n 8.4 Tk "Tk Built-In Commands"
@@ -15,7 +15,6 @@ console \- Control the console on systems without a real console
.SH SYNOPSIS
\fBconsole\fR \fIsubcommand\fR ?\fIarg ...\fR?
.BE
-
.SH DESCRIPTION
.PP
The console window is a replacement for a real console to allow input
@@ -24,7 +23,10 @@ a real console. It is implemented as a separate interpreter with the
Tk toolkit loaded, and control over this interpreter is given through
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.
+the Tk library. Note that this command is not available when Tk is
+loaded into a tclsh interpreter with
+.QW "\fBpackage require Tk"
+as a conventional terminal is expected to be present in that case.
.PP
.TP
\fBconsole eval \fIscript\fR