See clone(2) on why the CLONE_PID flag is no longer relevant and was recycled for use as CLONE_PIDFD. --- man2/pidfd_open.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/pidfd_open.2 b/man2/pidfd_open.2 index fd86015b6..9d9bee471 100644 --- a/man2/pidfd_open.2 +++ b/man2/pidfd_open.2 @@ -161,7 +161,7 @@ A PID file descriptor returned by (or by .BR clone (2) with the -.BR CLONE_PID +.BR CLONE_PIDFD flag) can be used for the following purposes: .IP \(bu 2 The -- 2.34.0