summaryrefslogtreecommitdiffstats
path: root/doc/fconfigure.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2013-01-03 14:24:48 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2013-01-03 14:24:48 (GMT)
commit96dcdfe7ee3f9197034b7488545e57fcf22826dd (patch)
treeb16e087a22c2bc0812fb082b32091f975ffab851 /doc/fconfigure.n
parent8e375b451619f7f100356e82983143a1546f1758 (diff)
downloadtcl-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.n4
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
.