summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-12-20 10:32:37 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-12-20 10:32:37 (GMT)
commitdd3012b0b5620ad001fc666e42e5bc27760fc514 (patch)
tree2d8851d921fca30d9605b31f329d406c175a5a1a
parent0dd06785462fa4b6236f6e4b904cb852d75db8ac (diff)
downloadtcl-dd3012b0b5620ad001fc666e42e5bc27760fc514.zip
tcl-dd3012b0b5620ad001fc666e42e5bc27760fc514.tar.gz
tcl-dd3012b0b5620ad001fc666e42e5bc27760fc514.tar.bz2
Document that from the "exact" parameter of Tcl_InitStubs(), only bit 0 has meaning.
-rw-r--r--doc/InitStubs.36
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/InitStubs.3 b/doc/InitStubs.3
index fbb3f56..4423666 100644
--- a/doc/InitStubs.3
+++ b/doc/InitStubs.3
@@ -23,11 +23,11 @@ Tcl interpreter handle.
A version string consisting of one or more decimal numbers
separated by dots.
.AP int exact in
-Non-zero means that only the particular version specified by
+1 means that only the particular version specified by
\fIversion\fR is acceptable.
-Zero means that versions newer than \fIversion\fR are also
+0 means that versions newer than \fIversion\fR are also
acceptable as long as they have the same major version number
-as \fIversion\fR.
+as \fIversion\fR. Other bits have no effect.
.BE
.SH INTRODUCTION
.PP