diff options
Diffstat (limited to 'doc/incr.n')
-rw-r--r-- | doc/incr.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: incr.n,v 1.2 1998/09/14 18:39:53 stanton Exp $ +'\" RCS: @(#) $Id: incr.n,v 1.3 2000/09/07 14:27:48 poenitz Exp $ '\" .so man.macros .TH incr n "" Tcl "Tcl Built-In Commands" @@ -27,5 +27,8 @@ integer) is added to the value of variable \fIvarName\fR; otherwise The new value is stored as a decimal string in variable \fIvarName\fR and also returned as result. +.SH "SEE ALSO" +expr(n) + .SH KEYWORDS add, increment, variable, value |