summaryrefslogtreecommitdiffstats
path: root/doc/unset.n
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2004-05-07 22:26:00 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2004-05-07 22:26:00 (GMT)
commitdc8728c8a0f1eac4a8c39afa31036874642239b3 (patch)
treed27ad74222dc36333ab08135eae9ca4eb2592c0d /doc/unset.n
parentf5a61ae224e332ced24b7ff2fa575472e0ee7efd (diff)
downloadtcl-dc8728c8a0f1eac4a8c39afa31036874642239b3.zip
tcl-dc8728c8a0f1eac4a8c39afa31036874642239b3.tar.gz
tcl-dc8728c8a0f1eac4a8c39afa31036874642239b3.tar.bz2
* doc/unset.n: added upvar.n to the "see also" list
Diffstat (limited to 'doc/unset.n')
-rw-r--r--doc/unset.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/unset.n b/doc/unset.n
index ed73434..f1fcc31 100644
--- a/doc/unset.n
+++ b/doc/unset.n
@@ -6,7 +6,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: unset.n,v 1.5 2001/03/06 14:45:03 dkf Exp $
+'\" RCS: @(#) $Id: unset.n,v 1.6 2004/05/07 22:26:03 msofer Exp $
'\"
.so man.macros
.TH unset n 8.4 Tcl "Tcl Built-In Commands"
@@ -41,7 +41,7 @@ name refers to an array element but the variable is a scalar, or the name
refers to a variable in a non-existent namespace.
.SH "SEE ALSO"
-set(n), trace(n)
+set(n), trace(n), upvar(n)
.SH KEYWORDS
remove, variable