diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-06-07 20:37:26 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-06-07 20:37:26 (GMT) |
commit | fd60ef760f6d2e1800d6ea0b34d2d8e238cee1d2 (patch) | |
tree | e639a60fa99d0af99c8c9f30f63cb2a7e3b5e79b /doc/CrtChannel.3 | |
parent | 39afde6df737407f9cf37c924c6f7cd43bf6ad32 (diff) | |
download | tcl-fd60ef760f6d2e1800d6ea0b34d2d8e238cee1d2.zip tcl-fd60ef760f6d2e1800d6ea0b34d2d8e238cee1d2.tar.gz tcl-fd60ef760f6d2e1800d6ea0b34d2d8e238cee1d2.tar.bz2 |
Stick to TCL_CHANNEL_VERSION_4; it's all in alpha anyway!
Diffstat (limited to 'doc/CrtChannel.3')
-rw-r--r-- | doc/CrtChannel.3 | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/doc/CrtChannel.3 b/doc/CrtChannel.3 index 570cd2d..f4751b5 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.30 2005/06/06 23:45:42 dkf Exp $ +'\" RCS: @(#) $Id: CrtChannel.3,v 1.31 2005/06/07 20:37:40 dkf Exp $ .so man.macros .TH Tcl_CreateChannel 3 8.4 Tcl "Tcl Library Procedures" .BS @@ -384,10 +384,8 @@ 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. .VS 8.5 \fBTCL_CHANNEL_VERSION_4\fR must be set to specifiy the -\fIthreadActionProc\fR member (includes \fIwideSeekProc\fR), and -\fBTCL_CHANNEL_VERSION_5\fR must be set to specify the -\fItruncateProc\fR member (includes \fIwideSeekProc\fR and -\fIthreadActionProc\fR). +\fIthreadActionProc\fR and \fItruncateProc\fR members (includes +\fIwideSeekProc\fR). .VE 8.5 If it is not set to any of these, then this \fBTcl_ChannelType\fR is assumed to have the original structure. See @@ -398,7 +396,7 @@ least \fBTCL_CHANNEL_VERSION_2\fR to function correctly. This value can be retrieved with \fBTcl_ChannelVersion\fR, which returns one of .VS 8.5 -\fBTCL_CHANNEL_VERSION_5\fR, \fBTCL_CHANNEL_VERSION_4\fR, +\fBTCL_CHANNEL_VERSION_4\fR, .VE 8.5 \fBTCL_CHANNEL_VERSION_3\fR, \fBTCL_CHANNEL_VERSION_2\fR or \fBTCL_CHANNEL_VERSION_1\fR. |