diff options
author | msofer <msofer@noemail.net> | 2004-05-07 22:29:02 (GMT) |
---|---|---|
committer | msofer <msofer@noemail.net> | 2004-05-07 22:29:02 (GMT) |
commit | a3e794998957e323189d20b083790e79a92f5432 (patch) | |
tree | 05df3b09d45c36fb144eaca4c790fb8068616195 /doc/unset.n | |
parent | 13f18769faa3ceb935f72ad7a8e7025a2f0dce15 (diff) | |
download | tcl-a3e794998957e323189d20b083790e79a92f5432.zip tcl-a3e794998957e323189d20b083790e79a92f5432.tar.gz tcl-a3e794998957e323189d20b083790e79a92f5432.tar.bz2 |
* doc/unset.n: added upvar.n to the "see also" list
FossilOrigin-Name: 6d8009b815858f056d7f4230002f36653ab8d535
Diffstat (limited to 'doc/unset.n')
-rw-r--r-- | doc/unset.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/unset.n b/doc/unset.n index ed73434..e68c3f2 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.5.18.1 2004/05/07 22:29:05 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), unset(n) .SH KEYWORDS remove, variable |