From 300a9c78f3f1a3cc064c570c674fe4c7fafd41f6 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 24 Nov 2018 11:22:47 +0100 Subject: [PATCH] prctl.2: wfix Signed-off-by: Michael Kerrisk --- man2/prctl.2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man2/prctl.2 b/man2/prctl.2 index 9fff3ca08..23a206b34 100644 --- a/man2/prctl.2 +++ b/man2/prctl.2 @@ -197,7 +197,8 @@ signal and will be able to .BR wait (2) on the process to discover its termination status. .IP -The setting of this bit is not inherited by children created by +The setting of "child subreaper" attribute +is not inherited by children created by .BR fork (2) and .BR clone (2).