summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2018-02-24 13:43:12 +0100
committerUlrich Müller <ulm@gentoo.org>2018-02-24 13:43:12 +0100
commit5267d136c1e9131f550d85eb99275f2579554418 (patch)
tree590c8e417d808b55e4a8e857c76a856885a7050c /profiles.tex
parentnames.tex: Deprecate the at-sign in USE flag names. (diff)
downloadpms-5267d136c1e9131f550d85eb99275f2579554418.tar.gz
pms-5267d136c1e9131f550d85eb99275f2579554418.tar.bz2
pms-5267d136c1e9131f550d85eb99275f2579554418.zip
Make letter case more consistent.
Write "algorithm", "listing" and "table" in sentence case throughout the document.
Diffstat (limited to 'profiles.tex')
-rw-r--r--profiles.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles.tex b/profiles.tex
index 88fc397..7299350 100644
--- a/profiles.tex
+++ b/profiles.tex
@@ -140,7 +140,7 @@ stable in a package.
The precise manner in which the eight files interact is less simple, and is best described in terms
of the algorithm used to determine whether a flag is masked for a given package version. This is
-described in Algorithm~\ref{alg:use-masking}.
+described in algorithm~\ref{alg:use-masking}.
\begin{algorithm}
\caption{\t{USE} masking logic} \label{alg:use-masking}
\begin{algorithmic}[1]
@@ -178,7 +178,7 @@ described in Algorithm~\ref{alg:use-masking}.
\end{algorithmic}
\end{algorithm}
-Stable restrictions (``stable keyword in use'' in Algorithm~\ref{alg:use-masking}) are applied
+Stable restrictions (``stable keyword in use'' in algorithm~\ref{alg:use-masking}) are applied
exactly if replacing in \t{KEYWORDS} all stable keywords by the corresponding tilde prefixed
keywords (see subsection~\ref{sec:keywords}) would result in the package installation being
prevented due to the \t{KEYWORDS} setting.