From dbcc2ad691191ea5be887a8e43073a4201c56c57 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 28 Oct 2020 19:18:56 +0100 Subject: [PATCH] seccomp_unotify.2: SEE ALSO: add pidfd_open(2) and pidfd_getfd(2) pidfd_open(2) and pidfd_getfd(2) presumably have use cases with the user-space notification feature. Signed-off-by: Michael Kerrisk --- man2/seccomp_unotify.2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/man2/seccomp_unotify.2 b/man2/seccomp_unotify.2 index 4659dec73..183f9f5d9 100644 --- a/man2/seccomp_unotify.2 +++ b/man2/seccomp_unotify.2 @@ -1579,6 +1579,8 @@ main(int argc, char *argv[]) .EE .SH SEE ALSO .BR ioctl (2), +.BR pidfd_open (2), +.BR pidfd_getfd (2), .BR seccomp (2) .PP A further example program can be found in the kernel source file -- 2.11.4.GIT