From 441632abcc78090d87eb3003d53ed73568fc1b34 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 12 Oct 2019 21:03:10 +0200 Subject: [PATCH] pidfd_open.2: Remove a redundant sentence clone() CLONE_PIDFD is already mentioned elsewhere in NOTES. Signed-off-by: Michael Kerrisk --- man2/pidfd_open.2 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/man2/pidfd_open.2 b/man2/pidfd_open.2 index 8a4a7aafa..6c80aec2f 100644 --- a/man2/pidfd_open.2 +++ b/man2/pidfd_open.2 @@ -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.