summaryrefslogtreecommitdiffstats
path: root/doc/package.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2024-01-25 17:45:17 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2024-01-25 17:45:17 (GMT)
commitd78ebb8e014475bdb1c47d4b695856f79925e755 (patch)
treed6ac371db01bf12d8b1e08214f3eef292617549f /doc/package.n
parent104d50836d96335baa9b788de5e85dc2359dc323 (diff)
downloadtcl-d78ebb8e014475bdb1c47d4b695856f79925e755.zip
tcl-d78ebb8e014475bdb1c47d4b695856f79925e755.tar.gz
tcl-d78ebb8e014475bdb1c47d4b695856f79925e755.tar.bz2
Another round of small fixes, especially spelling errors...
Diffstat (limited to 'doc/package.n')
-rw-r--r--doc/package.n20
1 files changed, 5 insertions, 15 deletions
diff --git a/doc/package.n b/doc/package.n
index dc21093..d27a44a 100644
--- a/doc/package.n
+++ b/doc/package.n
@@ -208,33 +208,23 @@ Returns 1 if the \fIversion\fR satisfies at least one of the given
requirements, and 0 otherwise. Each \fIrequirement\fR is allowed to
have any of the forms:
.RS
-.TP
-min
-.
+.IP \fImin\fR
This form is called
.QW min-bounded .
-.TP
-min-
-.
+.IP \fImin\fB\-\fR
This form is called
.QW min-unbound .
-.TP
-min-max
-.
+.IP \fImin\fB\-\fImax\fR
This form is called
.QW bounded .
-.RE
-.RS
.PP
where
-.QW min
+.QW \fImin\fR
and
-.QW max
+.QW \fImax\fR
are valid version numbers. The legacy syntax is
a special case of the extended syntax, keeping backward
compatibility. Regarding satisfaction the rules are:
-.RE
-.RS
.IP [1]
The \fIversion\fR has to pass at least one of the listed
\fIrequirement\fRs to be satisfactory.