diff options
author | dkf <dkf@noemail.net> | 2004-08-31 15:19:34 (GMT) |
---|---|---|
committer | dkf <dkf@noemail.net> | 2004-08-31 15:19:34 (GMT) |
commit | 5cf399d4e0b42d462893054787319e6c3def440a (patch) | |
tree | 1bef5c1caca0c9ba498f26d4ab155eed6ac330b9 /doc/lsearch.n | |
parent | 06e788780ce9f3a880722c48707e47d98da5b19d (diff) | |
download | tcl-5cf399d4e0b42d462893054787319e6c3def440a.zip tcl-5cf399d4e0b42d462893054787319e6c3def440a.tar.gz tcl-5cf399d4e0b42d462893054787319e6c3def440a.tar.bz2 |
Grammar and spelling fixes. [Patch 1018486]
FossilOrigin-Name: 1b588c2346175032cd3300ae107656d0e93df492
Diffstat (limited to 'doc/lsearch.n')
-rw-r--r-- | doc/lsearch.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lsearch.n b/doc/lsearch.n index 08efd66..6ed6978 100644 --- a/doc/lsearch.n +++ b/doc/lsearch.n @@ -8,7 +8,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.19 2004/06/07 21:41:27 dkf Exp $ +'\" RCS: @(#) $Id: lsearch.n,v 1.20 2004/08/31 15:19:36 dkf Exp $ '\" .so man.macros .TH lsearch n 8.5 Tcl "Tcl Built-In Commands" @@ -83,7 +83,7 @@ one takes precedence. The default is \fB\-ascii\fR. .TP \fB\-ascii\fR The list elements are to be examined as Unicode strings (the name is -for backward-compatability reasons.) +for backward-compatibility reasons.) .TP \fB\-dictionary\fR The list elements are to be compared using dictionary-style |