summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-05-01 18:59:20 +0200
committerUlrich Müller <ulm@gentoo.org>2018-05-04 08:53:50 +0200
commitf203c29ba2c8b1aead20f5f04b74d7d89288133e (patch)
treedb69aba976dac425e1444d7a4b1f8c2d596a61f4
parentAccount for 'Build commands' being run in src_test (diff)
downloadpms-f203c29ba2c8b1aead20f5f04b74d7d89288133e.tar.gz
pms-f203c29ba2c8b1aead20f5f04b74d7d89288133e.tar.bz2
pms-f203c29ba2c8b1aead20f5f04b74d7d89288133e.zip
*into, *opts: Reword to use 'as ...' wording from 'do*'
Reword the *into and *opts commands to use the 'As ..., for ...' wording used in do*/new* commands. This makes the descriptions a bit shorter, and makes it possible to extend the information given in original commands without having to update the wording of derived commands.
-rw-r--r--pkg-mgr-commands.tex15
1 files changed, 6 insertions, 9 deletions
diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
index 42fdced..058be89 100644
--- a/pkg-mgr-commands.tex
+++ b/pkg-mgr-commands.tex
@@ -721,22 +721,19 @@ has returned.
if it does not already exist. Failure behaviour is EAPI dependent
as per section~\ref{sec:failure-behaviour}.
-\item[insinto] Sets the value of \t{INSDESTTREE} for future invocations of the above utilities. May
- create the directory, as specified for \t{into}.
+\item[insinto] As \t{into}, for \t{INSDESTTREE}.
-\item[exeinto] Sets the install path for \t{doexe} and \t{newexe}. May create the directory, as specified
- for \t{into}.
+\item[exeinto] As \t{into}, for install path of \t{doexe} and \t{newexe}.
-\item[docinto] Sets the install subdirectory for \t{dodoc} et al. May create the directory, as specified
- for \t{into}.
+\item[docinto] As \t{into}, for install subdirectory of \t{dodoc} et al.
\item[insopts] Sets the options passed by \t{doins} et al.\ to the \t{install} command.
-\item[diropts] Sets the options passed by \t{dodir} et al.\ to the \t{install} command.
+\item[diropts] As \t{insopts}, for \t{dodir} et al.
-\item[exeopts] Sets the options passed by \t{doexe} et al.\ to the \t{install} command.
+\item[exeopts] As \t{insopts}, for \t{doexe} et al.
-\item[libopts] Sets the options passed by \t{dolib} et al.\ to the \t{install} command.
+\item[libopts] As \t{insopts}, for \t{dolib} et al.
In EAPIs listed in table~\ref{tab:banned-commands-table}, this command is banned as
per section~\ref{sec:banned-commands}.