commit:     22c28618b72b959829f8d9f7d586fb49cfa92c46
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May  1 16:59:17 2018 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> 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}.

Reply via email to