diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/StdChannels.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/StdChannels.3 b/doc/StdChannels.3 index b22fb99..b657aec 100644 --- a/doc/StdChannels.3 +++ b/doc/StdChannels.3 @@ -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: StdChannels.3,v 1.2 2001/09/10 23:30:32 andreas_kupries Exp $ +'\" RCS: @(#) $Id: StdChannels.3,v 1.3 2001/09/10 23:33:24 andreas_kupries Exp $ '\" .so man.macros .TH Standard channels 3 7.5 Tcl "Tcl Library Procedures" @@ -36,8 +36,8 @@ APIs to consider are \fBTcl_RegisterChannel\fR, .PP Standard channels are initialized by the Tcl library in three cases: when explicitly requested, when implicitly required before returning -channel information, or when implicitly required during registration a -new channel. +channel information, or when implicitly required during registration +of a new channel. .PP These cases differ in how they handle unavailable platform- specific standard channels. (A channel is not "available" if it could not be |