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 /eclasses.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 'eclasses.tex')
-rw-r--r--eclasses.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclasses.tex b/eclasses.tex
index c8fee9e..2eb58ca 100644
--- a/eclasses.tex
+++ b/eclasses.tex
@@ -43,7 +43,7 @@ implicit \t{RDEPEND} rules in section~\ref{sec:rdepend-depend} are applied.
\section{EXPORT\_FUNCTIONS}
There is one command available in the eclass environment that is neither available nor meaningful
-in ebuilds---\t{EXPORT\_FUNCTIONS}. This can be used to alias ebuild phase functions from the
+in ebuilds---\t{EXPORT\_FUNCTIONS}\@. This can be used to alias ebuild phase functions from the
eclass so that an ebuild inherits a default definition whilst retaining the ability to override and
call the eclass-defined version from it. The use of it is best illustrated by an example; this is
given in listing~\ref{lst:export-functions} and is a snippet from a hypothetical \t{foo.eclass}.