summaryrefslogtreecommitdiffstats
path: root/doc/OpenFileChnl.3
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-10-07 15:25:46 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-10-07 15:25:46 (GMT)
commite100b43202b4173582eb9825c987c53bd0a85c2a (patch)
treef52a20a1e5cfd78c625e45624203d14bc6943d05 /doc/OpenFileChnl.3
parent1cc76982fe544d5ce535b2e30c68efb7332cc3ef (diff)
downloadtcl-e100b43202b4173582eb9825c987c53bd0a85c2a.zip
tcl-e100b43202b4173582eb9825c987c53bd0a85c2a.tar.gz
tcl-e100b43202b4173582eb9825c987c53bd0a85c2a.tar.bz2
* doc/OpenFileChnl.3: Updated Tcl_Tell and Tcl_Seek documentation
to reflect that they now return Tcl_WideInt (TIP 72) [Bug 787537]
Diffstat (limited to 'doc/OpenFileChnl.3')
-rw-r--r--doc/OpenFileChnl.38
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/OpenFileChnl.3 b/doc/OpenFileChnl.3
index d8752fe..4eaf0a6 100644
--- a/doc/OpenFileChnl.3
+++ b/doc/OpenFileChnl.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: OpenFileChnl.3,v 1.20.2.1 2003/07/18 16:56:24 dgp Exp $
+'\" RCS: @(#) $Id: OpenFileChnl.3,v 1.20.2.2 2003/10/07 15:25:46 dgp Exp $
.so man.macros
.TH Tcl_OpenFileChannel 3 8.3 Tcl "Tcl Library Procedures"
.BS
@@ -101,11 +101,13 @@ int
\fBTcl_OutputBuffered\fR(\fIchannel\fR)
.VE
.sp
-int
+.VS 8.4
+Tcl_WideInt
\fBTcl_Seek\fR(\fIchannel, offset, seekMode\fR)
.sp
-int
+Tcl_WideInt
\fBTcl_Tell\fR(\fIchannel\fR)
+.VE 8.4
.sp
int
\fBTcl_GetChannelOption\fR(\fIinterp, channel, optionName, optionValue\fR)