diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tclsh.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/tclsh.1 b/doc/tclsh.1 index 8918a23..76d5aaf 100644 --- a/doc/tclsh.1 +++ b/doc/tclsh.1 @@ -5,7 +5,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: tclsh.1,v 1.2 1998/09/14 18:39:55 stanton Exp $ +'\" RCS: @(#) $Id: tclsh.1,v 1.3 1999/05/13 01:50:13 stanton Exp $ '\" .so man.macros .TH tclsh 1 "" Tcl "Tcl Applications" @@ -26,7 +26,8 @@ Tcl commands from standard input and printing command results and error messages to standard output. It runs until the \fBexit\fR command is invoked or until it reaches end-of-file on its standard input. -If there exists a file \fB.tclshrc\fR in the home directory of +If there exists a file \fB.tclshrc\fR (or \fBtclshrc.tcl\fR on +the Windows platforms) in the home directory of the user, \fBtclsh\fR evaluates the file as a Tcl script just before reading the first command from standard input. |