diff options
author | dgp <dgp@users.sourceforge.net> | 2008-12-15 15:43:43 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-12-15 15:43:43 (GMT) |
commit | 83965ef6baf152bbe9c64cde37d3a0d57c5f5f06 (patch) | |
tree | 0283b863848646f727652e450e9def49f92b1060 /doc | |
parent | 778670ee1455a5d8b9c36870bfe60de35afcca50 (diff) | |
download | tcl-83965ef6baf152bbe9c64cde37d3a0d57c5f5f06.zip tcl-83965ef6baf152bbe9c64cde37d3a0d57c5f5f06.tar.gz tcl-83965ef6baf152bbe9c64cde37d3a0d57c5f5f06.tar.bz2 |
optional argument format correction
Diffstat (limited to 'doc')
-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 b055e08..c4461bf 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.16 2007/12/13 15:22:32 dgp Exp $ +'\" RCS: @(#) $Id: Tcl_Main.3,v 1.16.2.1 2008/12/15 15:43:43 dgp Exp $ '\" .so man.macros .TH Tcl_Main 3 8.4 Tcl "Tcl Library Procedures" @@ -79,7 +79,7 @@ more information. .PP \fBTcl_Main\fR supports two modes of operation, depending on the values of \fIargc\fR and \fIargv\fR. If the first few arguments -in \fIargv\fR match ?\fB\-encoding \fIname\fR? ?\fIfileName\fR?, +in \fIargv\fR match ?\fB\-encoding \fIname\fR? \fIfileName\fR, where \fIfileName\fR does not begin with the character \fI\-\fR, then \fIfileName\fR is taken to be the name of a file containing a \fIstartup script\fR, and \fIname\fR is taken to be the name |