Gentoo Archives: gentoo-pms

From: "Michał Górny" <mgorny@g.o>
To: gentoo-pms@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-pms] [PATCH 4/6] *into, *opts: Reword to use 'as ...' wording from 'do*'
Date: Tue, 01 May 2018 11:24:13
Message-Id: 20180501112401.7606-5-mgorny@gentoo.org
In Reply to: [gentoo-pms] [PATCH 0/6] Ebuild-specific commands clarification & cleanup by "Michał Górny"
1 Reword the *into and *opts commands to use the 'As ..., for ...' wording
2 used in do*/new* commands. This makes the descriptions a bit shorter,
3 and makes it possible to extend the information given in original
4 commands without having to update the wording of derived commands.
5 ---
6 pkg-mgr-commands.tex | 15 ++++++---------
7 1 file changed, 6 insertions(+), 9 deletions(-)
8
9 diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
10 index fa4ad02..6bb06ca 100644
11 --- a/pkg-mgr-commands.tex
12 +++ b/pkg-mgr-commands.tex
13 @@ -722,22 +722,19 @@ has returned.
14 if it does not already exist. Failure behaviour is EAPI dependent
15 as per section~\ref{sec:failure-behaviour}.
16
17 -\item[insinto] Sets the value of \t{INSDESTTREE} for future invocations of the above utilities. May
18 - create the directory, as specified for \t{into}.
19 +\item[insinto] As \t{into}, for \t{INSDESTTREE}.
20
21 -\item[exeinto] Sets the install path for \t{doexe} and \t{newexe}. May create the directory, as specified
22 - for \t{into}.
23 +\item[exeinto] As \t{into}, for install path of \t{doexe} and \t{newexe}.
24
25 -\item[docinto] Sets the install subdirectory for \t{dodoc} et al. May create the directory, as specified
26 - for \t{into}.
27 +\item[docinto] As \t{into}, for install subdirectory of \t{dodoc} et al.
28
29 \item[insopts] Sets the options passed by \t{doins} et al.\ to the \t{install} command.
30
31 -\item[diropts] Sets the options passed by \t{dodir} et al.\ to the \t{install} command.
32 +\item[diropts] As \t{insopts}, for \t{dodir} et al.
33
34 -\item[exeopts] Sets the options passed by \t{doexe} et al.\ to the \t{install} command.
35 +\item[exeopts] As \t{insopts}, for \t{doexe} et al.
36
37 -\item[libopts] Sets the options passed by \t{dolib} et al.\ to the \t{install} command.
38 +\item[libopts] As \t{insopts}, for \t{dolib} et al.
39 In EAPIs listed in table~\ref{tab:banned-commands-table}, this command is banned as
40 per section~\ref{sec:banned-commands}.
41
42 --
43 2.17.0