summaryrefslogtreecommitdiffstats
path: root/doc/fconfigure.n
diff options
context:
space:
mode:
authorstanton <stanton>1999-07-07 18:59:51 (GMT)
committerstanton <stanton>1999-07-07 18:59:51 (GMT)
commit0939ac05ffff9b512dd7e1a197d9bd8881bca036 (patch)
tree1e65a7c884275de4bfd7e013b2e1376d876e011c /doc/fconfigure.n
parent75c5493d11453483097ff1c5d8808602534ec857 (diff)
downloadtcl-0939ac05ffff9b512dd7e1a197d9bd8881bca036.zip
tcl-0939ac05ffff9b512dd7e1a197d9bd8881bca036.tar.gz
tcl-0939ac05ffff9b512dd7e1a197d9bd8881bca036.tar.bz2
* doc/fconfigure.n: Clarified default buffering behavior for the
standard channels. [Bug: 2335]
Diffstat (limited to 'doc/fconfigure.n')
-rw-r--r--doc/fconfigure.n5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/fconfigure.n b/doc/fconfigure.n
index e2479e8a..77b8ec2 100644
--- a/doc/fconfigure.n
+++ b/doc/fconfigure.n
@@ -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: fconfigure.n,v 1.3 1999/04/16 00:46:34 stanton Exp $
+'\" RCS: @(#) $Id: fconfigure.n,v 1.4 1999/07/07 18:59:52 stanton Exp $
'\"
.so man.macros
.TH fconfigure n 8.1 Tcl "Tcl Built-In Commands"
@@ -60,7 +60,8 @@ is output. If \fInewValue\fR is \fBnone\fR, the I/O system will flush
automatically after every output operation. The default is for
\fB\-buffering\fR to be set to \fBfull\fR except for channels that
connect to terminal-like devices; for these channels the initial setting
-is \fBline\fR.
+is \fBline\fR. Additionally, \fBstdin\fR and \fBstdout\fR are
+intially set to \fBline\fR, and \fBstderr\fR is set to \fBnone\fR.
.TP
\fB\-buffersize\fR \fInewSize\fR
.