summaryrefslogtreecommitdiffstats
path: root/doc/lsearch.n
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2005-07-12 09:39:49 (GMT)
committerdkf <dkf@noemail.net>2005-07-12 09:39:49 (GMT)
commit4ad3cca67cf6f0f676026961509a232eef170617 (patch)
tree4d15b4170d423c7e653c9cd45bc981cfede1c52f /doc/lsearch.n
parentbfdf49af17f6d45c262dccc03072539916eaee94 (diff)
downloadtcl-4ad3cca67cf6f0f676026961509a232eef170617.zip
tcl-4ad3cca67cf6f0f676026961509a232eef170617.tar.gz
tcl-4ad3cca67cf6f0f676026961509a232eef170617.tar.bz2
Doc clarification
FossilOrigin-Name: 9fdbe9d9e3fbb1c5f8b56dbb6e3a80cd58c6cdc0
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 afe601f..726f060 100644
--- a/doc/lsearch.n
+++ b/doc/lsearch.n
@@ -7,7 +7,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.25 2005/06/01 11:00:33 dkf Exp $
+'\" RCS: @(#) $Id: lsearch.n,v 1.26 2005/07/12 09:39:53 dkf Exp $
'\"
.so man.macros
.TH lsearch n 8.5 Tcl "Tcl Built-In Commands"
@@ -34,7 +34,8 @@ is \fB\-glob\fR. If more than one matching style is specified, the
last matching style given takes precedence.
.TP
\fB\-exact\fR
-The list element must contain exactly the same string as \fIpattern\fR.
+\fIPattern\fR is a literal string that is compared for exact equality
+against each list element.
.TP
\fB\-glob\fR
\fIPattern\fR is a glob-style pattern which is matched against each list