From 44be69112c71fe65784cc014995044c2a191a449 Mon Sep 17 00:00:00 2001
From: Laurent Bercot
@@ -33,7 +33,7 @@ structure filled in by 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 ? +but then what should it do if C has been killed by a signal?
@@ -42,7 +42,7 @@ but then what should it do if C has been killed by a signal ? But that's actually not right, because P itself could be killed by a signal from another source, and G needs that information. "P has been killed by a signal" and "C has been killed by a signal" are two -different informations, so they should not be reported in the same way. +different pieces of information, so they should not be reported in the same way.
-- cgit v1.3.1