diff options
author | stanton <stanton> | 1999-05-13 01:50:13 (GMT) |
---|---|---|
committer | stanton <stanton> | 1999-05-13 01:50:13 (GMT) |
commit | c1365e61e4f4bafceb9ad55d8008c4476dd3bb1b (patch) | |
tree | 3fbcc60feabcede1530a4ead7f9decc1ed225ad9 | |
parent | ef038f826e1292cce79589fdeb19290db231d92e (diff) | |
download | tcl-c1365e61e4f4bafceb9ad55d8008c4476dd3bb1b.zip tcl-c1365e61e4f4bafceb9ad55d8008c4476dd3bb1b.tar.gz tcl-c1365e61e4f4bafceb9ad55d8008c4476dd3bb1b.tar.bz2 |
* doc/tclsh.1: Updated references to rc script names to accurately
reflect the platform differences on Windows.
-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. |