summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-11-09 21:26:14 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-11-09 21:26:14 (GMT)
commit67512f7dfa0f49b2515318412e8768de398f5ac1 (patch)
tree7964a8f91dabf321c20e5bfed635e30bb57ada8c
parenta85914c3a87baad3a27fee5269c3b2defdca2019 (diff)
downloadtcl-67512f7dfa0f49b2515318412e8768de398f5ac1.zip
tcl-67512f7dfa0f49b2515318412e8768de398f5ac1.tar.gz
tcl-67512f7dfa0f49b2515318412e8768de398f5ac1.tar.bz2
doc changes with 1162286 fix
-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)