diff options
author | dkf <dkf@noemail.net> | 2007-10-29 01:42:17 (GMT) |
---|---|---|
committer | dkf <dkf@noemail.net> | 2007-10-29 01:42:17 (GMT) |
commit | 8b8418832809d71caf32ba00e64c07178f6fc5f9 (patch) | |
tree | 8e72d3dd4068fc22320de66ab7145fa75119f54c /doc/lsearch.n | |
parent | 8c2781e4c152ac1272214ed57613301508a01322 (diff) | |
download | tcl-8b8418832809d71caf32ba00e64c07178f6fc5f9.zip tcl-8b8418832809d71caf32ba00e64c07178f6fc5f9.tar.gz tcl-8b8418832809d71caf32ba00e64c07178f6fc5f9.tar.bz2 |
Next stage of doing GOOBE improvements to documentation now that the html generation works
FossilOrigin-Name: 5d2457660f002da32f5605770ad149c73b1b4095
Diffstat (limited to 'doc/lsearch.n')
-rw-r--r-- | doc/lsearch.n | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/lsearch.n b/doc/lsearch.n index de37270..0ee3697 100644 --- a/doc/lsearch.n +++ b/doc/lsearch.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: lsearch.n,v 1.29 2007/10/26 20:11:53 dgp Exp $ +'\" RCS: @(#) $Id: lsearch.n,v 1.30 2007/10/29 01:42:18 dkf Exp $ '\" .so man.macros .TH lsearch n 8.5 Tcl "Tcl Built-In Commands" @@ -159,7 +159,9 @@ Using \fBlsearch\fR to filter lists: \fBlsearch\fR -all -not {a20 b35 c47} b* => 0 2 .CE -This can even do a "set-like" removal operation: +This can even do a +.QW set-like +removal operation: .CS \fBlsearch\fR -all -inline -not -exact {a b c a d e a f g a} a => b c d e f g |