summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjenglish <jenglish@noemail.net>2006-07-30 16:18:39 (GMT)
committerjenglish <jenglish@noemail.net>2006-07-30 16:18:39 (GMT)
commit2d3e805942133cd20706711d3d5c4cc1f9eb0e4d (patch)
tree76ccd8d1386fc19912ebe205844127befaaf55a7 /doc
parentca0eb858a38a797db32a339d0336602be721412f (diff)
downloadtcl-2d3e805942133cd20706711d3d5c4cc1f9eb0e4d.zip
tcl-2d3e805942133cd20706711d3d5c4cc1f9eb0e4d.tar.gz
tcl-2d3e805942133cd20706711d3d5c4cc1f9eb0e4d.tar.bz2
Fix typo [Bug 1496886]
FossilOrigin-Name: c1201f239838d96b485dc223f1e449ba7f67f0d9
Diffstat (limited to 'doc')
-rw-r--r--doc/AppInit.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/AppInit.3 b/doc/AppInit.3
index 3412799..32862c2 100644
--- a/doc/AppInit.3
+++ b/doc/AppInit.3
@@ -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: AppInit.3,v 1.3 2000/04/14 23:01:48 hobbs Exp $
+'\" RCS: @(#) $Id: AppInit.3,v 1.3.24.1 2006/07/30 16:18:41 jenglish Exp $
'\"
.so man.macros
.TH Tcl_AppInit 3 7.0 Tcl "Tcl Library Procedures"
@@ -34,7 +34,7 @@ To create a new application you write a new version of
\fBTcl_AppInit\fR to replace the default version provided by Tcl,
then link your new \fBTcl_AppInit\fR with the Tcl library.
.PP
-\fBTcl_AppInit\fR is invoked after by \fBTcl_Main\fR and \fBTk_Main\fR
+\fBTcl_AppInit\fR is invoked by \fBTcl_Main\fR and \fBTk_Main\fR
after their own initialization and before entering the main loop
to process commands.
Here are some examples of things that \fBTcl_AppInit\fR might do: