diff options
Diffstat (limited to 'doc/lsort.n')
-rw-r--r-- | doc/lsort.n | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/lsort.n b/doc/lsort.n index ae7d177..f1b29d4 100644 --- a/doc/lsort.n +++ b/doc/lsort.n @@ -7,7 +7,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: lsort.n,v 1.18 2004/10/27 12:53:22 dkf Exp $ +'\" RCS: @(#) $Id: lsort.n,v 1.19 2005/04/29 20:49:43 dgp Exp $ '\" .so man.macros .TH lsort n 8.3 Tcl "Tcl Built-In Commands" @@ -78,10 +78,7 @@ sublists, \fBlsort\fR will extract the \fIindexList\fR'th element from each sublist .VS 8.5 (as if the overall element and the \fIindexList\fR were passed to -\fBlindex\fR) and sort based on the given element. The keyword -\fBend\fP is allowed for each element of the \fIindexList\fR to sort -on the last sublist element, and \fBend-\fIindex\fR sorts on a sublist -element offset from the end. +\fBlindex\fR) and sort based on the given element. .VE 8.5 For example, .RS |