From 8f57d60f5c97275133682c941b9cc78c58954856 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 25 Sep 2019 16:01:32 +0200 Subject: [PATCH] pidfd_open.2: tfix 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 e29d6a289..016921370 100644 --- a/man2/pidfd_open.2 +++ b/man2/pidfd_open.2 @@ -129,7 +129,7 @@ If these conditions don't hold true, then the child process should instead be created using .BR clone (2) with the -.BR CLONE_PID +.BR CLONE_PIDFD flag. .PP The