From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BDA62138334 for ; Thu, 7 Nov 2019 20:42:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16C3BE0BA6; Thu, 7 Nov 2019 20:42:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F0082E0BA6 for ; Thu, 7 Nov 2019 20:42:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 301DE34CA35 for ; Thu, 7 Nov 2019 20:42:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A81F896 for ; Thu, 7 Nov 2019 20:42:31 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1571405717.b2a2d654a20e0389b65a5c9a1a18f5748386253d.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: pkg-mgr-commands.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: b2a2d654a20e0389b65a5c9a1a18f5748386253d X-VCS-Branch: master Date: Thu, 7 Nov 2019 20:42:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1bd5cd6b-6b24-43ac-bde6-3e12d688eb92 X-Archives-Hash: 9ca492bd5c5b7ffcac9a708e4abe9b49 commit: b2a2d654a20e0389b65a5c9a1a18f5748386253d Author: Ulrich Müller gentoo org> AuthorDate: Fri Oct 18 13:35:17 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Oct 18 13:35:17 2019 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=b2a2d654 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 gentoo.org> pkg-mgr-commands.tex | 4 ++-- 1 file 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}