diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2011-07-18 15:24:59 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2011-07-18 15:24:59 (GMT) |
commit | 1862ab1259270b5a83e955528dccc4b63c652648 (patch) | |
tree | 4d18c911874a2e9361fb90be4902c287fe5e5392 /doc/lsort.n | |
parent | 9f51e32c984e0ad2e812d241e588c492c4179cf8 (diff) | |
download | tcl-1862ab1259270b5a83e955528dccc4b63c652648.zip tcl-1862ab1259270b5a83e955528dccc4b63c652648.tar.gz tcl-1862ab1259270b5a83e955528dccc4b63c652648.tar.bz2 |
More small documentation improvements.
Diffstat (limited to 'doc/lsort.n')
-rw-r--r-- | doc/lsort.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lsort.n b/doc/lsort.n index 8e85f5a..312048e 100644 --- a/doc/lsort.n +++ b/doc/lsort.n @@ -79,7 +79,7 @@ the values themselves. \fB\-index\0\fIindexList\fR . If this option is specified, each of the elements of \fIlist\fR must -itself be a proper Tcl sublist (unless \fB-stride\fR is used). +itself be a proper Tcl sublist (unless \fB\-stride\fR is used). Instead of sorting based on whole sublists, \fBlsort\fR will extract the \fIindexList\fR'th element from each sublist (as if the overall element and the \fIindexList\fR were passed to \fBlindex\fR) and sort @@ -161,7 +161,7 @@ effect if combined with the \fB\-dictionary\fR, \fB\-integer\fR, or If this option is specified, then only the last set of duplicate elements found in the list will be retained. Note that duplicates are determined relative to the comparison used in the sort. Thus if -\fI\-index 0\fR is used, \fB{1 a}\fR and \fB{1 b}\fR would be +\fB\-index 0\fR is used, \fB{1 a}\fR and \fB{1 b}\fR would be considered duplicates and only the second element, \fB{1 b}\fR, would be retained. .SH "NOTES" |