summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@snowmobile.(none)>2008-02-19 15:16:19 +0000
committerCiaran McCreesh <ciaran.mccreesh@blueyonder.co.uk>2008-02-19 19:07:12 +0000
commit184df89965b342e9f71dcb66267129d36222b9e6 (patch)
treec092d95d33a752026449dd69b59f5a476bc1fa2b /eclasses.tex
parentshould -> must (diff)
downloadpms-184df89965b342e9f71dcb66267129d36222b9e6.tar.gz
pms-184df89965b342e9f71dcb66267129d36222b9e6.tar.bz2
pms-184df89965b342e9f71dcb66267129d36222b9e6.zip
may -> must
Diffstat (limited to 'eclasses.tex')
-rw-r--r--eclasses.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclasses.tex b/eclasses.tex
index f1b431b..14122b7 100644
--- a/eclasses.tex
+++ b/eclasses.tex
@@ -65,9 +65,9 @@ it. Then any ebuild that inherits \t{foo.eclass} will have a default \t{src\_com
should the author wish to override it he can access the function in \t{foo.eclass} by calling
\t{foo\_src\_compile}.
-\t{EXPORT\_FUNCTIONS} may only be used on ebuild phase functions. The function that is aliased
+\t{EXPORT\_FUNCTIONS} must only be used on ebuild phase functions. The function that is aliased
must be named \t{eclassname\_phasefunctionname}, where \t{eclassname} is the name of the eclass.
-\t{EXPORT\_FUNCTIONS} may be used at most once per eclass.
+\t{EXPORT\_FUNCTIONS} must be used at most once per eclass.
% vim: set filetype=tex fileencoding=utf8 et tw=100 spell spelllang=en :