summaryrefslogtreecommitdiffstats
path: root/doc/PkgRequire.3
diff options
context:
space:
mode:
authorandreas_kupries <andreas_kupries@noemail.net>2006-09-22 01:26:20 (GMT)
committerandreas_kupries <andreas_kupries@noemail.net>2006-09-22 01:26:20 (GMT)
commit44cc6dd45c93a8c04feeb48ceae17c11dcb71726 (patch)
tree32acbff94cb87475dcf718f476fd8fb8e668cff2 /doc/PkgRequire.3
parentef5c6eb9131915179d1101e7398fca1e09e2e3f2 (diff)
downloadtcl-44cc6dd45c93a8c04feeb48ceae17c11dcb71726.zip
tcl-44cc6dd45c93a8c04feeb48ceae17c11dcb71726.tar.gz
tcl-44cc6dd45c93a8c04feeb48ceae17c11dcb71726.tar.bz2
* generic/tcl.decls: Implemented TIP #268, conditionally.
* generic/tclBasic.c: Define TCL_TIP268 to activate the new * generic/tclDecls.h: features. * generic/tclInt.h: * generic/tclPkg.c: * generic/tclStubInit.c: * generic/tclTest.c: * library/init.tcl * library/package.tcl: * tests/pkg.test: * tests/platform.test: * tests/safe.test: * doc/PkgRequire.3: FossilOrigin-Name: 78a272c42aaf7c6c9472f55bef7a82605b1cc2c6
Diffstat (limited to 'doc/PkgRequire.3')
-rw-r--r--doc/PkgRequire.34
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/PkgRequire.3 b/doc/PkgRequire.3
index f16288a..d19f859 100644
--- a/doc/PkgRequire.3
+++ b/doc/PkgRequire.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: PkgRequire.3,v 1.6 2002/02/26 02:22:20 hobbs Exp $
+'\" RCS: @(#) $Id: PkgRequire.3,v 1.6.2.1 2006/09/22 01:26:22 andreas_kupries Exp $
'\"
.so man.macros
.TH Tcl_PkgRequire 3 7.5 Tcl "Tcl Library Procedures"
@@ -54,7 +54,6 @@ Pointer to place to store the value associated with the matching
package. It is only changed if the pointer is not NULL and the
function completed successfully.
.BE
-
.SH DESCRIPTION
.PP
These procedures provide C-level interfaces to Tcl's package and
@@ -82,6 +81,5 @@ in the interpreter's result.
allow the setting and retrieving of the client data associated with
the package. In all other respects they are equivalent to the matching
functions.
-
.SH KEYWORDS
package, present, provide, require, version