summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-04-28 10:27:57 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-04-28 10:27:57 (GMT)
commit25b3a8473ed731844f2c5f093d1156a80c82e848 (patch)
tree5468f933e03efa9927edb1c498a74bd920ea5095
parent7f97c937b35654a9f152c4f9a9f73f697a073efe (diff)
downloadtcl-25b3a8473ed731844f2c5f093d1156a80c82e848.zip
tcl-25b3a8473ed731844f2c5f093d1156a80c82e848.tar.gz
tcl-25b3a8473ed731844f2c5f093d1156a80c82e848.tar.bz2
Minor docfix [Bug 943448]
-rw-r--r--ChangeLog4
-rw-r--r--doc/lsearch.n12
2 files changed, 11 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c69841..7be5697 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-04-28 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+
+ * doc/lsearch.n: Fixed fault in documentation of -index option [943448]
+
2004-04-26 Don Porter <dgp@users.sourceforge.net>
* unix/tclUnixFCmd.c (TclpObjNormalizePath): Corrected improper
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