summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-01-05 00:39:21 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-01-05 00:39:21 (GMT)
commitd3a8deb1536f2aa1c1015187dd7d0330a596aeab (patch)
treeeb47d9525bd8a1e810e83228e2ec99c9e54732a8
parent8ed264286869e58830dbd831907ca25189123d6c (diff)
parent54e16c1bf298095d32928e065cb26c2e36fef673 (diff)
downloadtcl-d3a8deb1536f2aa1c1015187dd7d0330a596aeab.zip
tcl-d3a8deb1536f2aa1c1015187dd7d0330a596aeab.tar.gz
tcl-d3a8deb1536f2aa1c1015187dd7d0330a596aeab.tar.bz2
merge fork
-rw-r--r--doc/InitStubs.36
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/InitStubs.3 b/doc/InitStubs.3
index 5f56278..4dc62c6 100644
--- a/doc/InitStubs.3
+++ b/doc/InitStubs.3
@@ -63,9 +63,9 @@ Define the \fBUSE_TCL_STUBS\fR symbol. Typically, you would include the
\fB\-DUSE_TCL_STUBS\fR flag when compiling the extension.
.IP 3) 5
Link the extension with the Tcl stubs library instead of the standard
-Tcl library. For example, to use the Tcl 8.1 ABI on Unix platforms,
-the library name is \fIlibtclstub8.1.a\fR; on Windows platforms, the
-library name is \fItclstub81.lib\fR.
+Tcl library. For example, to use the Tcl 8.6 ABI on Unix platforms,
+the library name is \fIlibtclstub8.6.a\fR; on Windows platforms, the
+library name is \fItclstub86.lib\fR.
.PP
If the extension also requires the Tk API, it must also call
\fBTk_InitStubs\fR to initialize the Tk stubs interface and link