summaryrefslogtreecommitdiffstats
path: root/doc/lsearch.n
diff options
context:
space:
mode:
Diffstat (limited to 'doc/lsearch.n')
-rw-r--r--doc/lsearch.n6
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