summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandreas_kupries <andreas_kupries@noemail.net>2001-09-10 23:33:24 (GMT)
committerandreas_kupries <andreas_kupries@noemail.net>2001-09-10 23:33:24 (GMT)
commit7088999151fd198589d28af13a216cc955d7944d (patch)
tree600554d5fbcc14e17eafb27df2c4f3738ae8d2f8
parent809f9bf8714ae91ea92b6d97800efa9e0b7b707e (diff)
downloadtcl-7088999151fd198589d28af13a216cc955d7944d.zip
tcl-7088999151fd198589d28af13a216cc955d7944d.tar.gz
tcl-7088999151fd198589d28af13a216cc955d7944d.tar.bz2
Typo.
FossilOrigin-Name: 07f7fc23300ed876595505626d55972e23aa415e
-rw-r--r--doc/StdChannels.36
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