diff options
author | dgp <dgp@users.sourceforge.net> | 2002-01-14 15:10:06 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-01-14 15:10:06 (GMT) |
commit | 0ff232587e3c63cf969da0859335adb56f4efdfd (patch) | |
tree | 3e95cc32779d219696e79f38e6e001c70ffa9642 /doc/Tcl_Main.3 | |
parent | 3169bed811cf3ccc2404aebb7d4f9af81fa6dfee (diff) | |
download | tcl-0ff232587e3c63cf969da0859335adb56f4efdfd.zip tcl-0ff232587e3c63cf969da0859335adb56f4efdfd.tar.gz tcl-0ff232587e3c63cf969da0859335adb56f4efdfd.tar.bz2 |
typo correction
Diffstat (limited to 'doc/Tcl_Main.3')
-rw-r--r-- | doc/Tcl_Main.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Tcl_Main.3 b/doc/Tcl_Main.3 index d5bc108..d74d23a 100644 --- a/doc/Tcl_Main.3 +++ b/doc/Tcl_Main.3 @@ -6,7 +6,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: Tcl_Main.3,v 1.6 2002/01/05 22:55:51 dgp Exp $ +'\" RCS: @(#) $Id: Tcl_Main.3,v 1.7 2002/01/14 15:10:06 dgp Exp $ '\" .so man.macros .TH Tcl_Main 3 8.4 Tcl "Tcl Library Procedures" @@ -66,7 +66,7 @@ name of a file containing a \fIstartup script\fR, which \fBTcl_Main\fR will attempt to evaluate. Otherwise, \fBTcl_Main\fR will enter an interactive mode. .PP -In either mode, \fBTcl_Main\fB will define in its master interpreter +In either mode, \fBTcl_Main\fR will define in its master interpreter the Tcl variables \fIargc\fR, \fIargv\fR, \fIargv0\fR, and \fItcl_interactive\fR, as described in the documentation for \fBtclsh\fR. .PP |