summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2018-03-29 21:29:14 +0200
committerUlrich Müller <ulm@gentoo.org>2018-03-29 21:29:14 +0200
commitbd0323fb313fed1349a3d79fdb4a7bfcb1c8f597 (patch)
tree3f083024b792a3d3ffd541ee26c88ca35546f8dd /ebuild-functions.tex
parentdependencies.tex: Clarify wording for = slot operator. (diff)
downloadpms-bd0323fb313fed1349a3d79fdb4a7bfcb1c8f597.tar.gz
pms-bd0323fb313fed1349a3d79fdb4a7bfcb1c8f597.tar.bz2
pms-bd0323fb313fed1349a3d79fdb4a7bfcb1c8f597.zip
pms.cls: Update \note command to suppress vertical space.
Use the command correctly throughout; it requires an argument.
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 e90c050..6240cf5 100644
--- a/ebuild-functions.tex
+++ b/ebuild-functions.tex
@@ -516,9 +516,9 @@ The call order for upgrading, downgrading or reinstalling a package is:
\item \t{pkg_postinst}
\end{compactitem}
-Note: When up- or downgrading a package in EAPI 0 or 1, the last four phase functions can
+\note{When up- or downgrading a package in EAPI 0 or 1, the last four phase functions can
alternatively be called in the order \t{pkg_preinst}, \t{pkg_postinst}, \t{pkg_prerm},
-\t{pkg_postrm}. This behaviour is deprecated.
+\t{pkg_postrm}. This behaviour is deprecated.}
The \t{pkg_config}, \t{pkg_info} and \t{pkg_nofetch} functions are not called in a normal
sequence. The \t{pkg_pretend} function is called some unspecified time before a (possibly