diff options
-rw-r--r-- | eapi-cheatsheet.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eapi-cheatsheet.tex b/eapi-cheatsheet.tex index 83ddfa7..fb62827 100644 --- a/eapi-cheatsheet.tex +++ b/eapi-cheatsheet.tex @@ -348,10 +348,10 @@ differences between these previous EAPIs. which applies patches from the \code{PATCHES} variable with the new \code{eapply} command, and user-provided patches with \code{eapply_user}. - See \featureref{src-prepare-6}. + See \featureref{src-prepare}. \item[\code{src_install}] The default implementation uses the new \code{einstalldocs} function for installing documentation. - See \featureref{src-install-6}. + See \featureref{src-install}. \item[\code{nonfatal die}] When \code{die} or \code{assert} are called under the \code{nonfatal} command and with the \code{-n} option, they will not abort the build process but return with an |