diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-05-17 09:22:10 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-05-17 09:22:10 (GMT) |
commit | aeeb2dda569d75a5f5162a97de263878e7136478 (patch) | |
tree | de76e146cb2c24fe5b845d806bff375062efad1e /doc/OpenFileChnl.3 | |
parent | 1f09368b39073bc30f3957f2f70911a722f5c781 (diff) | |
download | tcl-aeeb2dda569d75a5f5162a97de263878e7136478.zip tcl-aeeb2dda569d75a5f5162a97de263878e7136478.tar.gz tcl-aeeb2dda569d75a5f5162a97de263878e7136478.tar.bz2 |
Docbug. [Bug 953374]
Diffstat (limited to 'doc/OpenFileChnl.3')
-rw-r--r-- | doc/OpenFileChnl.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/OpenFileChnl.3 b/doc/OpenFileChnl.3 index 4eaf0a6..e54972f 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.2 2003/10/07 15:25:46 dgp Exp $ +'\" RCS: @(#) $Id: OpenFileChnl.3,v 1.20.2.3 2004/05/17 09:22:11 dkf Exp $ .so man.macros .TH Tcl_OpenFileChannel 3 8.3 Tcl "Tcl Library Procedures" .BS @@ -204,7 +204,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. |