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 8F404138331 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 748F9E0969; 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 55811E0969 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 32E99335C78 for ; Fri, 4 May 2018 07:26:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E6B838 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: <1525416827.22c28618b72b959829f8d9f7d586fb49cfa92c46.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: 22c28618b72b959829f8d9f7d586fb49cfa92c46 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: 7e867786-2579-4812-84ba-7d1e9c80772c X-Archives-Hash: 3ff228ce5310834f09f1bf17ff3d2964 commit: 22c28618b72b959829f8d9f7d586fb49cfa92c46 Author: Michał Górny gentoo org> AuthorDate: Tue May 1 16:59:17 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri May 4 06:53:47 2018 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=22c28618 nonfatal: Reword argument handling to be cleaner Reword the description of 'nonfatal' to explicitly indicate that it takes 1+ args and executes them as a command. The original 'remainder of its argument' wording sounds weird, given that there is no earlier mention of argument processing (-> remainder from what?). This also clarifies that calling nonfatal with no argument is not valid. pkg-mgr-commands.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex index 506673b..cb704f0 100644 --- a/pkg-mgr-commands.tex +++ b/pkg-mgr-commands.tex @@ -17,7 +17,7 @@ table~\ref{tab:commands-die-table}. The following commands affect this behaviour: \begin{description} -\item[nonfatal] \featurelabel{nonfatal} Executes the remainder of its arguments as a command, +\item[nonfatal] \featurelabel{nonfatal} Takes one or more arguments and executes them as a command, preserving the exit status. If this results in a command being called that would normally abort the build process due to a failure, instead a non-zero exit status shall be returned. Only in EAPIs listed in table~\ref{tab:commands-die-table} as supporting \t{nonfatal}.