diff options
author | ericm <ericm> | 2000-06-26 23:23:13 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-06-26 23:23:13 (GMT) |
commit | dcd2eb5ea234b1417cd86cef74f801d2c108334b (patch) | |
tree | fe17488cf53ad9d3d39a7f25949e046c96ab44b0 /doc/package.n | |
parent | 26a9d6154a6bfc83698a279baa259415aac8fab2 (diff) | |
download | tcl-dcd2eb5ea234b1417cd86cef74f801d2c108334b.zip tcl-dcd2eb5ea234b1417cd86cef74f801d2c108334b.tar.gz tcl-dcd2eb5ea234b1417cd86cef74f801d2c108334b.tar.bz2 |
* doc/package.n: Corrected information about [package forget]
arguments [Bug: 5418].
Diffstat (limited to 'doc/package.n')
-rw-r--r-- | doc/package.n | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/package.n b/doc/package.n index f4d9f84..2cdd761 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.3 1999/03/10 05:52:45 stanton Exp $ +'\" RCS: @(#) $Id: package.n,v 1.4 2000/06/26 23:23:13 ericm Exp $ '\" .so man.macros .TH package n 7.5 Tcl "Tcl Built-In Commands" @@ -14,7 +14,7 @@ package \- Facilities for package loading and version control .SH SYNOPSIS .nf -\fBpackage forget \fIpackage\fR +\fBpackage forget ?\fIpackage package ...\fR? \fBpackage ifneeded \fIpackage version\fR ?\fIscript\fR? \fBpackage names\fR \fBpackage present \fR?\fB\-exact\fR? \fIpackage \fR?\fIversion\fR? @@ -43,8 +43,8 @@ primarily by system scripts that maintain the package database. The behavior of the \fBpackage\fR command is determined by its first argument. The following forms are permitted: .TP -\fBpackage forget \fIpackage\fR -Removes all information about \fIpackage\fR from this interpreter, +\fBpackage forget ?\fIpackage package ...\fR? +Removes all information about each specified package from this interpreter, including information provided by both \fBpackage ifneeded\fR and \fBpackage provide\fR. .TP |