diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-07-12 09:39:50 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-07-12 09:39:50 (GMT) |
commit | 7b92be76b5ce085131887664235bfff477d92969 (patch) | |
tree | 4d15b4170d423c7e653c9cd45bc981cfede1c52f /doc | |
parent | b9dffb55fcf3ecfeefcee029f701667779f24af6 (diff) | |
download | tcl-7b92be76b5ce085131887664235bfff477d92969.zip tcl-7b92be76b5ce085131887664235bfff477d92969.tar.gz tcl-7b92be76b5ce085131887664235bfff477d92969.tar.bz2 |
Doc clarification
Diffstat (limited to 'doc')
-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 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 |