diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-11-02 09:23:38 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-11-02 09:23:38 (GMT) |
commit | a46f12ed13d72b7e85bbf9f646cc64e2cc2b0c74 (patch) | |
tree | 340b4ac560fdd6f6e7bcd91052797e15a9ed07bb /doc | |
parent | 80c783d8a3c7e45827a3ea3160549a49bac5d6a0 (diff) | |
download | tcl-a46f12ed13d72b7e85bbf9f646cc64e2cc2b0c74.zip tcl-a46f12ed13d72b7e85bbf9f646cc64e2cc2b0c74.tar.gz tcl-a46f12ed13d72b7e85bbf9f646cc64e2cc2b0c74.tar.bz2 |
Add synopsis for Tcl_GetChannelMode. [Bug 1058446]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CrtChannel.3 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/CrtChannel.3 b/doc/CrtChannel.3 index 1ba7cf8..8fce08c 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.22 2004/10/07 15:15:35 dkf Exp $ +'\" RCS: @(#) $Id: CrtChannel.3,v 1.23 2004/11/02 09:23:38 dkf Exp $ .so man.macros .TH Tcl_CreateChannel 3 8.3 Tcl "Tcl Library Procedures" .BS @@ -35,6 +35,9 @@ int Tcl_ThreadId \fBTcl_GetChannelThread\fR(\fIchannel\fR) .VE 8.4 +.SP +int +\fBTcl_GetChannelMode\fR(\fIchannel\fR) .sp int \fBTcl_GetChannelBufferSize\fR(\fIchannel\fR) |