diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | doc/lsearch.n | 9 |
2 files changed, 10 insertions, 3 deletions
@@ -1,3 +1,7 @@ +2004-09-02 Donal K. Fellows <donal.k.fellows@man.ac.uk> + + * doc/lsearch.n: Clarified meaning of -dictionary. [Bug 759545] + 2004-09-01 Jeff Hobbs <jeffh@ActiveState.com> * win/tclWinReg.c (BroadcastValue): WIN64 cast corrections diff --git a/doc/lsearch.n b/doc/lsearch.n index 8fd3c51..98cd8d3 100644 --- a/doc/lsearch.n +++ b/doc/lsearch.n @@ -6,7 +6,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.13.2.1 2003/03/17 14:25:20 dkf Exp $ +'\" RCS: @(#) $Id: lsearch.n,v 1.13.2.2 2004/09/02 13:58:58 dkf Exp $ '\" .so man.macros .TH lsearch n 8.4 Tcl "Tcl Built-In Commands" @@ -47,8 +47,11 @@ meaningful when used with \fB\-sorted\fR. .TP \fB\-dictionary\fR The list elements are to be compared using dictionary-style -comparisons. This option is only meaningful when used with -\fB\-exact\fR or \fB\-sorted\fR. +comparisons (see \fBlsort\fR for a fuller description). This option +is only meaningful when used with \fB\-exact\fR or \fB\-sorted\fR, and +it is only distinguishable from the \fB\-ascii\fR option when +the \fB\-sorted\fR option is given, because values are only +dictionary-equal when exactly equal. .TP \fB\-exact\fR The list element must contain exactly the same string as \fIpattern\fR. |