Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pms:eapi-9 commit in: /
Date: Thu, 18 Aug 2022 15:53:11
Message-Id: 1649760998.7839a316822eae2fcb534cba697993ca8772b9f9.ulm@gentoo
1 commit: 7839a316822eae2fcb534cba697993ca8772b9f9
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 12 10:56:38 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 12 10:56:38 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=7839a316
7
8 pkg-mgr-commands.tex: Whitespace
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 pkg-mgr-commands.tex | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
16 index a964859..6df5f32 100644
17 --- a/pkg-mgr-commands.tex
18 +++ b/pkg-mgr-commands.tex
19 @@ -613,7 +613,7 @@ the current phase function has returned.
20 \featurelabel{dosym-relative} In EAPIs listed in table~\ref{tab:dosym-r} as supporting creation
21 of relative paths, when called with option \t{-r}, the first parameter (the link target) is
22 converted from an absolute path to a path relative to the the second parameter (the link name).
23 - The algorithm must return a result identical to the one returned by the function in
24 + The algorithm must return a result identical to the one returned by the function in
25 listing~\ref{lst:dosym-r}, with \t{realpath} and \t{dirname} from GNU coreutils version~8.32.
26 Specifying option \t{-r} together with a relative path as first (target) parameter is an error.