From ff3a5ecf6f6bf9bb87682272f3eb800329572833 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 28 Apr 2025 08:43:53 +0000 Subject: Latest batch of fixes Signed-off-by: Laurent Bercot --- doc/exitcodes.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/exitcodes.html') diff --git a/doc/exitcodes.html b/doc/exitcodes.html index 3759ba7..1858b28 100644 --- a/doc/exitcodes.html +++ b/doc/exitcodes.html @@ -30,7 +30,7 @@ to C, with as much precision as possible?

The problem is, there's more information in a wstat (the structure filled in by -waitpid()) +waitpid()) than a process can report by simply exiting. P could exit with the same exit code as C, but then what should it do if C has been killed by a signal? @@ -52,7 +52,7 @@ can report.

Shells have their own -convention +convention for reporting crashes, but since any exit code greater than 127 is reported as is, the information given by the shell is unreliable: "child exited 129" and "child was killed by SIGHUP" are indistinguishable. When shells get -- cgit v1.3.1