diff options
author | kjnash <k.j.nash@usa.net> | 2022-08-31 20:33:29 (GMT) |
---|---|---|
committer | kjnash <k.j.nash@usa.net> | 2022-08-31 20:33:29 (GMT) |
commit | 5f0c43664685bc2ee4df68984143d273a7d23ad6 (patch) | |
tree | ab9cf55eef1fdf845326c4b6fdfb4513f41857b8 /doc | |
parent | bca70ca3acaed162e49bc7616b7da4001c7fee41 (diff) | |
download | tcl-5f0c43664685bc2ee4df68984143d273a7d23ad6.zip tcl-5f0c43664685bc2ee4df68984143d273a7d23ad6.tar.gz tcl-5f0c43664685bc2ee4df68984143d273a7d23ad6.tar.bz2 |
Corrections to doc/safe.n
Diffstat (limited to 'doc')
-rw-r--r-- | doc/safe.n | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |