From ff82608eb6c9803967f7a46a0a0e2b5f21a629bc Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 28 May 2016 08:37:39 -0500 Subject: [PATCH] wait.2: waitid() now (since Linux 4.7) also supports __WNOTHREAD/__WCLONE/__WALL Signed-off-by: Michael Kerrisk --- man2/wait.2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/man2/wait.2 b/man2/wait.2 index c137ee7744..565998e070 100644 --- a/man2/wait.2 +++ b/man2/wait.2 @@ -496,7 +496,9 @@ The following Linux-specific .I options are for use with children created using .BR clone (2); -they cannot be used with +they can also, since Linux 4.7, +.\" commit 91c4e8ea8f05916df0c8a6f383508ac7c9e10dba +be used with .BR waitid (): .TP .B __WCLONE -- 2.39.2