diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-12-20 10:32:37 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-12-20 10:32:37 (GMT) |
commit | 9adc1d86b363addf539bedb62a8d19763f14d87c (patch) | |
tree | 2d8851d921fca30d9605b31f329d406c175a5a1a | |
parent | 47957139fb510e8cb49eea9050f6107756ac83d7 (diff) | |
download | tcl-9adc1d86b363addf539bedb62a8d19763f14d87c.zip tcl-9adc1d86b363addf539bedb62a8d19763f14d87c.tar.gz tcl-9adc1d86b363addf539bedb62a8d19763f14d87c.tar.bz2 |
Document that from the "exact" parameter of Tcl_InitStubs(), only bit 0 has meaning.
-rw-r--r-- | doc/InitStubs.3 | 6 |
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 |