diff options
author | jenglish <jenglish@noemail.net> | 2002-07-01 18:24:37 (GMT) |
---|---|---|
committer | jenglish <jenglish@noemail.net> | 2002-07-01 18:24:37 (GMT) |
commit | a017bcccb15642e19cfa599f2fc28321671d5ff1 (patch) | |
tree | 0b85a12ebaae6394723689fc31593c4ec7ebed17 /doc/lsearch.n | |
parent | 356ce2bea9bc01c32bdaaa82227bf3ac81fa470e (diff) | |
download | tcl-a017bcccb15642e19cfa599f2fc28321671d5ff1.zip tcl-a017bcccb15642e19cfa599f2fc28321671d5ff1.tar.gz tcl-a017bcccb15642e19cfa599f2fc28321671d5ff1.tar.bz2 |
Spell-check, fixed typos (Updates from Larry Virden).
FossilOrigin-Name: 34cded11b7d729621dd98d2f6dc3fb89428f97e8
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 |