summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorkjnash <k.j.nash@usa.net>2022-08-31 20:33:29 (GMT)
committerkjnash <k.j.nash@usa.net>2022-08-31 20:33:29 (GMT)
commit5f0c43664685bc2ee4df68984143d273a7d23ad6 (patch)
treeab9cf55eef1fdf845326c4b6fdfb4513f41857b8 /doc
parentbca70ca3acaed162e49bc7616b7da4001c7fee41 (diff)
downloadtcl-5f0c43664685bc2ee4df68984143d273a7d23ad6.zip
tcl-5f0c43664685bc2ee4df68984143d273a7d23ad6.tar.gz
tcl-5f0c43664685bc2ee4df68984143d273a7d23ad6.tar.bz2
Corrections to doc/safe.n
Diffstat (limited to 'doc')
-rw-r--r--doc/safe.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/safe.n b/doc/safe.n
index b74f3c6..6dd4033 100644
--- a/doc/safe.n
+++ b/doc/safe.n
@@ -399,7 +399,7 @@ if \fB\-accessPath\fR is specified, then \fB\-autoPath\fR must also be
specified, or else it will be set to {}.
.PP
The value of \fB\-autoPath\fR will be that required to access tclIndex
-and pkgIndex.txt files according to the same rules as an unsafe
+and pkgIndex.tcl files according to the same rules as an unsafe
interpreter (see pkg_mkIndex(n) and library(n)).
.PP
With "Sync Mode" on, the option \fB\-autoPath\fR is undefined, and
@@ -408,7 +408,7 @@ access path. In addition to the directories present if "Safe Mode" is off,
the ::auto_path includes the numerous subdirectories and module paths
that belong to the access path.
.SH SYNC MODE
-Before Tcl version 8.6.x, the Safe Base kept each safe interpreter's
+Before Tcl version 8.7, the Safe Base kept each safe interpreter's
::auto_path synchronized with a tokenized form of its access path.
Limitations of Tcl 8.4 and earlier made this feature necessary. This
definition of ::auto_path did not conform its specification in library(n)