diff options
author | hobbs <hobbs> | 2001-03-30 00:56:02 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-03-30 00:56:02 (GMT) |
commit | 3409dd4cca207de564b259ac7dc810d4c52a869b (patch) | |
tree | 1a62d99c6d7459d47789e3dd55e82cc22a5f034a /doc/lsort.n | |
parent | c9f5090400b6c978940356c03f1debdade340b40 (diff) | |
download | tcl-3409dd4cca207de564b259ac7dc810d4c52a869b.zip tcl-3409dd4cca207de564b259ac7dc810d4c52a869b.tar.gz tcl-3409dd4cca207de564b259ac7dc810d4c52a869b.tar.bz2 |
* doc/lsort.n: corrected unbalanced nroff macros.
Diffstat (limited to 'doc/lsort.n')
-rw-r--r-- | doc/lsort.n | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/lsort.n b/doc/lsort.n index 54fb400..2a21aa2 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. '\" -'\" RCS: @(#) $Id: lsort.n,v 1.8 2001/03/29 13:16:19 dkf Exp $ +'\" RCS: @(#) $Id: lsort.n,v 1.9 2001/03/30 00:56:02 hobbs Exp $ '\" .so man.macros .TH lsort n 8.3 Tcl "Tcl Built-In Commands" @@ -86,7 +86,6 @@ determined relative to the comparison used in the sort. Thus if considered duplicates and only the second element, \fB{1 b}\fR, would be retained. -.VS .SH "NOTES" .PP The options to \fBlsort\fR only control what sort of comparison is @@ -167,7 +166,7 @@ More complex sorting using a comparison function: % lsort -command compare \\ {{3 apple} {0x2 carrot} {1 dingo} {2 banana}} {1 dingo} {2 banana} {0x2 carrot} {3 apple} -.VE +.CE .SH "SEE ALSO" lappend(n), lindex(n), linsert(n), list(n), llength(n), lrange(n), |