summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2022-01-08 10:13:02 +0100
committerUlrich Müller <ulm@gentoo.org>2022-01-08 10:13:02 +0100
commit19011b5efffa577d35daa9dfe32820e3fc04d0a8 (patch)
treefb62ecb9390c0a9ae9db5f81c9a71a32881dfae4
parentpkg-mgr-commands.tex: Update condition for econf --disable-static (diff)
downloadpms-19011b5efffa577d35daa9dfe32820e3fc04d0a8.tar.gz
pms-19011b5efffa577d35daa9dfe32820e3fc04d0a8.tar.bz2
pms-19011b5efffa577d35daa9dfe32820e3fc04d0a8.zip
pkg-mgr-commands.tex: Teletype font for literal string in get_libdir
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--pkg-mgr-commands.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
index 45706af..eb15d64 100644
--- a/pkg-mgr-commands.tex
+++ b/pkg-mgr-commands.tex
@@ -1270,7 +1270,7 @@ has returned.
\begin{algorithm}
\caption{\t{get_libdir} logic} \label{alg:get-libdir}
\begin{algorithmic}[1]
-\STATE let libdir=lib
+\STATE let libdir=\t{lib}
\IF{the ABI environment variable is set}
\STATE let libvar=LIBDIR_\$ABI
\IF{the environment variable named by libvar is set}