diff options
| author | donal.k.fellows@manchester.ac.uk <dkf> | 2005-07-12 09:39:50 (GMT) |
|---|---|---|
| committer | donal.k.fellows@manchester.ac.uk <dkf> | 2005-07-12 09:39:50 (GMT) |
| commit | b28397676b671a34a5c1e2f056fb08b8dd73ff29 (patch) | |
| tree | 4d15b4170d423c7e653c9cd45bc981cfede1c52f | |
| parent | 73eaee2a2adf4adcfb3edb4120757077c32a03a8 (diff) | |
| download | tcl-b28397676b671a34a5c1e2f056fb08b8dd73ff29.zip tcl-b28397676b671a34a5c1e2f056fb08b8dd73ff29.tar.gz tcl-b28397676b671a34a5c1e2f056fb08b8dd73ff29.tar.bz2 | |
Doc clarification
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | doc/lsearch.n | 5 |
2 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2005-07-12 Donal K. Fellows <dkf@users.sf.net> + + * doc/lsearch.n: Clarify documentation of -exact option; wording was + open to misinterpretation by non-English speakers. + 2005-07-11 Donal K. Fellows <dkf@users.sf.net> * generic/tclExecute.c: General style cleanup. 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 |
