Small clarification that the grammar is only for the cannonical versions
This commit is contained in:
parent
4af42e2b28
commit
c508f9012b
|
@ -61,7 +61,8 @@ run the software.
|
||||||
Public version identifiers
|
Public version identifiers
|
||||||
--------------------------
|
--------------------------
|
||||||
|
|
||||||
Public version identifiers MUST comply with the following scheme::
|
The canonical public version identifiers MUST comply with the following
|
||||||
|
scheme::
|
||||||
|
|
||||||
[N!]N(.N)*[{a|b|c}N][.postN][.devN]
|
[N!]N(.N)*[{a|b|c}N][.postN][.devN]
|
||||||
|
|
||||||
|
@ -70,8 +71,9 @@ Public version identifiers MUST NOT include leading or trailing whitespace.
|
||||||
Public version identifiers MUST be unique within a given distribution.
|
Public version identifiers MUST be unique within a given distribution.
|
||||||
|
|
||||||
Installation tools SHOULD ignore any public versions which do not comply with
|
Installation tools SHOULD ignore any public versions which do not comply with
|
||||||
this scheme. Installation tools MAY warn the user when non-compliant
|
this scheme but MUST also include the normalizations specified below.
|
||||||
or ambiguous versions are detected.
|
Installation tools MAY warn the user when non-compliant or ambiguous versions
|
||||||
|
are detected.
|
||||||
|
|
||||||
Public version identifiers are separated into up to five segments:
|
Public version identifiers are separated into up to five segments:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue