Linux-man Archive mirror
 help / color / mirror / Atom feed
* [PATCH] pidfd_open.2: tfix
@ 2021-11-28 13:45 Micha Kalfon
  0 siblings, 0 replies; only message in thread
From: Micha Kalfon @ 2021-11-28 13:45 UTC (permalink / raw
  To: mtk.manpages; +Cc: linux-man, Micha Kalfon

See clone(2) on why the CLONE_PID flag is no longer relevant and was
recycled for use as CLONE_PIDFD.
---
 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 fd86015b6..9d9bee471 100644
--- a/man2/pidfd_open.2
+++ b/man2/pidfd_open.2
@@ -161,7 +161,7 @@ A PID file descriptor returned by
 (or by
 .BR clone (2)
 with the
-.BR CLONE_PID
+.BR CLONE_PIDFD
 flag) can be used for the following purposes:
 .IP \(bu 2
 The
-- 
2.34.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-11-28 13:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-28 13:45 [PATCH] pidfd_open.2: tfix Micha Kalfon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).