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 | 47692f4e993ebdf8b38b463fe52f56bcb6e4b922 (patch) | |
tree | 7624ea7d171640817cd57732685f2f6a167cead1 /doc | |
parent | e7e764dbdf02a4e2a1cec81daa8f25bf2312695a (diff) | |
parent | 649902f7fa1502d2873ed4762c1284a1ebe6bee4 (diff) | |
download | tcl-47692f4e993ebdf8b38b463fe52f56bcb6e4b922.zip tcl-47692f4e993ebdf8b38b463fe52f56bcb6e4b922.tar.gz tcl-47692f4e993ebdf8b38b463fe52f56bcb6e4b922.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 . |