diff options
author | fvogel <fvogelnew1@free.fr> | 2017-01-19 22:38:40 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2017-01-19 22:38:40 (GMT) |
commit | c5280637d928b34f83531bc585ad87ce5be2edc3 (patch) | |
tree | 7624ea7d171640817cd57732685f2f6a167cead1 /doc | |
parent | c3dbeb6e6ff78ff7393f4546ab4156aa1262e859 (diff) | |
parent | 3f648e4efddf57078b99ef451e9418fbec4b3abe (diff) | |
download | tcl-c5280637d928b34f83531bc585ad87ce5be2edc3.zip tcl-c5280637d928b34f83531bc585ad87ce5be2edc3.tar.gz tcl-c5280637d928b34f83531bc585ad87ce5be2edc3.tar.bz2 |
Fix [1f4bb8162f]: lsort -dictionary documentation to be improved
Diffstat (limited to 'doc')
-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 . |