diff options
Diffstat (limited to 'doc/lsearch.n')
-rw-r--r-- | doc/lsearch.n | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/lsearch.n b/doc/lsearch.n index 30ce348..07d78b2 100644 --- a/doc/lsearch.n +++ b/doc/lsearch.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: lsearch.n,v 1.10 2002/03/06 11:28:08 dkf Exp $ +'\" RCS: @(#) $Id: lsearch.n,v 1.11 2002/07/01 18:24:39 jenglish Exp $ '\" .so man.macros .TH lsearch n 8.4 Tcl "Tcl Built-In Commands" @@ -105,14 +105,14 @@ the specified integer offset. If \fIoption\fR is omitted then it defaults to \fB\-glob\fR. If more than one of \fB\-exact\fR, \fB\-glob\fR, \fB\-regexp\fR, and \fB\-sorted\fR is specified, whichever option is specified last takes -precendence. If more than one of \fB\-ascii\fR, \fB\-dictionary\fR, +precedence. If more than one of \fB\-ascii\fR, \fB\-dictionary\fR, \fB\-integer\fR and \fB\-real\fR is specified, the option specified -last takes precendence. If more than one of \fB\-increasing\fR and +last takes precedence. If more than one of \fB\-increasing\fR and \fB\-decreasing\fR is specified, the option specified last takes precedence. -.SH EXAMPLES .VS 8.4 +.SH EXAMPLES .CS lsearch {a b c d e} c => 2 lsearch -all {a b c a b c} c => 2 5 |