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/fconfigure.n | |
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/fconfigure.n')
-rw-r--r-- | doc/fconfigure.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/fconfigure.n b/doc/fconfigure.n index ac0366c..550d071 100644 --- a/doc/fconfigure.n +++ b/doc/fconfigure.n @@ -72,8 +72,8 @@ initially set to \fBline\fR, and \fBstderr\fR is set to \fBnone\fR. . \fINewvalue\fR must be an integer; its value is used to set the size of buffers, in bytes, subsequently allocated for this channel to store input -or output. \fINewvalue\fR must be between ten and one million, allowing -buffers of ten to one million bytes in size. +or output. \fINewvalue\fR must be between one and one million, allowing +buffers of one to one million bytes in size. .TP \fB\-encoding\fR \fIname\fR . |