diff options
author | fvogel <fvogelnew1@free.fr> | 2017-01-19 22:37:48 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2017-01-19 22:37:48 (GMT) |
commit | 3f648e4efddf57078b99ef451e9418fbec4b3abe (patch) | |
tree | 383777e8166da9b8cba889477dd9863e6939b636 /doc/lsort.n | |
parent | 592e0f1dd91bee030010bd5efb84d9f6d976f22a (diff) | |
download | tcl-3f648e4efddf57078b99ef451e9418fbec4b3abe.zip tcl-3f648e4efddf57078b99ef451e9418fbec4b3abe.tar.gz tcl-3f648e4efddf57078b99ef451e9418fbec4b3abe.tar.bz2 |
Fix [1f4bb8162f]: lsort -dictionary documentation to be improved
Diffstat (limited to 'doc/lsort.n')
-rw-r--r-- | doc/lsort.n | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/lsort.n b/doc/lsort.n index b0f7973..c3245b2 100644 --- a/doc/lsort.n +++ b/doc/lsort.n @@ -40,7 +40,8 @@ except (a) case is ignored except as a tie-breaker and (b) if two strings contain embedded numbers, the numbers compare as integers, not characters. For example, in \fB\-dictionary\fR mode, \fBbigBoy\fR sorts between \fBbigbang\fR and \fBbigboy\fR, and \fBx10y\fR -sorts between \fBx9y\fR and \fBx11y\fR. +sorts between \fBx9y\fR and \fBx11y\fR. Overrides the \fB\-nocase\fR +option. .TP \fB\-integer\fR . |