summaryrefslogtreecommitdiffstats
path: root/doc/CrtChannel.3
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2001-12-10 15:50:46 (GMT)
committerdgp <dgp@users.sourceforge.net>2001-12-10 15:50:46 (GMT)
commit2509c4647a862758676661f35e5e16d3e08ca162 (patch)
tree14f39e6f616fa7c6e1322285b7513c0ea2df1327 /doc/CrtChannel.3
parent22f99d42b260461aacb728ca3326315bd4eb2041 (diff)
downloadtcl-2509c4647a862758676661f35e5e16d3e08ca162.zip
tcl-2509c4647a862758676661f35e5e16d3e08ca162.tar.gz
tcl-2509c4647a862758676661f35e5e16d3e08ca162.tar.bz2
* Several typo and formatting corrections discovered
during conversion to TMML. Thanks to Joe English. [Patch 490514]
Diffstat (limited to 'doc/CrtChannel.3')
-rw-r--r--doc/CrtChannel.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/CrtChannel.3 b/doc/CrtChannel.3
index 5178f93..3ca35b5 100644
--- a/doc/CrtChannel.3
+++ b/doc/CrtChannel.3
@@ -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: CrtChannel.3,v 1.11 2001/09/11 18:29:56 andreas_kupries Exp $
+'\" RCS: @(#) $Id: CrtChannel.3,v 1.12 2001/12/10 15:50:46 dgp Exp $
.so man.macros
.TH Tcl_CreateChannel 3 8.3 Tcl "Tcl Library Procedures"
.BS
@@ -211,7 +211,7 @@ channels. Once a standard channel was initialized either through a
call to \fBTcl_GetStdChannel\fR or a call to \fBTcl_SetStdChannel\fR
closing this standard channel will cause the next call to
\fBTcl_CreateChannel\fR to make the new channel the new standard
-channel too. See \fBTcl_StandardChannel\fR for a general treatise
+channel too. See \fBTcl_StandardChannels\fR for a general treatise
about standard channels and the behaviour of the Tcl library with
regard to them.
.PP