From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 235281382C5 for ; Fri, 4 May 2018 07:26:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B63EE0967; Fri, 4 May 2018 07:26:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 29230E0959 for ; Fri, 4 May 2018 07:26:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DCDA9335C63 for ; Fri, 4 May 2018 07:26:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68AE93D for ; Fri, 4 May 2018 07:26:10 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1525416830.f203c29ba2c8b1aead20f5f04b74d7d89288133e.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: pkg-mgr-commands.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: f203c29ba2c8b1aead20f5f04b74d7d89288133e X-VCS-Branch: master Date: Fri, 4 May 2018 07:26:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e9757c52-22fa-4dbd-8faf-f82e710807cc X-Archives-Hash: 8ffb9c6e116d4ad6c023c17d2dc5df9e commit: f203c29ba2c8b1aead20f5f04b74d7d89288133e Author: Michał Górny gentoo org> AuthorDate: Tue May 1 16:59:20 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri May 4 06:53:50 2018 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=f203c29b *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. pkg-mgr-commands.tex | 15 ++++++--------- 1 file 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}.