summaryrefslogtreecommitdiffstats
path: root/doc/library.n
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2008-11-26 19:19:16 (GMT)
committerKevin B Kenny <kennykb@acm.org>2008-11-26 19:19:16 (GMT)
commit41e3dc4923b40c7f7d921681de5daa1fab6918d8 (patch)
treef795f1526623b9c15b07e7d815807dcb1574ab34 /doc/library.n
parent00452d9d7d4d961a4659fc21e69febb307d184f0 (diff)
downloadtcl-41e3dc4923b40c7f7d921681de5daa1fab6918d8.zip
tcl-41e3dc4923b40c7f7d921681de5daa1fab6918d8.tar.gz
tcl-41e3dc4923b40c7f7d921681de5daa1fab6918d8.tar.bz2
* library/tclIndex: Removed reference to no-longer-extant procedure
'tclLdAout'. * doc/library.n: Corrected mention of 'auto_exec' to 'auto_execok'. [Patch 2114900] thanks to Stu Cassoff <stwo@users.sf.net>
Diffstat (limited to 'doc/library.n')
-rw-r--r--doc/library.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/library.n b/doc/library.n
index 98c578c..572c0eb 100644
--- a/doc/library.n
+++ b/doc/library.n
@@ -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.
'\"
-'\" RCS: @(#) $Id: library.n,v 1.24 2008/10/17 10:22:25 dkf Exp $
+'\" RCS: @(#) $Id: library.n,v 1.25 2008/11/26 19:19:16 kennykb Exp $
.so man.macros
.TH library n "8.0" Tcl "Tcl Built-In Commands"
.BS
@@ -67,7 +67,7 @@ named by \fIcmd\fR. If not, it returns an empty string. This command
examines the directories in the current search path (given by the PATH
environment variable) in its search for an executable file named
\fIcmd\fR. On Windows platforms, the search is expanded with the same
-directories and file extensions as used by \fBexec\fR. \fBAuto_exec\fR
+directories and file extensions as used by \fBexec\fR. \fBAuto_execok\fR
remembers information about previous searches in an array named
\fBauto_execs\fR; this avoids the path search in future calls for the
same \fIcmd\fR. The command \fBauto_reset\fR may be used to force