pidfd_open.2: wfix

Reported-by: Florian Weimer <fw@deneb.enyo.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2019-09-23 21:27:01 +02:00
parent 465f610c4c
commit 1523b08d3b
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ A PID file descriptor can be monitored using
and
.BR epoll (7).
When the process that it refers to terminates,
the file descriptor indicates as readable.
these interfaces indicate the file descriptor as readable.
Note, however, that in the current implementation,
nothing can be read from the file descriptor.
.PP