summaryrefslogtreecommitdiffstats
path: root/doc/file.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/file.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/file.n')
-rw-r--r--doc/file.n2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/file.n b/doc/file.n
index 6f97f0b..da602fd 100644
--- a/doc/file.n
+++ b/doc/file.n
@@ -465,7 +465,6 @@ between platforms:
.TP
\fBfile tempfile\fR ?\fInameVar\fR? ?\fItemplate\fR?
'\" TIP #210
-.VS 8.6
Creates a temporary file and returns a read-write channel opened on that file.
If the \fInameVar\fR is given, it specifies a variable that the name of the
temporary file will be written into; if absent, Tcl will attempt to arrange
@@ -480,7 +479,6 @@ Note that temporary files are \fIonly\fR ever created on the native
filesystem. As such, they can be relied upon to be used with operating-system
native APIs and external programs that require a filename.
.RE
-.VE 8.6
.TP
\fBfile type \fIname\fR
.