Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pms:master commit in: /
Date: Fri, 04 May 2018 07:26:14
Message-Id: 1525416830.f203c29ba2c8b1aead20f5f04b74d7d89288133e.ulm@gentoo
1 commit: f203c29ba2c8b1aead20f5f04b74d7d89288133e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 1 16:59:20 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri May 4 06:53:50 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=f203c29b
7
8 *into, *opts: Reword to use 'as ...' wording from 'do*'
9
10 Reword the *into and *opts commands to use the 'As ..., for ...' wording
11 used in do*/new* commands. This makes the descriptions a bit shorter,
12 and makes it possible to extend the information given in original
13 commands without having to update the wording of derived commands.
14
15 pkg-mgr-commands.tex | 15 ++++++---------
16 1 file changed, 6 insertions(+), 9 deletions(-)
17
18 diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
19 index 42fdced..058be89 100644
20 --- a/pkg-mgr-commands.tex
21 +++ b/pkg-mgr-commands.tex
22 @@ -721,22 +721,19 @@ has returned.
23 if it does not already exist. Failure behaviour is EAPI dependent
24 as per section~\ref{sec:failure-behaviour}.
25
26 -\item[insinto] Sets the value of \t{INSDESTTREE} for future invocations of the above utilities. May
27 - create the directory, as specified for \t{into}.
28 +\item[insinto] As \t{into}, for \t{INSDESTTREE}.
29
30 -\item[exeinto] Sets the install path for \t{doexe} and \t{newexe}. May create the directory, as specified
31 - for \t{into}.
32 +\item[exeinto] As \t{into}, for install path of \t{doexe} and \t{newexe}.
33
34 -\item[docinto] Sets the install subdirectory for \t{dodoc} et al. May create the directory, as specified
35 - for \t{into}.
36 +\item[docinto] As \t{into}, for install subdirectory of \t{dodoc} et al.
37
38 \item[insopts] Sets the options passed by \t{doins} et al.\ to the \t{install} command.
39
40 -\item[diropts] Sets the options passed by \t{dodir} et al.\ to the \t{install} command.
41 +\item[diropts] As \t{insopts}, for \t{dodir} et al.
42
43 -\item[exeopts] Sets the options passed by \t{doexe} et al.\ to the \t{install} command.
44 +\item[exeopts] As \t{insopts}, for \t{doexe} et al.
45
46 -\item[libopts] Sets the options passed by \t{dolib} et al.\ to the \t{install} command.
47 +\item[libopts] As \t{insopts}, for \t{dolib} et al.
48 In EAPIs listed in table~\ref{tab:banned-commands-table}, this command is banned as
49 per section~\ref{sec:banned-commands}.