summaryrefslogtreecommitdiffstats
path: root/doc/lsearch.n
diff options
context:
space:
mode:
authorjpeek <jpeek>1999-06-24 21:15:13 (GMT)
committerjpeek <jpeek>1999-06-24 21:15:13 (GMT)
commit9f6f5c519abd3e4640e5fed701205a348b0bf006 (patch)
treeeefaa1eee86447d2b23facd48fa29800b023a37d /doc/lsearch.n
parent79d36b8166d773a6f2740a59820c30748c102226 (diff)
downloadtcl-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/lsearch.n')
-rw-r--r--doc/lsearch.n5
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.