summaryrefslogtreecommitdiffstats
path: root/doc/library.n
diff options
context:
space:
mode:
authorwelch <welch>1999-06-29 00:25:23 (GMT)
committerwelch <welch>1999-06-29 00:25:23 (GMT)
commit7d96e2b24eb2a3390a37b962efdb656e06f783da (patch)
tree94d0857c7388a0f9ff8acecbd887a38749d2ea23 /doc/library.n
parent71008cf5a42b9cda92ef5051322cb11dee863e91 (diff)
downloadtcl-7d96e2b24eb2a3390a37b962efdb656e06f783da.zip
tcl-7d96e2b24eb2a3390a37b962efdb656e06f783da.tar.gz
tcl-7d96e2b24eb2a3390a37b962efdb656e06f783da.tar.bz2
Adopted Doc patch that changes "unknown_active" to "unknown_pending"
Diffstat (limited to 'doc/library.n')
-rw-r--r--doc/library.n7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/library.n b/doc/library.n
index 44093bb..e958e63 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.7 1999/06/24 21:15:13 jpeek Exp $
+'\" RCS: @(#) $Id: library.n,v 1.8 1999/06/29 00:25:23 welch Exp $
.so man.macros
.TH library n "8.0" Tcl "Tcl Built-In Commands"
.BS
@@ -278,8 +278,9 @@ comprised of any character that is not a space, tab, or newline. Under
Unix, words are comprised of numbers, letters or underscores.
.VE
.TP
-\fBunknown_active\fR
-This variable is set by \fBunknown\fR to indicate that it is active.
+\fBunknown_pending\fR
+Used by \fBunknown\fR to record the command(s) for which it is
+searching.
It is used to detect errors where \fBunknown\fR recurses on itself
infinitely.
The variable is unset before \fBunknown\fR returns.