diff options
author | andreas_kupries <akupries@shaw.ca> | 2001-09-10 23:33:24 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2001-09-10 23:33:24 (GMT) |
commit | 6448477ebf489632da32e76dd33d6f42735d390f (patch) | |
tree | 600554d5fbcc14e17eafb27df2c4f3738ae8d2f8 /doc | |
parent | 9400afbfc20cd77b1a8e674442c0da10f3a3c9ad (diff) | |
download | tcl-6448477ebf489632da32e76dd33d6f42735d390f.zip tcl-6448477ebf489632da32e76dd33d6f42735d390f.tar.gz tcl-6448477ebf489632da32e76dd33d6f42735d390f.tar.bz2 |
Typo.
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 |