diff options
| author | donal.k.fellows@manchester.ac.uk <dkf> | 2005-06-01 11:00:24 (GMT) |
|---|---|---|
| committer | donal.k.fellows@manchester.ac.uk <dkf> | 2005-06-01 11:00:24 (GMT) |
| commit | cf2c75d08d70ae59c31011e6182d503f55f01be4 (patch) | |
| tree | d3bbe95a2b84f8455477e5d9e709e78633b6d7bd /doc/switch.n | |
| parent | 951f6b31ad99e334de0d23ae0567e7b87d5ab508 (diff) | |
| download | tcl-cf2c75d08d70ae59c31011e6182d503f55f01be4.zip tcl-cf2c75d08d70ae59c31011e6182d503f55f01be4.tar.gz tcl-cf2c75d08d70ae59c31011e6182d503f55f01be4.tar.bz2 | |
Implementation of TIP#241 from Joe Mistachkin
Also compilation of [switch -glob -nocase] from Donal Fellows
Diffstat (limited to 'doc/switch.n')
| -rw-r--r-- | doc/switch.n | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/switch.n b/doc/switch.n index c508262..83103cb 100644 --- a/doc/switch.n +++ b/doc/switch.n @@ -5,10 +5,10 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: switch.n,v 1.8 2004/10/27 14:24:37 dkf Exp $ +'\" RCS: @(#) $Id: switch.n,v 1.9 2005/06/01 11:00:33 dkf Exp $ '\" .so man.macros -.TH switch n 7.0 Tcl "Tcl Built-In Commands" +.TH switch n 8.5 Tcl "Tcl Built-In Commands" .BS '\" Note: do not modify the .SH NAME line immediately below! .SH NAME @@ -51,6 +51,9 @@ expression matching '\" Options defined by TIP#75 .VS 8.5 .TP 10 +\fB\-nocase\fR +Causes comparisons to be handled in a case-insensitive manner. +.TP 10 \fB\-matchvar\fR \fIvarName\fR This option (only legal when \fB\-regexp\fR is also specified) specifies the name of a variable into which the list of matches |
