diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-01-22 02:19:09 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-01-22 02:19:09 +0100 |
| commit | b386cee3446e164483fd3de6d3b98f23f31b4059 (patch) | |
| tree | 94a5bea074ae57b93ea59fb34bcff6b26dd7c3cd | |
| parent | 27f14b447af78c425125409ac4b465ab3547efdc (diff) | |
| download | man-pages-b386cee3446e164483fd3de6d3b98f23f31b4059.tar.gz | |
clone.2: Note the kernel version that added the 'set_tid' feature
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man2/clone.2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man2/clone.2 b/man2/clone.2 index 14f21c3fde..23114ba5bc 100644 --- a/man2/clone.2 +++ b/man2/clone.2 @@ -297,7 +297,8 @@ When creating a process with .BR clone3 (), the .I set_tid -array can be used to select specific PIDs for the process in some +array (available since Linux 5.5) +can be used to select specific PIDs for the process in some or all of the PID namespaces where it is present. If the PID of the newly created process should be set only for the current PID namespace or in the newly created PID namespace (if |
