diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2013-01-03 14:24:48 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2013-01-03 14:24:48 (GMT) |
commit | 96dcdfe7ee3f9197034b7488545e57fcf22826dd (patch) | |
tree | b16e087a22c2bc0812fb082b32091f975ffab851 /doc/CrtChannel.3 | |
parent | 8e375b451619f7f100356e82983143a1546f1758 (diff) | |
download | tcl-96dcdfe7ee3f9197034b7488545e57fcf22826dd.zip tcl-96dcdfe7ee3f9197034b7488545e57fcf22826dd.tar.gz tcl-96dcdfe7ee3f9197034b7488545e57fcf22826dd.tar.bz2 |
Channel buffer min size is 1. Issue found by Schelte Bron.
Diffstat (limited to 'doc/CrtChannel.3')
-rw-r--r-- | doc/CrtChannel.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/CrtChannel.3 b/doc/CrtChannel.3 index 55a4024..4e22488 100644 --- a/doc/CrtChannel.3 +++ b/doc/CrtChannel.3 @@ -250,7 +250,7 @@ the default value of 4096 is returned. .PP \fBTcl_SetChannelBufferSize\fR sets the size, in bytes, of buffers that will be allocated in subsequent operations on the channel to store input or -output. The \fIsize\fR argument should be between ten and one million, +output. The \fIsize\fR argument should be between one and one million, allowing buffers of ten bytes to one million bytes. If \fIsize\fR is outside this range, \fBTcl_SetChannelBufferSize\fR sets the buffer size to 4096. |