pidfd_open.2: Remove a redundant sentence

clone() CLONE_PIDFD is already mentioned elsewhere in NOTES.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2019-10-12 21:03:10 +02:00
parent 0b1348ba35
commit 441632abcc
1 changed files with 0 additions and 5 deletions

View File

@ -171,11 +171,6 @@ file system is mounted;
furthermore, the file descriptor obtained in this way is
.I not
pollable.
.PP
See also the discussion of the
.BR CLONE_PIDFD
flag in
.BR clone (2).
.SH EXAMPLE
The program below opens a PID file descriptor for the
process whose PID is specified as its command-line argument.