Tcl Source Code

Artifact [15397180a6]
Login

Artifact 15397180a654dfbf25d13cb7668b79da8c2c2845:

Attachment "patch-03-manpages" to ticket [1496886fff] added by breitenlohner 2006-05-29 19:03:10.
diff -ur tcl8.5a4.orig/doc/AppInit.3 tcl8.5a4/doc/AppInit.3
--- tcl8.5a4.orig/doc/AppInit.3	2004-09-18 19:01:04.000000000 +0200
+++ tcl8.5a4/doc/AppInit.3	2006-05-28 23:41:18.000000000 +0200
@@ -34,7 +34,7 @@
 \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: