diff options
Diffstat (limited to 'doc/while.n')
-rw-r--r-- | doc/while.n | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/while.n b/doc/while.n index dabe116..ba5a584 100644 --- a/doc/while.n +++ b/doc/while.n @@ -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: while.n,v 1.2 1998/09/14 18:39:56 stanton Exp $ +'\" RCS: @(#) $Id: while.n,v 1.3 2000/09/07 14:27:52 poenitz Exp $ '\" .so man.macros .TH while n "" Tcl "Tcl Built-In Commands" @@ -51,5 +51,8 @@ while {$x<10} { } .CE +.SH "SEE ALSO" +break(n), continue(n), for(n), foreach(n) + .SH KEYWORDS boolean value, loop, test, while |