diff options
author | stanton <stanton> | 1999-07-07 18:59:51 (GMT) |
---|---|---|
committer | stanton <stanton> | 1999-07-07 18:59:51 (GMT) |
commit | 0939ac05ffff9b512dd7e1a197d9bd8881bca036 (patch) | |
tree | 1e65a7c884275de4bfd7e013b2e1376d876e011c /doc | |
parent | 75c5493d11453483097ff1c5d8808602534ec857 (diff) | |
download | tcl-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')
-rw-r--r-- | doc/fconfigure.n | 5 |
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 . |