diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-01-08 10:13:02 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-01-08 10:13:02 +0100 |
commit | 19011b5efffa577d35daa9dfe32820e3fc04d0a8 (patch) | |
tree | fb62ecb9390c0a9ae9db5f81c9a71a32881dfae4 | |
parent | pkg-mgr-commands.tex: Update condition for econf --disable-static (diff) | |
download | pms-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.tex | 2 |
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} |