diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-03-31 20:55:52 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-03-31 20:55:52 (GMT) |
commit | 6d27e86631ffc72aed00d1acc29dedc90c329cbb (patch) | |
tree | fffd9ef26fab11184f94cdb863c1d7c57d6be81c /doc/package.n | |
parent | cba938f2dc8da1903c146685526669dcbc31ed43 (diff) | |
download | tcl-6d27e86631ffc72aed00d1acc29dedc90c329cbb.zip tcl-6d27e86631ffc72aed00d1acc29dedc90c329cbb.tar.gz tcl-6d27e86631ffc72aed00d1acc29dedc90c329cbb.tar.bz2 |
* doc/package.n: [Bug 2980210]: Document the arguments taken by
the [package present] command correctly.
Diffstat (limited to 'doc/package.n')
-rw-r--r-- | doc/package.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/package.n b/doc/package.n index 9e2cf75..034cc18 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.24 2010/01/20 13:42:17 dkf Exp $ +'\" RCS: @(#) $Id: package.n,v 1.25 2010/03/31 20:55:52 dkf Exp $ '\" .so man.macros .TH package n 7.5 Tcl "Tcl Built-In Commands" @@ -81,7 +81,7 @@ interpreter for which a version has been provided (via script is available. The order of elements in the list is arbitrary. .TP -\fBpackage present\fR +\fBpackage present\fR ?\fB\-exact\fR? \fIpackage\fR ?\fIrequirement...\fR? . This command is equivalent to \fBpackage require\fR except that it does not try and load the package if it is not already loaded. |