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/pkgMkIndex.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/pkgMkIndex.n')
-rw-r--r-- | doc/pkgMkIndex.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/pkgMkIndex.n b/doc/pkgMkIndex.n index db70d2d..6c03082 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.12 2001/08/07 02:54:30 hobbs Exp $ +'\" RCS: @(#) $Id: pkgMkIndex.n,v 1.13 2002/07/01 18:24:39 jenglish Exp $ '\" .so man.macros .TH pkg_mkIndex n 8.3 Tcl "Tcl Built-In Commands" @@ -205,7 +205,7 @@ also bad coding style. .PP If binary files have dependencies on other packages, things can become tricky because it is not possible to stub out -C-level API's such as \fBTcl_PkgRequire\fP API +C-level APIs such as \fBTcl_PkgRequire\fP API when loading a binary file. For example, suppose the BLT package requires Tk, and expresses this with a call to \fBTcl_PkgRequire\fP in its \fBBlt_Init\fP routine. |