summaryrefslogtreecommitdiffstats
path: root/doc/CrtChannel.3
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-11-27 14:53:53 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-11-27 14:53:53 (GMT)
commit0765ebf786b47d52e1400f84f18a02ab87af4fd9 (patch)
treefded2bd3e419fa7e3f0474f4396e680a7ff54d40 /doc/CrtChannel.3
parent8263c49fbdb63c93034274c876cf5a940599b252 (diff)
downloadtcl-0765ebf786b47d52e1400f84f18a02ab87af4fd9.zip
tcl-0765ebf786b47d52e1400f84f18a02ab87af4fd9.tar.gz
tcl-0765ebf786b47d52e1400f84f18a02ab87af4fd9.tar.bz2
[Patch 2903921]: Many small spelling fixes from Larry Virden.
Diffstat (limited to 'doc/CrtChannel.3')
-rw-r--r--doc/CrtChannel.312
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/CrtChannel.3 b/doc/CrtChannel.3
index 613ed90..503e488 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.40 2007/12/13 15:22:30 dgp Exp $
+'\" RCS: @(#) $Id: CrtChannel.3,v 1.40.2.1 2009/11/27 14:53:54 dkf Exp $
.so man.macros
.TH Tcl_CreateChannel 3 8.4 Tcl "Tcl Library Procedures"
.BS
@@ -305,7 +305,7 @@ Also notifies the driver if the \fBTcl_ChannelType\fR version is
\fBTcl_DriverThreadActionProc\fR is defined for it.
.VE 8.5
.PP
-\fBTcl_ClearChannelHandlers\fR removes all channelhandlers and event
+\fBTcl_ClearChannelHandlers\fR removes all channel handlers and event
scripts associated with the specified \fIchannel\fR, thus shutting
down all event processing for this channel.
.SH TCL_CHANNELTYPE
@@ -384,11 +384,11 @@ a pointer to the string.
The \fIversion\fR field should be set to the version of the structure
that you require. \fBTCL_CHANNEL_VERSION_2\fR is the minimum recommended.
-\fBTCL_CHANNEL_VERSION_3\fR must be set to specifiy the \fIwideSeekProc\fR member.
-\fBTCL_CHANNEL_VERSION_4\fR must be set to specifiy the \fIthreadActionProc\fR member
+\fBTCL_CHANNEL_VERSION_3\fR must be set to specify the \fIwideSeekProc\fR member.
+\fBTCL_CHANNEL_VERSION_4\fR must be set to specify the \fIthreadActionProc\fR member
(includes \fIwideSeekProc\fR).
.VS 8.5
-\fBTCL_CHANNEL_VERSION_5\fR must be set to specifiy the
+\fBTCL_CHANNEL_VERSION_5\fR must be set to specify the
\fItruncateProc\fR members (includes
\fIwideSeekProc\fR and \fIthreadActionProc\fR).
.VE 8.5
@@ -439,7 +439,7 @@ A channel driver \fBnot\fR supplying a \fIblockModeProc\fR has to be
very, very careful. It has to tell the generic layer exactly which
blocking mode is acceptable to it, and should this also document for
the user so that the blocking mode of the channel is not changed to an
-inacceptable value. Any confusion here may lead the interpreter into a
+unacceptable value. Any confusion here may lead the interpreter into a
(spurious and difficult to find) deadlock.
.SS "CLOSEPROC AND CLOSE2PROC"
.PP