summaryrefslogtreecommitdiffstats
path: root/doc/tclsh.1
diff options
context:
space:
mode:
authorstanton <stanton>1999-05-13 01:50:13 (GMT)
committerstanton <stanton>1999-05-13 01:50:13 (GMT)
commitc1365e61e4f4bafceb9ad55d8008c4476dd3bb1b (patch)
tree3fbcc60feabcede1530a4ead7f9decc1ed225ad9 /doc/tclsh.1
parentef038f826e1292cce79589fdeb19290db231d92e (diff)
downloadtcl-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.
Diffstat (limited to 'doc/tclsh.1')
-rw-r--r--doc/tclsh.15
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.