summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2019-10-18 15:35:17 +0200
committerUlrich Müller <ulm@gentoo.org>2019-10-18 15:35:17 +0200
commitb2a2d654a20e0389b65a5c9a1a18f5748386253d (patch)
tree139af49a34b5b17ddb5e447d13f99b13ff627269
parentdoins, dodoc: Clarify how directories are created. (diff)
downloadpms-b2a2d654a20e0389b65a5c9a1a18f5748386253d.tar.gz
pms-b2a2d654a20e0389b65a5c9a1a18f5748386253d.tar.bz2
pms-b2a2d654a20e0389b65a5c9a1a18f5748386253d.zip
get_libdir: Clarify that it must be a shell function.
It is implemented as a bash function in all package managers. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--pkg-mgr-commands.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
index 00ae3a7..b807117 100644
--- a/pkg-mgr-commands.tex
+++ b/pkg-mgr-commands.tex
@@ -1143,8 +1143,8 @@ has returned.
\end{algorithm}
\item[get_libdir] \featurelabel{get-libdir} Prints the libdir name obtained according to
- algorithm~\ref{alg:get-libdir}. Only available in EAPIs listed in table~\ref{tab:misc-commands}
- as supporting \t{get_libdir}.
+ algorithm~\ref{alg:get-libdir}. Must be implemented internally as a shell function.
+ Only available in EAPIs listed in table~\ref{tab:misc-commands} as supporting \t{get_libdir}.
\begin{algorithm}
\caption{\t{get_libdir} logic} \label{alg:get-libdir}