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 CABF7139694 for ; Sun, 16 Apr 2017 10:20:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16542E0BE6; Sun, 16 Apr 2017 10:20:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EBA8EE0BE6 for ; Sun, 16 Apr 2017 10:20:29 +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 9CD0D34162D for ; Sun, 16 Apr 2017 10:20:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D0BC737F for ; Sun, 16 Apr 2017 10:20:26 +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: <1492337897.1d89f03dcc60a8e420536da2c4aa411de922ba76.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: 1d89f03dcc60a8e420536da2c4aa411de922ba76 X-VCS-Branch: master Date: Sun, 16 Apr 2017 10:20:26 +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: 6e6b72c4-d10d-4c9a-8997-7d05369ae2ca X-Archives-Hash: 8f592c10343f2b2661df5939f6963df5 commit: 1d89f03dcc60a8e420536da2c4aa411de922ba76 Author: Michał Górny gentoo org> AuthorDate: Sun Apr 16 08:40:35 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Apr 16 10:18:17 2017 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=1d89f03d pkg-mgr-commands: dohard, both paths are relative to D/ED Clarify the description for the dohard helper to indicate that both the created hardlink (as already noted on top of section) and its target are interpreted relatively to D/ED. This is how the function is implemented in Paludis, PkgCore and Portage. pkg-mgr-commands.tex | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex index 389d8c0..84d4799 100644 --- a/pkg-mgr-commands.tex +++ b/pkg-mgr-commands.tex @@ -401,8 +401,10 @@ the current phase function has returned. \t{exeopts} call. Failure behaviour is EAPI dependent as per section~\ref{sec:failure-behaviour}. -\item[dohard] Takes two parameters. Creates a hardlink from the second to the first. In EAPIs - listed in table~\ref{tab:banned-commands-table}, this command is banned as per +\item[dohard] Takes two parameters. Creates a hardlink from the second to the first. Both paths are + relative to the staging directory including the offset-prefix \t{ED} in offset-prefix aware + EAPIs, or just the staging directory \t{D} in offset-prefix agnostic EAPIs. In EAPIs listed + in table~\ref{tab:banned-commands-table}, this command is banned as per section~\ref{sec:banned-commands}. \item[doheader] \featurelabel{doheader} Installs the given header files into \t{/usr/include/},