diff options
Diffstat (limited to 'doc/case.n')
-rw-r--r-- | doc/case.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: case.n,v 1.2 1998/09/14 18:39:51 stanton Exp $ +'\" RCS: @(#) $Id: case.n,v 1.3 2000/09/07 14:27:46 poenitz Exp $ '\" .so man.macros .TH case n 7.0 Tcl "Tcl Built-In Commands" @@ -55,5 +55,8 @@ no command or variable substitutions are performed on them; this makes the behavior of the second form different than the first form in some cases. +.SH "SEE ALSO" +switch(n) + .SH KEYWORDS case, match, regular expression |