summaryrefslogtreecommitdiffstats
path: root/doc/interp.n
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2020-01-06 17:26:05 (GMT)
committerdgp <dgp@users.sourceforge.net>2020-01-06 17:26:05 (GMT)
commitf140e958c5a9be145a6a9bf5672d785ba1bad964 (patch)
tree9a5fc5538270de1df64cba78e84f81896fc01c26 /doc/interp.n
parentb0db0ad9562b16f0d06a6e1403f01749ea7aac14 (diff)
downloadtcl-f140e958c5a9be145a6a9bf5672d785ba1bad964.zip
tcl-f140e958c5a9be145a6a9bf5672d785ba1bad964.tar.gz
tcl-f140e958c5a9be145a6a9bf5672d785ba1bad964.tar.bz2
Remove "new in 8.6" marks from the docs in the 8.7 branch.
Diffstat (limited to 'doc/interp.n')
-rw-r--r--doc/interp.n2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/interp.n b/doc/interp.n
index 40ab9f9..54555e3 100644
--- a/doc/interp.n
+++ b/doc/interp.n
@@ -154,7 +154,6 @@ what to set the interpreter's background exception handler to. See the
\fBBACKGROUND EXCEPTION HANDLING\fR section for more details.
.TP
\fBinterp\fR \fBcancel \fR?\fB\-unwind\fR? ?\fB\-\|\-\fR? ?\fIpath\fR? ?\fIresult\fR?
-.VS 8.6
Cancels the script being evaluated in the interpreter identified by
\fIpath\fR. Without the \fB\-unwind\fR switch the evaluation stack for
the interpreter is unwound until an enclosing catch command is found or
@@ -167,7 +166,6 @@ switches; it may be needed if \fIpath\fR is an unusual value such
as \fB\-safe\fR. If \fIresult\fR is present, it will be used as the
error message string; otherwise, a default error message string will be
used.
-.VE 8.6
.TP
\fBinterp\fR \fBcreate \fR?\fB\-safe\fR? ?\fB\-\|\-\fR? ?\fIpath\fR?
.