commit: 19011b5efffa577d35daa9dfe32820e3fc04d0a8
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 8 09:13:02 2022 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Jan 8 09:13:02 2022 +0000
URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=19011b5e
pkg-mgr-commands.tex: Teletype font for literal string in get_libdir
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
pkg-mgr-commands.tex | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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}