summaryrefslogtreecommitdiffstats
path: root/doc/package.n
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-06-02 19:14:22 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-06-02 19:14:22 (GMT)
commit75b52cdac572d8d56573be503fad931eaa398ab6 (patch)
tree1d43e6e37019927f5cb27f6fea73de1a57c133d0 /doc/package.n
parentbc08f192d7da388d6df2462f4698c496b8eea6ae (diff)
downloadtcl-75b52cdac572d8d56573be503fad931eaa398ab6.zip
tcl-75b52cdac572d8d56573be503fad931eaa398ab6.tar.gz
tcl-75b52cdac572d8d56573be503fad931eaa398ab6.tar.bz2
Removed language that encouraged abuse. [package] is for packages.
Diffstat (limited to 'doc/package.n')
-rw-r--r--doc/package.n6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/package.n b/doc/package.n
index e6aef2f..2137044 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.7 2004/05/30 15:07:29 dkf Exp $
+'\" RCS: @(#) $Id: package.n,v 1.8 2004/06/02 19:14:22 dgp Exp $
'\"
.so man.macros
.TH package n 7.5 Tcl "Tcl Built-In Commands"
@@ -90,9 +90,7 @@ provided by a previous \fBpackage provide\fR command.
If the \fIversion\fR argument is omitted, then the command
returns the version number that is currently provided, or an
empty string if no \fBpackage provide\fR command has been
-invoked for \fIpackage\fR in this interpreter. By convention, package
-names starting with "app-" are reserved for applications that are
-being managed with the package versioning subsystem.
+invoked for \fIpackage\fR in this interpreter.
.TP
\fBpackage require \fR?\fB\-exact\fR? \fIpackage \fR?\fIversion\fR?
This command is typically invoked by Tcl code that wishes to use