summaryrefslogtreecommitdiffstats
path: root/doc/TraceVar.3
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2019-05-11 15:04:57 (GMT)
committerdgp <dgp@users.sourceforge.net>2019-05-11 15:04:57 (GMT)
commit8265ea67d6285031031eeee4037a3b9b35262a10 (patch)
tree683f5a2329ffdf11d9a811b1605b79c94c9ee3e3 /doc/TraceVar.3
parent800ce1bfa2788444be58c0e3756796381fbf8a48 (diff)
downloadtcl-8265ea67d6285031031eeee4037a3b9b35262a10.zip
tcl-8265ea67d6285031031eeee4037a3b9b35262a10.tar.gz
tcl-8265ea67d6285031031eeee4037a3b9b35262a10.tar.bz2
Convert deprecation to elimination for Tcl 9.
Diffstat (limited to 'doc/TraceVar.3')
-rw-r--r--doc/TraceVar.35
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/TraceVar.3 b/doc/TraceVar.3
index ef5d80a..dd72563 100644
--- a/doc/TraceVar.3
+++ b/doc/TraceVar.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.
'\"
-.TH Tcl_TraceVar 3 8.7 Tcl "Tcl Library Procedures"
+.TH Tcl_TraceVar 3 9.0 Tcl "Tcl Library Procedures"
.so man.macros
.BS
.SH NAME
@@ -333,7 +333,8 @@ The routine \fBTcl_InterpDeleted\fR is an important tool for this.
When \fBTcl_InterpDeleted\fR returns 1, \fIproc\fR will not be able
to invoke any scripts in \fIinterp\fR. You may encounter old code using
a deprecated flag value \fBTCL_INTERP_DESTROYED\fR to signal this
-condition, but any supported code should be converted to stop using it.
+condition, but Tcl 9 no longer supports this. Any supported code
+must be converted to stop using it.
.PP
A trace procedure can be called at any time, even when there
are partially formed results stored in the interpreter. If