clone.2: Remove a CLONE_PIDFD detail that wasn't true in the final implementation

Reviewed-by: Christian Brauner <christian.brauner@ubuntu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2019-09-18 08:36:46 +02:00
parent b4ebffb230
commit 7d7dc1877f
1 changed files with 0 additions and 10 deletions

View File

@ -551,16 +551,6 @@ the location
in the parent's memory.
The close-on-exec flag is set on this new file descriptor.
.IP
Note, that the kernel verifies that the value for
.I ptid
is zero.
If it is not, then an error will be returned.
This ensures that
.I ptid
can potentially be used to specify additional options for
.B CLONE_PIDFD
in the future.
.IP
Since the
.I ptid
argument is used to return the pidfd,