From 0939ac05ffff9b512dd7e1a197d9bd8881bca036 Mon Sep 17 00:00:00 2001 From: stanton Date: Wed, 7 Jul 1999 18:59:51 +0000 Subject: * doc/fconfigure.n: Clarified default buffering behavior for the standard channels. [Bug: 2335] --- ChangeLog | 5 +++++ doc/fconfigure.n | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 75b66bb..35a7161 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-07-07 + + * doc/fconfigure.n: Clarified default buffering behavior for the + standard channels. [Bug: 2335] + 1999-07-06 * win/tclWinSerial.c: New implementation of serial port driver 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 . -- cgit v0.12