commit:     48050d55bd1075cd3ae416823012cdef823111a0
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 30 08:13:45 2024 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Nov 30 08:13:45 2024 +0000
URL:        https://gitweb.gentoo.org/proj/pms.git/commit/?id=48050d55

Consistent spelling of "upper-case" and "lower-case"

Closes: https://bugs.gentoo.org/945168
Reported-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 ebuild-env-vars.tex  | 4 ++--
 names.tex            | 2 +-
 pkg-mgr-commands.tex | 4 ++--
 tree-layout.tex      | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/ebuild-env-vars.tex b/ebuild-env-vars.tex
index ecc20b6..c361422 100644
--- a/ebuild-env-vars.tex
+++ b/ebuild-env-vars.tex
@@ -392,7 +392,7 @@ For EAPIs listed in 
table~\ref{tab:profile-iuse-injection-table} as not supporti
 \begin{compactitem}
 \item All values in the calculated \t{IUSE} value.
 \item All possible values for the \t{ARCH} variable.
-\item All legal use flag names whose name starts with the lowercase equivalent 
of any value in
+\item All legal use flag names whose name starts with the lower-case 
equivalent of any value in
     the profile \t{USE_EXPAND} variable followed by an underscore.
 \end{compactitem}
 
@@ -409,7 +409,7 @@ are equal and contain the following values:
 \item All values for \t{\$\{lower_v\}_\$\{x\}}, where \t{\$\{x\}} is all 
values in the profile
     variable named \t{USE_EXPAND_VALUES_\$\{v\}}, where \t{\$\{v\}} is any 
value in the
     intersection of the profile \t{USE_EXPAND} and \t{USE_EXPAND_IMPLICIT} 
variables and
-    \t{\$\{lower_v\}} is the lowercase equivalent of \t{\$\{v\}}.
+    \t{\$\{lower_v\}} is the lower-case equivalent of \t{\$\{v\}}.
 \end{compactitem}
 
 The \t{USE} variable is set by the package manager. For each value in 
\t{IUSE_EFFECTIVE}, \t{USE}

diff --git a/names.tex b/names.tex
index 45289f7..fa7c51d 100644
--- a/names.tex
+++ b/names.tex
@@ -65,7 +65,7 @@ invalid according to the rules below.
 A version starts with the number part, which is in the form 
\t{[0-9]+(\textbackslash.[0-9]+)*}
 (an unsigned integer, followed by zero or more dot-prefixed unsigned integers).
 
-This may optionally be followed by one of \t{[a-z]} (a lowercase letter).
+This may optionally be followed by one of \t{[a-z]} (a lower-case letter).
 
 This may be followed by zero or more of the suffixes \t{_alpha}, \t{_beta}, 
\t{_pre}, \t{_rc}
 or \t{_p}, each of which may optionally be followed by an unsigned integer. 
Suffix and integer

diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
index baef7b8..6bd325e 100644
--- a/pkg-mgr-commands.tex
+++ b/pkg-mgr-commands.tex
@@ -1024,8 +1024,8 @@ 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 
uppercase and
-lowercase ASCII letters (\t{[A-Za-z]+}). A version separator is either a 
string of any other
+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.

diff --git a/tree-layout.tex b/tree-layout.tex
index e0b414d..b0dee0a 100644
--- a/tree-layout.tex
+++ b/tree-layout.tex
@@ -121,7 +121,7 @@ manager must ignore any files in this directory that it 
does not recognise.
     the packages to which they apply. The format is as described in 
section~\ref{sec:use.desc}.
 \item[desc/] This directory contains files analogous to \t{use.desc} for the 
various \t{USE_EXPAND}
     variables. Each file in it is named \t{<varname>.desc}, where 
\t{<varname>} is the variable
-    name, in lowercase, whose possible values the file describes. The format 
of each file is as for
+    name, in lower case, whose possible values the file describes. The format 
of each file is as for
     \t{use.desc}, described in section~\ref{sec:use.desc}. The \t{USE_EXPAND} 
name is \emph{not}
     included as a prefix here.
 \item[updates/] This directory is described in section~\ref{sec:updates-dir}.

Reply via email to