summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-05-17 09:19:52 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-05-17 09:19:52 (GMT)
commit5ba4b8df5392010f34479ed7234f95db76dcf672 (patch)
treec48c85f7ffe6cadc538ea5926bb1114f7f87c0f5
parent7f42a01d8bc934f6ad09d614ecb33417f1dc42a4 (diff)
downloadtcl-5ba4b8df5392010f34479ed7234f95db76dcf672.zip
tcl-5ba4b8df5392010f34479ed7234f95db76dcf672.tar.gz
tcl-5ba4b8df5392010f34479ed7234f95db76dcf672.tar.bz2
Docbug. [Bug 953374]
-rw-r--r--ChangeLog5
-rw-r--r--doc/OpenFileChnl.34
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index dec02e3..3a9f6bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-05-17 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+
+ * doc/OpenFileChnl.3: Documented type of 'offset' argument to
+ Tcl_Seek was wrong. [Bug 953374]
+
2004-05-16 Miguel Sofer <msofer@users.sf.net>
* generic/tclExecute.c (TclExecuteByteCode): remove one level of
diff --git a/doc/OpenFileChnl.3 b/doc/OpenFileChnl.3
index cd44b0f..cf99bab 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.23 2004/03/17 18:14:12 das Exp $
+'\" RCS: @(#) $Id: OpenFileChnl.3,v 1.24 2004/05/17 09:19:59 dkf Exp $
.so man.macros
.TH Tcl_OpenFileChannel 3 8.3 Tcl "Tcl Library Procedures"
.BS
@@ -202,7 +202,7 @@ A buffer containing the bytes to output to the channel.
The number of bytes to consume from \fIcharBuf\fR or \fIbyteBuf\fR and
output to the channel.
.VE
-.AP int offset in
+.AP Tcl_WideInt offset in
How far to move the access point in the channel at which the next input or
output operation will be applied, measured in bytes from the position
given by \fIseekMode\fR. May be either positive or negative.