commit: d0026d014c34f7d27c8e7b998ec1083e549217d0 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Thu Feb 5 21:01:54 2026 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Fri Feb 6 20:44:03 2026 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=d0026d01
pkg-mgr-commands.tex: "Component" in ver_* is defined differently Bug: https://bugs.gentoo.org/969629 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> pkg-mgr-commands.tex | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex index 3f5592b..fb3fa98 100644 --- a/pkg-mgr-commands.tex +++ b/pkg-mgr-commands.tex @@ -1048,11 +1048,11 @@ For the purpose of version manipulation commands, the specification provides a m an arbitrary version string (not necessarily conforming to section~\ref{sec:version-spec}) into a series of version components and version separators. -A version component consists either purely of digits (\t{[0-9]+}) or purely of upper- and -lower-case ASCII letters (\t{[A-Za-z]+}). A version separator is either a string of any other -characters (\t{[\textasciicircum A-Za-z0-9]+}), or it occurs at the transition between a sequence -of digits and a sequence of letters, or vice versa. In the latter case, the version separator is -an empty string. +In the context of this section, a \i{version component} consists either purely of digits +(\t{[0-9]+}) or purely of upper- and lower-case ASCII letters (\t{[A-Za-z]+}). A \i{version +separator} is either a string of any other characters (\t{[\textasciicircum A-Za-z0-9]+}), or it +occurs at the transition between a sequence of digits and a sequence of letters, or vice versa. +In the latter case, the version separator is an empty string. The version string is processed left-to-right, with the successive version components being assigned successive indices starting with 1. The separator following a version component is assigned
