diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-04-28 10:27:57 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-04-28 10:27:57 (GMT) |
commit | 25b3a8473ed731844f2c5f093d1156a80c82e848 (patch) | |
tree | 5468f933e03efa9927edb1c498a74bd920ea5095 /doc/lsearch.n | |
parent | 7f97c937b35654a9f152c4f9a9f73f697a073efe (diff) | |
download | tcl-25b3a8473ed731844f2c5f093d1156a80c82e848.zip tcl-25b3a8473ed731844f2c5f093d1156a80c82e848.tar.gz tcl-25b3a8473ed731844f2c5f093d1156a80c82e848.tar.bz2 |
Minor docfix [Bug 943448]
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 |