summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorhobbs <hobbs>2006-10-05 05:13:13 (GMT)
committerhobbs <hobbs>2006-10-05 05:13:13 (GMT)
commitc1ba6eb6f5ed3313ca72fb73bead393e6abefb96 (patch)
treefd316cfb41235b90bead6cae41cd065ffd1d478b /doc
parentfd980a9e41effa12cbddb4907a40734c83971906 (diff)
downloadtcl-c1ba6eb6f5ed3313ca72fb73bead393e6abefb96.zip
tcl-c1ba6eb6f5ed3313ca72fb73bead393e6abefb96.tar.gz
tcl-c1ba6eb6f5ed3313ca72fb73bead393e6abefb96.tar.bz2
nroff typo
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 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