diff options
author | dgp <dgp@users.sourceforge.net> | 2003-02-25 23:58:07 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-02-25 23:58:07 (GMT) |
commit | 1ee221c87e5d0ba86662ef7ab275b5423d0308ab (patch) | |
tree | a73394e56c1d7f7bdb4cb605f5a675b3f829f4ff /doc/pkgMkIndex.n | |
parent | d1b091eb4fb7d440ca4281ab468189ce04b508a6 (diff) | |
download | tcl-1ee221c87e5d0ba86662ef7ab275b5423d0308ab.zip tcl-1ee221c87e5d0ba86662ef7ab275b5423d0308ab.tar.gz tcl-1ee221c87e5d0ba86662ef7ab275b5423d0308ab.tar.bz2 |
* doc/pkgMkIndex.n: Modified [pkg_mkIndex] to use -nocase matching
* library/package.tcl: of -load patterns, to better accomodate
common user errors due to confusion between [package names] names
and [info loaded] names.
Diffstat (limited to 'doc/pkgMkIndex.n')
-rw-r--r-- | doc/pkgMkIndex.n | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/pkgMkIndex.n b/doc/pkgMkIndex.n index 6c03082..a7291b2 100644 --- a/doc/pkgMkIndex.n +++ b/doc/pkgMkIndex.n @@ -4,7 +4,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: pkgMkIndex.n,v 1.13 2002/07/01 18:24:39 jenglish Exp $ +'\" RCS: @(#) $Id: pkgMkIndex.n,v 1.14 2003/02/25 23:58:09 dgp Exp $ '\" .so man.macros .TH pkg_mkIndex n 8.3 Tcl "Tcl Built-In Commands" @@ -114,7 +114,8 @@ it immediately upon \fBpackage require\fR. \fB\-load \fIpkgPat\fR The index process will pre-load any packages that exist in the current interpreter and match \fIpkgPat\fP into the slave interpreter used to -generate the index. The pattern match uses string match rules. +generate the index. The pattern match uses string match rules, but without +making case distinctions. See COMPLEX CASES below. .TP 15 \fB\-verbose\fR |