From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1E8C6138200 for ; Sun, 9 Sep 2012 19:54:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0CA2D21C001; Sun, 9 Sep 2012 19:54:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C7D3C21C001 for ; Sun, 9 Sep 2012 19:54:33 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F3A3633C772 for ; Sun, 9 Sep 2012 19:54:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A2169E543C for ; Sun, 9 Sep 2012 19:54:30 +0000 (UTC) From: "Ulrich Mueller" 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 Mueller" Message-ID: <1347220664.876333d210847fd1c399bf15af19975f173a26f4.ulm@gentoo> Subject: [gentoo-commits] proj/pms:eapi-5 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 Mueller X-VCS-Revision: 876333d210847fd1c399bf15af19975f173a26f4 X-VCS-Branch: eapi-5 Date: Sun, 9 Sep 2012 19:54:30 +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-Archives-Salt: 2cdb666d-d8fc-451a-b74d-989b639dbf9b X-Archives-Hash: be7336faf00dedadfb2e9f87e3913d58 commit: 876333d210847fd1c399bf15af19975f173a26f4 Author: David Leverton googlemail com> AuthorDate: Sun Sep 9 14:17:13 2012 +0000 Commit: Ulrich Mueller gentoo org> CommitDate: Sun Sep 9 19:57:44 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/pms.git;a=commit;h=876333d2 Clarify that --host-root must be the first argument --- pkg-mgr-commands.tex | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex index a04556e..a6dd807 100644 --- a/pkg-mgr-commands.tex +++ b/pkg-mgr-commands.tex @@ -82,8 +82,8 @@ these commands in parallel with any other package manager command. Ebuilds must these commands once the current phase function has returned. \featurelabel{host-root-option} In EAPIs listed in table~\ref{tab:foo-version-host-root-table} as -supporting option \t{-{}-host-root}, this option will cause the query to apply to the host root -instead of \t{ROOT}. +supporting option \t{-{}-host-root}, this flag as the first argument will cause the query to apply +to the host root instead of \t{ROOT}. \begin{description} \item[has\_version] Takes exactly one package dependency specification as an argument. Returns true if a package matching the atom is installed in \t{ROOT}, and false otherwise.