From b8360d37018d304d998c33de7f6108a75b0ca98c Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 27 Oct 2020 07:17:01 +0100 Subject: [PATCH] seccomp_unotify.2: Remove FIXME asking about usefulness of POLLOUT/EPOLLOUT According to Tycho Andersen, he had no particular use case in mind when building this detail into the API. Signed-off-by: Michael Kerrisk --- man2/seccomp_unotify.2 | 2 -- 1 file changed, 2 deletions(-) diff --git a/man2/seccomp_unotify.2 b/man2/seccomp_unotify.2 index 21896d5e5..9778a8b75 100644 --- a/man2/seccomp_unotify.2 +++ b/man2/seccomp_unotify.2 @@ -665,8 +665,6 @@ meaning that a notification response can be sent using the .B SECCOMP_IOCTL_NOTIF_SEND .BR ioctl (2) operation. -.\" FIXME -.\" But (how) is the writable/(E)POLLOUT useful? .IP \(bu After the last thread using the filter has terminated and been reaped using .BR waitpid (2)