diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2024-01-21 23:03:52 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2024-01-21 23:03:52 (GMT) |
commit | 9fc36886d65d9528baf88a93e59957a5b125b778 (patch) | |
tree | 9acc6e7663aa20fff2631c0b113899218b569067 /doc/packagens.n | |
parent | c0820abc21f24df06915c420f63efab64af79dac (diff) | |
download | tcl-9fc36886d65d9528baf88a93e59957a5b125b778.zip tcl-9fc36886d65d9528baf88a93e59957a5b125b778.tar.gz tcl-9fc36886d65d9528baf88a93e59957a5b125b778.tar.bz2 |
More small bits of doc polishing
Diffstat (limited to 'doc/packagens.n')
-rw-r--r-- | doc/packagens.n | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/packagens.n b/doc/packagens.n index d55151f..ebb7372 100644 --- a/doc/packagens.n +++ b/doc/packagens.n @@ -11,14 +11,12 @@ pkg::create \- Construct an appropriate 'package ifneeded' command for a given p .SH SYNOPSIS \fB::pkg::create\fR \fB\-name \fIpackageName \fB\-version \fIpackageVersion\fR ?\fB\-load \fIfilespec\fR? ... ?\fB\-source \fIfilespec\fR? ... .BE - .SH DESCRIPTION .PP \fB::pkg::create\fR is a utility procedure that is part of the standard Tcl library. It is used to create an appropriate \fBpackage ifneeded\fR command for a given package specification. It can be used to construct a \fBpkgIndex.tcl\fR file for use with the \fBpackage\fR mechanism. - .SH OPTIONS The parameters supported are: .TP |