summaryrefslogtreecommitdiffstats
path: root/doc/StdChannels.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/StdChannels.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/StdChannels.3')
-rw-r--r--doc/StdChannels.36
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/StdChannels.3 b/doc/StdChannels.3
index c3eb8bd..7d1f25b 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.6 2001/11/14 23:38:39 hobbs Exp $
+'\" RCS: @(#) $Id: StdChannels.3,v 1.7 2001/12/10 15:50:46 dgp Exp $
'\"
.so man.macros
.TH "Standard Channels" 3 7.5 Tcl "Tcl Library Procedures"
@@ -34,7 +34,7 @@ The public API procedures dealing directly with standard channels are
\fBTcl_GetStdChannel\fR and \fBTcl_SetStdChannel\fR. Additional public
APIs to consider are \fBTcl_RegisterChannel\fR,
\fBTcl_CreateChannel\fR and \fBTcl_GetChannel\fR.
-.SH Initialization of Tcl standard channels
+.SH "INITIALIZATION OF TCL STANDARD CHANNELS"
.PP
Standard channels are initialized by the Tcl library in three cases:
when explicitly requested, when implicitly required before returning
@@ -89,7 +89,7 @@ application are designated as the Tcl standard channels. In other
words, of the first four Tcl channels opened by the application the
second to fourth are designated as the Tcl standard channels.
.PP
-.SH Re-initialization of Tcl standard channels
+.SH "RE-INITIALIZATION OF TCL STANDARD CHANNELS"
.PP
Once a Tcl standard channel is initialized through one of the methods
above, closing this Tcl standard channel will cause the next call to