commit: 9348c479d8079a73d07648164194117566ee41c9
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 19 08:26:11 2015 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Oct 19 08:42:52 2015 +0000
URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=9348c479
EAPI 6, cheat sheet: Replace "function" by "command" in two places.
eapi-cheatsheet.tex | 2 +-
pkg-mgr-commands.tex | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/eapi-cheatsheet.tex b/eapi-cheatsheet.tex
index 6ccc849..99de04e 100644
--- a/eapi-cheatsheet.tex
+++ b/eapi-cheatsheet.tex
@@ -384,7 +384,7 @@ differences between these previous EAPIs.
true if the USE flag given as its argument is available in the
ebuild for USE queries.
See \featureref{in-iuse}.
- \item[\code{get\_libdir}] The \code{get\_libdir} function outputs
+ \item[\code{get\_libdir}] The \code{get\_libdir} command outputs
the \code{lib*} directory basename suitable for the current ABI.
See \featureref{get-libdir}.
\item[\code{package*} and \code{use*} in profiles] Instead of
diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
index c1ef798..049de0e 100644
--- a/pkg-mgr-commands.tex
+++ b/pkg-mgr-commands.tex
@@ -157,7 +157,7 @@ Ebuilds must not run any of these commands once the current
phase function has r
\item[eapply\_user] \featurelabel{eapply-user} Takes no arguments. Package
managers supporting it
apply user-provided patches to the source tree in the current working
directory. Exact behaviour
is implementation defined and beyond the scope of this specification.
Package managers not
- supporting it must implement the function as a no-op. Only available in
EAPIs listed in
+ supporting it must implement the command as a no-op. Only available in
EAPIs listed in
table~\ref{tab:patch-commands} as supporting \t{eapply\_user}. In EAPIs
where it is supported,
\t{eapply\_user} must be called exactly once in the \t{src\_prepare} phase.
\end{description}