diff options
author | jenglish <jenglish@flightlab.com> | 2002-07-01 18:24:38 (GMT) |
---|---|---|
committer | jenglish <jenglish@flightlab.com> | 2002-07-01 18:24:38 (GMT) |
commit | 67fad087ab438ebbeb8d38658e7bfe9183c1b8b7 (patch) | |
tree | 0b85a12ebaae6394723689fc31593c4ec7ebed17 /doc/pkgMkIndex.n | |
parent | d01a31dd2c3c0984c9ef185aec47a4c008e70b67 (diff) | |
download | tcl-67fad087ab438ebbeb8d38658e7bfe9183c1b8b7.zip tcl-67fad087ab438ebbeb8d38658e7bfe9183c1b8b7.tar.gz tcl-67fad087ab438ebbeb8d38658e7bfe9183c1b8b7.tar.bz2 |
Spell-check, fixed typos (Updates from Larry Virden).
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. |