diff options
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 6d625b3..9d2d3af 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.14 2006/09/25 17:30:07 dgp Exp $ +'\" RCS: @(#) $Id: package.n,v 1.15 2006/10/05 05:13:13 hobbs Exp $ '\" .so man.macros .TH package n 7.5 Tcl "Tcl Built-In Commands" @@ -107,7 +107,7 @@ levels are allowed to vary. Examples: For more explanations see below. .RE .TP -\fBpackage require \fR\fIpackage \fR?\frequirement...\fR? +\fBpackage require \fR\fIpackage \fR?\fIrequirement...\fR? This command is typically invoked by Tcl code that wishes to use a particular version of a particular package. The arguments indicate which package is wanted, and the command ensures that |