summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorkennykb <kennykb@noemail.net>2002-01-09 19:09:28 (GMT)
committerkennykb <kennykb@noemail.net>2002-01-09 19:09:28 (GMT)
commitd426f5313cded26bb8943d797dc070961b806a95 (patch)
treed9ff624d30f0c4b9021e9addabd2c3260c861a11 /doc
parentad07146f7b0ad680534bb92f02ebda849df4f876 (diff)
downloadtcl-d426f5313cded26bb8943d797dc070961b806a95.zip
tcl-d426f5313cded26bb8943d797dc070961b806a95.tar.gz
tcl-d426f5313cded26bb8943d797dc070961b806a95.tar.bz2
Updated APIs in the files */tcl*Load*.c according to the guidelines
of TIP 27. FossilOrigin-Name: ce9573a39cb9f42da11beec368b354ada882cbdd
Diffstat (limited to 'doc')
-rw-r--r--doc/StaticPkg.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/StaticPkg.3 b/doc/StaticPkg.3
index 39572a4..f00fd66 100644
--- a/doc/StaticPkg.3
+++ b/doc/StaticPkg.3
@@ -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: StaticPkg.3,v 1.3 2000/04/14 23:01:54 hobbs Exp $
+'\" RCS: @(#) $Id: StaticPkg.3,v 1.4 2002/01/09 19:09:28 kennykb Exp $
'\"
.so man.macros
.TH Tcl_StaticPackage 3 7.5 Tcl "Tcl Library Procedures"
@@ -23,7 +23,7 @@ If not NULL, points to an interpreter into which the package has
already been loaded (i.e., the caller has already invoked the
appropriate initialization procedure). NULL means the package
hasn't yet been incorporated into any interpreter.
-.AP char *pkgName in
+.AP "CONST char" *pkgName in
Name of the package; should be properly capitalized (first letter
upper-case, all others lower-case).
.AP Tcl_PackageInitProc *initProc in