Re: RFC: error codes on exit
From: "H. Peter Anvin" <hpa@zytor.com>
Date: 2021-05-21 23:21:37
From: "H. Peter Anvin" <hpa@zytor.com>
Date: 2021-05-21 23:21:37
On 5/21/21 9:53 AM, Alex Henrie wrote:
On Wed, May 19, 2021 at 6:40 PM Felipe Contreras [off-list ref] wrote:quoted
It's good to not include many initial codes, but I would start with at least three: OK = 0, UNKNOWN = 1, NORMAL = 2,If you go that route, could you please pick a word other than "normal" to describe errors that are not entirely unexpected? I'm worried that someone will see "normal" and use it instead of "OK" to indicate success.
<sysexits.h> -hpa