summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-09-25 17:30:07 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-09-25 17:30:07 (GMT)
commit0cd4bfa8dac2621beee4fa3bf1cee45fa3c0d601 (patch)
tree21379d5ec64c61de7053e494a671765280a04ad4 /doc
parent1ab35c720b26c68685bf94fd802bda2f6b54d07b (diff)
downloadtcl-0cd4bfa8dac2621beee4fa3bf1cee45fa3c0d601.zip
tcl-0cd4bfa8dac2621beee4fa3bf1cee45fa3c0d601.tar.gz
tcl-0cd4bfa8dac2621beee4fa3bf1cee45fa3c0d601.tar.bz2
another nit
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 95baf0c..6d625b3 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.13 2006/09/25 15:58:20 andreas_kupries Exp $
+'\" RCS: @(#) $Id: package.n,v 1.14 2006/09/25 17:30:07 dgp Exp $
'\"
.so man.macros
.TH package n 7.5 Tcl "Tcl Built-In Commands"
@@ -265,7 +265,7 @@ exactly once to replace a dot for separation. These letters
semantically add a negative specifier into the version, where 'a' is
-2, and 'b' is -1. Each may be specified only once, and 'a' or 'b' are
mutually exclusive in a specifier. Thus 1.3a1 becomes (semantically)
-1.3.-3.1, 1.3b1 is 1.3.-1.1. Negative numbers are not directly allowed
+1.3.-2.1, 1.3b1 is 1.3.-1.1. Negative numbers are not directly allowed
in version specifiers.
A version number not containing the letters 'a' or 'b' as specified
above is called a \fBstable\fR version, whereas presence of the letters