diff options
Diffstat (limited to 'doc/lsearch.n')
-rw-r--r-- | doc/lsearch.n | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/lsearch.n b/doc/lsearch.n index 74e8451..f723236 100644 --- a/doc/lsearch.n +++ b/doc/lsearch.n @@ -1,12 +1,14 @@ -'\" +'\" -*- nroff -*- +'\" '\" Copyright (c) 1993 The Regents of the University of California. '\" Copyright (c) 1994-1996 Sun Microsystems, Inc. '\" Copyright (c) 2001 Kevin B. Kenny. All rights reserved. +'\" Copyright (c) 2003-2004 Donal K. Fellows. '\" '\" 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.16 2004/03/17 00:57:20 dkf Exp $ +'\" RCS: @(#) $Id: lsearch.n,v 1.17 2004/04/28 10:28:00 dkf Exp $ '\" .so man.macros .TH lsearch n 8.5 Tcl "Tcl Built-In Commands" @@ -60,9 +62,9 @@ meaningful when used with \fB\-sorted\fR. \fB\-index\fR\0\fIindexList\fR .VS 8.5 This option is designed for use when searching within nested lists. -The \fIindexList\fR gives a path of indices (much as might be used -with the \fBlsearch\fR command) within each element to allow the -location of the term being matched against. +The \fIindexList\fR argument gives a path of indices (much as might be +used with the \fBlindex\fR or \fBlset\fR commands) within each element +to allow the location of the term being matched against. .VE 8.5 .TP \fB\-inline\fR |