summaryrefslogtreecommitdiffstats
path: root/doc/package.n
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)
commit1c1f56b0e990e69f5709492ea21320c4927e7e94 (patch)
tree7964a8f91dabf321c20e5bfed635e30bb57ada8c /doc/package.n
parent198c3c32b977b8c0f383c6951d63edfa8c0b6ac8 (diff)
downloadtcl-1c1f56b0e990e69f5709492ea21320c4927e7e94.zip
tcl-1c1f56b0e990e69f5709492ea21320c4927e7e94.tar.gz
tcl-1c1f56b0e990e69f5709492ea21320c4927e7e94.tar.bz2
doc changes with 1162286 fix
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)