diff options
author | andreas_kupries <akupries@shaw.ca> | 2001-09-10 21:49:37 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2001-09-10 21:49:37 (GMT) |
commit | b0368c3a289b08dbecaeb808c094815e55bf17de (patch) | |
tree | 44e5908fe9a1ff52b5f50e9ce6ffb12bfdf3fb53 /doc/tclsh.1 | |
parent | 82ef0abf09a1133e86d414254b30dd7d574b93da (diff) | |
download | tcl-b0368c3a289b08dbecaeb808c094815e55bf17de.zip tcl-b0368c3a289b08dbecaeb808c094815e55bf17de.tar.gz tcl-b0368c3a289b08dbecaeb808c094815e55bf17de.tar.bz2 |
* doc/tclsh.1:
* doc/Tcl_Main.3:
* doc/CrtChannel.3:
* doc/OpenFileChnl.3:
* doc/GetStdChan.3: Enhanced the manpages with cross-references to
the new manpage and more explanations how these functions deal
with the standard channels in various situations.
* doc/StdChannels.3: New manpage describing handling of the
standard channels by the Tcl library [402725].
Diffstat (limited to 'doc/tclsh.1')
-rw-r--r-- | doc/tclsh.1 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/tclsh.1 b/doc/tclsh.1 index e849fac..ebaba05 100644 --- a/doc/tclsh.1 +++ b/doc/tclsh.1 @@ -5,7 +5,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: tclsh.1,v 1.4 2001/08/06 20:43:05 dgp Exp $ +'\" RCS: @(#) $Id: tclsh.1,v 1.5 2001/09/10 21:49:37 andreas_kupries Exp $ '\" .so man.macros .TH tclsh 1 "" Tcl "Tcl Applications" @@ -123,5 +123,12 @@ a newline is typed but the current command isn't yet complete; if \fBtcl_prompt2\fR isn't set then no prompt is output for incomplete commands. +.SH "STANDARD CHANNELS" +.PP +See \fBTcl_StandardChannel\fR for more explanations. + +.SH "SEE ALSO" +fconfigure(1), tclvars(1) + .SH KEYWORDS argument, interpreter, prompt, script file, shell |