summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-11-02 09:23:38 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-11-02 09:23:38 (GMT)
commita46f12ed13d72b7e85bbf9f646cc64e2cc2b0c74 (patch)
tree340b4ac560fdd6f6e7bcd91052797e15a9ed07bb
parent80c783d8a3c7e45827a3ea3160549a49bac5d6a0 (diff)
downloadtcl-a46f12ed13d72b7e85bbf9f646cc64e2cc2b0c74.zip
tcl-a46f12ed13d72b7e85bbf9f646cc64e2cc2b0c74.tar.gz
tcl-a46f12ed13d72b7e85bbf9f646cc64e2cc2b0c74.tar.bz2
Add synopsis for Tcl_GetChannelMode. [Bug 1058446]
-rw-r--r--ChangeLog4
-rw-r--r--doc/CrtChannel.35
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f6a4b68..934e3d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-11-02 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+
+ * doc/CrtChannel.3 (Tcl_GetChannelMode): Add synopsis. [Bug 1058446]
+
2004-11-01 Kevin B. Kenny <kennykb@acm.org>
* win/tclWinFile.c (FromCTime, TclpUtime): Replaced a call to the
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)