summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2015-03-24 19:36:05 +0100
committerUlrich Müller <ulm@gentoo.org>2015-03-24 19:36:05 +0100
commit70a153d64d99a7daeec55abd2d1aed326a8b19c7 (patch)
tree6e958f5d2d2354a0848716d81611af05b56193ab /ebuild-functions.tex
parentDrop RESTRICT=sandbox. (diff)
downloadpms-70a153d64d99a7daeec55abd2d1aed326a8b19c7.tar.gz
pms-70a153d64d99a7daeec55abd2d1aed326a8b19c7.tar.bz2
pms-70a153d64d99a7daeec55abd2d1aed326a8b19c7.zip
Typographic fixes to make chktex happier.
Diffstat (limited to 'ebuild-functions.tex')
-rw-r--r--ebuild-functions.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/ebuild-functions.tex b/ebuild-functions.tex
index 84847e9..c6c43b4 100644
--- a/ebuild-functions.tex
+++ b/ebuild-functions.tex
@@ -29,7 +29,7 @@ initial working directory for any phase is a trusted location that may only be w
privileged user and group.
\featurelabel{s-workdir-fallback} Some functions are described as having an initial working
-directory of \t{S} with an error or fallback to \t{WORKDIR}. For EAPIs listed in
+directory of \t{S} with an error or fallback to \t{WORKDIR}\@. For EAPIs listed in
table~\ref{tab:s-fallback-table} as having the fallback, this means that if \t{S} is not a directory
before the start of the phase function, the initial working directory shall be \t{WORKDIR} instead.
For EAPIs where it is a conditional error, if \t{S} is not a directory before the start of the phase
@@ -272,7 +272,7 @@ non-zero the build must be aborted.
\featurelabel{parallel-tests} For EAPIs listed in table~\ref{tab:src-test-table} as not supporting
parallel tests, the \t{emake} command must be called with option \t{-j1}.
-The \t{src\_test} function may be disabled by \t{RESTRICT}. See section~\ref{sec:restrict}. It may
+The \t{src\_test} function may be disabled by \t{RESTRICT}\@. See section~\ref{sec:restrict}. It may
be disabled by user too, using a PM-specific mechanism.
\ChangeWhenAddingAnEAPI{5}