From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1699223-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id D0E6A1581F0
	for <garchives@archives.gentoo.org>; Wed, 11 Dec 2024 19:40:02 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 28B94E0D52;
	Wed, 11 Dec 2024 19:40:02 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id EED52E0D52
	for <gentoo-commits@lists.gentoo.org>; Wed, 11 Dec 2024 19:40:01 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 298EE335D7B
	for <gentoo-commits@lists.gentoo.org>; Wed, 11 Dec 2024 19:40:01 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 996611F64
	for <gentoo-commits@lists.gentoo.org>; Wed, 11 Dec 2024 19:39:58 +0000 (UTC)
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" <ulm@gentoo.org>
Message-ID: <1732954425.48050d55bd1075cd3ae416823012cdef823111a0.ulm@gentoo>
Subject: [gentoo-commits] proj/pms:eapi-9 commit in: /
X-VCS-Repository: proj/pms
X-VCS-Files: ebuild-env-vars.tex names.tex pkg-mgr-commands.tex tree-layout.tex
X-VCS-Directories: /
X-VCS-Committer: ulm
X-VCS-Committer-Name: Ulrich Müller
X-VCS-Revision: 48050d55bd1075cd3ae416823012cdef823111a0
X-VCS-Branch: eapi-9
Date: Wed, 11 Dec 2024 19:39:58 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: f2594878-27be-4da6-89a4-b4b0a10580c7
X-Archives-Hash: d10df715523f6d15a779adb52154f997

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}.