From 1523b08d3b3abdc93608e0fd61cbe802c17b9481 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 23 Sep 2019 21:27:01 +0200 Subject: [PATCH] pidfd_open.2: wfix Reported-by: Florian Weimer Signed-off-by: Michael Kerrisk --- 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 b1f5fe11b..394e0deff 100644 --- a/man2/pidfd_open.2 +++ b/man2/pidfd_open.2 @@ -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