diff options
Diffstat (limited to 'doc/set.n')
-rw-r--r-- | doc/set.n | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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: set.n,v 1.2 1998/09/14 18:39:55 stanton Exp $ +'\" RCS: @(#) $Id: set.n,v 1.3 2000/09/07 14:27:51 poenitz Exp $ '\" .so man.macros .TH set n "" Tcl "Tcl Built-In Commands" @@ -44,5 +44,8 @@ was invoked to declare \fIvarName\fR to be global, or unless a \fBvariable\fR command was invoked to declare \fIvarName\fR to be a namespace variable. +.SH "SEE ALSO" +expr(n), proc(n), trace(n), unset(n) + .SH KEYWORDS read, write, variable |