summaryrefslogtreecommitdiffstats
path: root/doc/lsort.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2003-03-17 14:25:19 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2003-03-17 14:25:19 (GMT)
commit7a9c4243ac433c65c5b5ac2b90bd788b15307548 (patch)
tree9e5651ca82c0de67cdec7649266256afd32929a4 /doc/lsort.n
parentd932fc4e68604d4877fca90b45537258f7ab3100 (diff)
downloadtcl-7a9c4243ac433c65c5b5ac2b90bd788b15307548.zip
tcl-7a9c4243ac433c65c5b5ac2b90bd788b15307548.tar.gz
tcl-7a9c4243ac433c65c5b5ac2b90bd788b15307548.tar.bz2
Fixed docbug in lsearch and lsort for -ascii opt, which operates on Unicode
not ASCII these days. [Bug #703807]
Diffstat (limited to 'doc/lsort.n')
-rw-r--r--doc/lsort.n5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/lsort.n b/doc/lsort.n
index 34a69d1..1e8a1fd 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.12 2001/11/14 23:38:39 hobbs Exp $
+'\" RCS: @(#) $Id: lsort.n,v 1.12.4.1 2003/03/17 14:25:20 dkf Exp $
'\"
.so man.macros
.TH lsort n 8.3 Tcl "Tcl Built-In Commands"
@@ -32,7 +32,8 @@ specified before \fIlist\fR to control the sorting process (unique
abbreviations are accepted):
.TP 20
\fB\-ascii\fR
-Use string comparison with ASCII collation order. This is the default.
+Use string comparison with Unicode code-point collation order (the
+name is for backward-compatability reasons.) This is the default.
.TP 20
\fB\-dictionary\fR
Use dictionary-style comparison. This is the same as \fB\-ascii\fR