summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2010-03-31 20:55:52 (GMT)
committerdkf <dkf@noemail.net>2010-03-31 20:55:52 (GMT)
commit859482fb1b6c2e3d51a66e0ce2f1babbb0222be7 (patch)
treefffd9ef26fab11184f94cdb863c1d7c57d6be81c /doc
parent4020d54b350d8efd52f24bbc3a529b840c5813e5 (diff)
downloadtcl-859482fb1b6c2e3d51a66e0ce2f1babbb0222be7.zip
tcl-859482fb1b6c2e3d51a66e0ce2f1babbb0222be7.tar.gz
tcl-859482fb1b6c2e3d51a66e0ce2f1babbb0222be7.tar.bz2
* doc/package.n: [Bug 2980210]: Document the arguments taken by
the [package present] command correctly. FossilOrigin-Name: f350503aa07a54240d48f727f9239342dc670f70
Diffstat (limited to 'doc')
-rw-r--r--doc/package.n4
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.