commit: 727371d43521c42a64c3cfcd99679953d5463b62
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 15 15:24:06 2015 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 15 15:24:06 2015 +0000
URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=727371d4
Typographic whitespace fixes.
dependencies.tex | 4 ++--
eapi-cheatsheet.tex | 6 +++---
eapi-differences.tex | 8 ++++----
3 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/dependencies.tex b/dependencies.tex
index fcfce9b..0582be5 100644
--- a/dependencies.tex
+++ b/dependencies.tex
@@ -75,14 +75,14 @@ be surrounded on both sides by whitespace, except at the
start and end of the st
\item \featurelabel{at-most-one-of} An at-most-one-of group, which consists of
the string \t{??},
followed by whitespace, followed by an open parenthesis, followed by
whitespace, followed by
zero or more of (a dependency item of any kind followed by whitespace),
followed by a close
- parenthesis. More formally: \t{at-most-one-of ::= '??' whitespace '('
whitespace (item
+ parenthesis. More formally: \t{at-most-one-of ::= '??'\ whitespace '('
whitespace (item
whitespace)* ')'}. Permitted in \t{REQUIRED\_USE} in EAPIs listed in
table~\ref{tab:at-most-one-of-table} as supporting \t{REQUIRED\_USE ??}\
groups.
\item A use-conditional group, which consists of an optional exclamation mark,
followed by
a use flag name, followed by a question mark, followed by whitespace,
followed by
an open parenthesis, followed by whitespace, followed by zero or more of
(a dependency item
of any kind followed by whitespace), followed by a close parenthesis. More
formally:
- \t{use-conditional ::= '!'? flag-name '?' whitespace '(' whitespace (item
whitespace)* ')'}.
+ \t{use-conditional ::= '!'?\ flag-name '?'\ whitespace '(' whitespace
(item whitespace)* ')'}.
Permitted in all specification style variables.
\end{compactitem}
diff --git a/eapi-cheatsheet.tex b/eapi-cheatsheet.tex
index bec564f..367e299 100644
--- a/eapi-cheatsheet.tex
+++ b/eapi-cheatsheet.tex
@@ -212,10 +212,10 @@ If there is no EAPI explicitly specified, EAPI 0 is
assumed.
\begin{description}
\item[Forbidden combination] To prevent activation of
\code{flag1} if \code{flag2} is enabled use
- "\code{flag2? ( !flag1 )}".
+ "\code{flag2?\ ( !flag1 )}".
\item[OR] If at least one USE flag out of many must be
activated on \code{flag1} use
- "\code{flag1? ( || ( flag2 flag3 \dots\ ) )}".
+ "\code{flag1?\ ( || ( flag2 flag3 \dots\ ) )}".
\item[XOR] To allow exactly one USE flag out of many use
"\code{\textasciicircum\textasciicircum ( flag1 flag2 \dots\ )}".
\end{description}
@@ -276,7 +276,7 @@ If there is no EAPI explicitly specified, EAPI 0 is assumed.
implicitly provided by profiles.
See \featureref{profile-iuse-inject}.
\item[At-most-one-of groups] In \code{REQUIRED\_USE} you can use
- "\code{?? ( flag1 flag2 \dots\ )}" to allow zero or one USE flag
+ "\code{??\ ( flag1 flag2 \dots\ )}" to allow zero or one USE flag
out of many.
See \featureref{at-most-one-of}.
\item[Parallel tests] The default for \code{src\_test} runs
diff --git a/eapi-differences.tex b/eapi-differences.tex
index 255f428..04e5f83 100644
--- a/eapi-differences.tex
+++ b/eapi-differences.tex
@@ -73,10 +73,10 @@ Sub-slots & \compactfeatureref{sub-slot} &
Use dependencies & \compactfeatureref{use-deps} &
No & No & 2-style & 2-style & 4-style & 4-style \\
-\t{!} blockers & \compactfeatureref{bang-strength} &
+\t{!}\ blockers & \compactfeatureref{bang-strength} &
Unspecified & Unspecified & Weak & Weak & Weak & Weak \\
-\t{!!} blockers & \compactfeatureref{bang-strength} &
+\t{!!}\ blockers & \compactfeatureref{bang-strength} &
Forbidden & Forbidden & Strong & Strong & Strong & Strong \\
\t{S} to \t{WORKDIR} fallback & \compactfeatureref{s-workdir-fallback} &
@@ -223,7 +223,7 @@ EAPI 2 is EAPI 1 with the following changes:
\begin{compactitem}
\item Use dependencies, \featureref{use-deps}.
-\item \t{!} and \t{!!} blockers, \featureref{bang-strength}.
+\item \t{!}\ and \t{!!}\ blockers, \featureref{bang-strength}.
\item \t{SRC\_URI} arrows, \featureref{src-uri-arrows}.
\item \t{src\_prepare}, \featureref{src-prepare}.
\item \t{src\_configure}, \featureref{src-configure}.
@@ -279,7 +279,7 @@ EAPI 5 is EAPI 4 with the following changes:
\begin{compactitem}
\item Stable use masking and forcing, \featureref{stablemask}.
-\item \t{REQUIRED\_USE} now supports \t{??} groups,
\featureref{at-most-one-of}.
+\item \t{REQUIRED\_USE} now supports \t{??}\ groups,
\featureref{at-most-one-of}.
\item Slot operator dependencies, \featureref{slot-operator-deps}.
\item \t{SLOT} now supports an optional sub-slot part, \featureref{sub-slot}.
\item \t{src\_test} supports parallel tests, \featureref{parallel-tests}.