summaryrefslogtreecommitdiffstats
path: root/doc/package.n
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2005-11-09 21:26:13 (GMT)
committerdgp <dgp@noemail.net>2005-11-09 21:26:13 (GMT)
commitfb07344373840acc1c2e8157661c33faf418541c (patch)
tree7964a8f91dabf321c20e5bfed635e30bb57ada8c /doc/package.n
parentd0295dae78c124db41ef860a013c2d16ea8679eb (diff)
downloadtcl-fb07344373840acc1c2e8157661c33faf418541c.zip
tcl-fb07344373840acc1c2e8157661c33faf418541c.tar.gz
tcl-fb07344373840acc1c2e8157661c33faf418541c.tar.bz2
doc changes with 1162286 fix
FossilOrigin-Name: 147e10f6e6a9df02286f59e6de62362cfc182ef9
Diffstat (limited to 'doc/package.n')
-rw-r--r--doc/package.n9
1 files changed, 1 insertions, 8 deletions
diff --git a/doc/package.n b/doc/package.n
index 02ac630..cac5482 100644
--- a/doc/package.n
+++ b/doc/package.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: package.n,v 1.6.2.1 2004/10/27 14:23:57 dkf Exp $
+'\" RCS: @(#) $Id: package.n,v 1.6.2.2 2005/11/09 21:26:14 dgp Exp $
'\"
.so man.macros
.TH package n 7.5 Tcl "Tcl Built-In Commands"
@@ -206,13 +206,6 @@ if {[catch {\fBpackage require\fR Snack}]} {
# Set up a dummy interface to work around the absence
}
.CE
-.PP
-When writing a package implementation, you should put the following at
-the \fIbottom\fR of your library script so it is only called once the
-package has been successfully set up:
-.CS
-\fBpackage provide\fR foobar 1.0
-.CE
.SH "SEE ALSO"
msgcat(n), packagens(n), pkgMkIndex(n)