commit:     1d89f03dcc60a8e420536da2c4aa411de922ba76
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 16 08:40:35 2017 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> 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/},

Reply via email to