diff options
Diffstat (limited to 'doc/lsearch.n')
-rw-r--r-- | doc/lsearch.n | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/lsearch.n b/doc/lsearch.n index bcede70..39eddac 100644 --- a/doc/lsearch.n +++ b/doc/lsearch.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: lsearch.n,v 1.2 1998/09/14 18:39:53 stanton Exp $ +'\" RCS: @(#) $Id: lsearch.n,v 1.3 1999/06/24 21:15:13 jpeek Exp $ '\" .so man.macros .TH lsearch n 7.0 Tcl "Tcl Built-In Commands" @@ -37,7 +37,8 @@ element using the same rules as the \fBstring match\fR command. .TP \fB\-regexp\fR \fIPattern\fR is treated as a regular expression and matched against -each list element using the same rules as the \fBregexp\fR command. +each list element using the rules described in the \fBre_syntax\fR +reference page. .PP If \fImode\fR is omitted then it defaults to \fB\-glob\fR. |