diff options
-rw-r--r-- | names.tex | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -49,7 +49,8 @@ assumed that any user accepting keyword \t{\textasciitilde{}foo} will also accep The exact meaning of any keywords value is beyond the scope of this specification. \section{Version Specifications} -The package manager must not impose fixed limits upon the number of version components. Package managers should indicate or reject any version that is invalid according to these rules. +The package manager must not impose fixed limits upon the number of version components. Package +managers should indicate or reject any version that is invalid according to these rules. A version starts with the number part, which is in the form \t{[0-9]+($\backslash$.[0-9]+)*} (a positive integer, followed by zero or more dot-prefixed positive integers). |