diff options
author | dgp <dgp@noemail.net> | 2006-09-25 17:30:06 (GMT) |
---|---|---|
committer | dgp <dgp@noemail.net> | 2006-09-25 17:30:06 (GMT) |
commit | dce1cb39824b7c828657ef2e7fe76945d6b03b64 (patch) | |
tree | 21379d5ec64c61de7053e494a671765280a04ad4 /doc/package.n | |
parent | 7fc12e10c9a36d2988c726d13fa76805e5410655 (diff) | |
download | tcl-dce1cb39824b7c828657ef2e7fe76945d6b03b64.zip tcl-dce1cb39824b7c828657ef2e7fe76945d6b03b64.tar.gz tcl-dce1cb39824b7c828657ef2e7fe76945d6b03b64.tar.bz2 |
another nit
FossilOrigin-Name: 6a6c3b0fa423509d9030588c165a3c902de5dba9
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 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 |