From 523f2f8a79516cae55607d16335babdc0b67e075 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Sun, 29 Jan 2023 11:49:27 +0100 Subject: names.tex: Reorder subsections MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ulrich Müller --- names.tex | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/names.tex b/names.tex index 76fa72d..ed6d623 100644 --- a/names.tex +++ b/names.tex @@ -18,11 +18,6 @@ syntax described in section~\ref{sec:version-spec}. \note{A package name does not include the category. The term \i{qualified package name} is used where a \t{category/package} pair is meant.} -\subsection{Eclass names} -\label{sec:eclass-names} -An eclass name may contain any of the characters [\t{A-Za-z0-9_.-}]. It must begin with a letter or -an underscore. In addition, an eclass cannot be named \t{default}. - \subsection{Slot names} \label{sec:slot-names} A slot name may contain any of the characters [\t{A-Za-z0-9+_.-}]. It must not begin with a @@ -40,6 +35,11 @@ described in section~\ref{sec:use-iuse-handling}. A repository name may contain any of the characters [\t{A-Za-z0-9_-}]. It must not begin with a hyphen. In addition, every repository name must also be a valid package name. +\subsection{Eclass names} +\label{sec:eclass-names} +An eclass name may contain any of the characters [\t{A-Za-z0-9_.-}]. It must begin with a letter or +an underscore. In addition, an eclass cannot be named \t{default}. + \subsection{License names} \label{sec:license-names} A license name may contain any of the characters [\t{A-Za-z0-9+_.-}]. It must not begin with a -- cgit v1.2.3-65-gdbad