From c0966f6327d1868647d015629afd53b59bcb8dc0 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 4 Oct 2020 17:07:24 +0000 Subject: doc: fix URLs --- 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 51902f1..619f5d3 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