diff options
author | Poul-Henning Kamp <phk@FreeBSD.org> | 1997-07-25 19:27:55 +0000 |
---|---|---|
committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1997-07-25 19:27:55 +0000 |
commit | 3d33409926539d866dcea9fc5cb14113b312adf0 (patch) | |
tree | d2f88b3e9ffa79ffb2cc1a0699dd3ee96c47c3e5 /contrib/tcl/doc/regexp.n | |
parent | 8569730d6bc2e4cb5e784997313325b13518e066 (diff) |
Notes
Diffstat (limited to 'contrib/tcl/doc/regexp.n')
-rw-r--r-- | contrib/tcl/doc/regexp.n | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/contrib/tcl/doc/regexp.n b/contrib/tcl/doc/regexp.n index f4e3fab1b70fb..f3951eece3e6d 100644 --- a/contrib/tcl/doc/regexp.n +++ b/contrib/tcl/doc/regexp.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. '\" -'\" SCCS: @(#) regexp.n 1.11 96/03/25 20:21:48 +'\" SCCS: @(#) regexp.n 1.12 96/08/26 13:00:10 '\" .so man.macros .TH regexp n "" Tcl "Tcl Built-In Commands" @@ -33,7 +33,6 @@ contain the characters that matched the next parenthesized subexpression to the right in \fIexp\fR, and so on. .LP If the initial arguments to \fBregexp\fR start with \fB\-\fR then -.VS they are treated as switches. The following switches are currently supported: .TP 10 @@ -52,7 +51,6 @@ range of characters. \fB\-\|\-\fR Marks the end of switches. The argument following this one will be treated as \fIexp\fR even if it starts with a \fB\-\fR. -.VE .LP If there are more \fIsubMatchVar\fR's than parenthesized subexpressions within \fIexp\fR, or if a particular subexpression |