summaryrefslogtreecommitdiffstats
path: root/doc/lsort.n
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2016-09-08 14:34:35 (GMT)
committerdgp <dgp@users.sourceforge.net>2016-09-08 14:34:35 (GMT)
commit7eac217cbcdf7d0764c8fbc0a3c09bdd31fbc4a4 (patch)
tree941ec84a540d886ab16d256cc6c408416dd860b0 /doc/lsort.n
parentfa105712c19ab4f84d85f6e33cb51a85e2ad259f (diff)
parent313d238fb894ff0775f40ec5aee77627742a3b1b (diff)
downloadtcl-7eac217cbcdf7d0764c8fbc0a3c09bdd31fbc4a4.zip
tcl-7eac217cbcdf7d0764c8fbc0a3c09bdd31fbc4a4.tar.gz
tcl-7eac217cbcdf7d0764c8fbc0a3c09bdd31fbc4a4.tar.bz2
merge bytecode init reworking
Diffstat (limited to 'doc/lsort.n')
-rw-r--r--doc/lsort.n8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/lsort.n b/doc/lsort.n
index 48c62f0..b0f7973 100644
--- a/doc/lsort.n
+++ b/doc/lsort.n
@@ -6,7 +6,7 @@
'\"
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-'\"
+'\"
.TH lsort n 8.5 Tcl "Tcl Built-In Commands"
.so man.macros
.BS
@@ -153,14 +153,14 @@ returns
\fB\-nocase\fR
.
Causes comparisons to be handled in a case-insensitive manner. Has no
-effect if combined with the \fB\-dictionary\fR, \fB\-integer\fR, or
+effect if combined with the \fB\-dictionary\fR, \fB\-integer\fR, or
\fB\-real\fR options.
.TP
\fB\-unique\fR
.
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
+determined relative to the comparison used in the sort. Thus if
\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.
@@ -265,7 +265,7 @@ More complex sorting using a comparison function:
{1 dingo} {2 banana} {0x2 carrot} {3 apple}
.CE
.SH "SEE ALSO"
-list(n), lappend(n), lindex(n), linsert(n), llength(n), lsearch(n),
+list(n), lappend(n), lindex(n), linsert(n), llength(n), lsearch(n),
lset(n), lrange(n), lreplace(n)
.SH KEYWORDS
element, list, order, sort