summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2001-07-18 22:20:35 (GMT)
committerdgp <dgp@users.sourceforge.net>2001-07-18 22:20:35 (GMT)
commiteb4b0ba087b87f7d2650efdf73cfd62201cd358d (patch)
tree32622b68a09171b2269e25204eeabc05a8450db8
parentc4cdf7c5c8cb0e0a34d890f9f4a8d57341d4f44c (diff)
downloadtcl-kennykb_tip_22_33.zip
tcl-kennykb_tip_22_33.tar.gz
tcl-kennykb_tip_22_33.tar.bz2
* Typo correction. kennykb_tip_22_33
-rw-r--r--doc/lindex.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lindex.n b/doc/lindex.n
index 57be2cb..61f96e5 100644
--- a/doc/lindex.n
+++ b/doc/lindex.n
@@ -5,7 +5,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: lindex.n,v 1.6.6.1 2001/05/31 23:45:44 kennykb Exp $
+'\" RCS: @(#) $Id: lindex.n,v 1.6.6.2 2001/07/18 22:20:35 dgp Exp $
'\"
.so man.macros
.TH lindex n 8.2 Tcl "Tcl Built-In Commands"
@@ -21,7 +21,7 @@ lindex \- Retrieve an element from a list
.PP
.VS 8.4
When presented with two arguments, this command
-d treats \fIlist\fR as a Tcl list and returns the
+treats \fIlist\fR as a Tcl list and returns the
.VE
\fIindex\fR'th element from it (0 refers to the first element of the list).
In extracting the element, \fIlindex\fR observes the same rules