summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2013-01-03 14:35:07 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2013-01-03 14:35:07 (GMT)
commitf889a9294bd1a1c5df632d4ff4919abf81d72127 (patch)
tree27a653d80ce20db791724826656ab7d0dd882a19 /doc
parent96dcdfe7ee3f9197034b7488545e57fcf22826dd (diff)
downloadtcl-f889a9294bd1a1c5df632d4ff4919abf81d72127.zip
tcl-f889a9294bd1a1c5df632d4ff4919abf81d72127.tar.gz
tcl-f889a9294bd1a1c5df632d4ff4919abf81d72127.tar.bz2
"Mine eyes deceive, but others catch me when I fall." -- Someone or other
Diffstat (limited to 'doc')
-rw-r--r--doc/CrtChannel.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/CrtChannel.3 b/doc/CrtChannel.3
index 4e22488..57bb76e 100644
--- a/doc/CrtChannel.3
+++ b/doc/CrtChannel.3
@@ -251,7 +251,7 @@ the default value of 4096 is returned.
\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 one and one million,
-allowing buffers of ten bytes to one million bytes. If \fIsize\fR is
+allowing buffers of one byte to one million bytes. If \fIsize\fR is
outside this range, \fBTcl_SetChannelBufferSize\fR sets the buffer size to
4096.
.PP