* [gentoo-pms] [PATCH] Consistent spelling of "upper-case" and "lower-case"
@ 2024-11-28 9:28 Ulrich Müller
0 siblings, 0 replies; only message in thread
From: Ulrich Müller @ 2024-11-28 9:28 UTC (permalink / raw
To: gentoo-pms; +Cc: Ulrich Müller, Sam James
Closes: https://bugs.gentoo.org/945168
Reported-by: Sam James <sam@gentoo.org>
Signed-off-by: Ulrich Müller <ulm@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}.
--
2.47.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-11-28 9:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-28 9:28 [gentoo-pms] [PATCH] Consistent spelling of "upper-case" and "lower-case" Ulrich Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox