commit: 5ee8a0c8e93784d04f983168ceefe102bc6d759f Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Jan 28 10:38:24 2018 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Wed Feb 7 13:22:08 2018 +0000 URL: https://gitweb.gentoo.org/data/glep.git/commit/?id=5ee8a0c8
glep-0075: Clarify structure key description Clarify structure key description. Suggested by Ulrich Müller. glep-0075.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/glep-0075.rst b/glep-0075.rst index c098987..157514e 100644 --- a/glep-0075.rst +++ b/glep-0075.rst @@ -70,11 +70,11 @@ is intended to account for future extensions. This specification currently defines one section: ``[structure]``. This section defines one or more repository structure definitions -using sequential integer keys. The definition keyed as ``0`` -is the most preferred structure. The package manager should use -the first structure format it recognizes as supported, and ignore any -it does not recognize. If this section is not present, the package -manager should behave as if only ``flat`` structure were supported. +using non-negative sequential integer keys. The definition with +the ``0`` key is the most preferred structure. The package manager +should ignore any formats it does not recognize. If this section +is not present, the package manager should behave as if only ``flat`` +structure were specified. The following structure definitions are supported:
