diff options
author | poenitz <poenitz> | 2000-09-07 14:27:45 (GMT) |
---|---|---|
committer | poenitz <poenitz> | 2000-09-07 14:27:45 (GMT) |
commit | 39d44b87548e38d667e0b1917f2fb2ee8d82958d (patch) | |
tree | f68040024b28950e64e8fe7aeaa92a7c84c31a7e /doc/unset.n | |
parent | 68a252b7d9b1335f2236481163d17395a08c3327 (diff) | |
download | tcl-39d44b87548e38d667e0b1917f2fb2ee8d82958d.zip tcl-39d44b87548e38d667e0b1917f2fb2ee8d82958d.tar.gz tcl-39d44b87548e38d667e0b1917f2fb2ee8d82958d.tar.bz2 |
New or changed "SEE ALSO" section.
Diffstat (limited to 'doc/unset.n')
-rw-r--r-- | doc/unset.n | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/unset.n b/doc/unset.n index 6aca9d3..71af4a5 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.3 2000/06/01 00:33:27 hobbs Exp $ +'\" RCS: @(#) $Id: unset.n,v 1.4 2000/09/07 14:27:52 poenitz Exp $ '\" .so man.macros .TH unset n 8.4 Tcl "Tcl Built-In Commands" @@ -40,5 +40,8 @@ deleted. An error can occur when the named variable doesn't exist, or the 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) + .SH KEYWORDS remove, variable |