diff options
author | jpeek <jpeek> | 1999-06-24 21:15:13 (GMT) |
---|---|---|
committer | jpeek <jpeek> | 1999-06-24 21:15:13 (GMT) |
commit | 9f6f5c519abd3e4640e5fed701205a348b0bf006 (patch) | |
tree | eefaa1eee86447d2b23facd48fa29800b023a37d /doc/switch.n | |
parent | 79d36b8166d773a6f2740a59820c30748c102226 (diff) | |
download | tcl-9f6f5c519abd3e4640e5fed701205a348b0bf006.zip tcl-9f6f5c519abd3e4640e5fed701205a348b0bf006.tar.gz tcl-9f6f5c519abd3e4640e5fed701205a348b0bf006.tar.bz2 |
Moved description of regular expression syntax from regexp.n into a
new re_syntax.n page. Modified other pages' references to regexp(n).
Added a few new "see also" entries pointing to re_syntax(n).
Diffstat (limited to 'doc/switch.n')
-rw-r--r-- | doc/switch.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/switch.n b/doc/switch.n index 503a5ba..fb7ac60 100644 --- a/doc/switch.n +++ b/doc/switch.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: switch.n,v 1.2 1998/09/14 18:39:55 stanton Exp $ +'\" RCS: @(#) $Id: switch.n,v 1.3 1999/06/24 21:15:14 jpeek Exp $ '\" .so man.macros .TH switch n 7.0 Tcl "Tcl Built-In Commands" @@ -47,7 +47,7 @@ When matching \fIstring\fR to the patterns, use glob-style matching \fB\-regexp\fR When matching \fIstring\fR to the patterns, use regular expression matching -(i.e. the same as implemented by the \fBregexp\fR command). +(as described in the \fBre_syntax\fR reference page). .TP 10 \fB\-\|\-\fR Marks the end of options. The argument following this one will |