diff options
author | dgp <dgp@users.sourceforge.net> | 2001-07-18 16:45:51 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2001-07-18 16:45:51 (GMT) |
commit | 26edd315e80308632906c451c6c6b29c61eeaee4 (patch) | |
tree | 362ed095d2e910bc83315b687f20426d8b75d133 | |
parent | 4a18063e83bf962a406974d23df4a830eb98724e (diff) | |
download | tk-26edd315e80308632906c451c6c6b29c61eeaee4.zip tk-26edd315e80308632906c451c6c6b29c61eeaee4.tar.gz tk-26edd315e80308632906c451c6c6b29c61eeaee4.tar.bz2 |
* Updated names of private console commands.
-rw-r--r-- | doc/console.n | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/console.n b/doc/console.n index d5167cb..948e5ef 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.1.2.1 2001/07/03 20:01:07 dgp Exp $ +'\" RCS: @(#) $Id: console.n,v 1.1.2.2 2001/07/18 16:45:51 dgp Exp $ '\" .so man.macros .TH console n 8.4 Tk "Tcl Built-In Commands" @@ -78,14 +78,14 @@ the internal implementation of the console and are likely to change or be modified without warning.\fR .PP Output to the console from the main interpreter via the stdout and -stderr channels is handled by invoking the \fBtkConsoleOutput\fR +stderr channels is handled by invoking the \fBtk::ConsoleOutput\fR command in the console interpreter with two arguments. The first argument is the name of the channel being written to, and the second argument is the string being written to the channel (after encoding and end-of-line translation processing has been performed.) .PP When the \fB.\fR window of the main interpreter is destroyed, the -\fBtkConsoleExit\fR command in the console interpreter is called +\fBtk::ConsoleExit\fR command in the console interpreter is called (assuming the console interpreter has not already been deleted itself, that is.) |