public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] setpgid.2: ERRORS: add EPERM for nonexisting process group
@ 2023-02-20 15:50 Guy Shefy
  2023-02-20 15:51 ` Alex Colomar
  0 siblings, 1 reply; 5+ messages in thread
From: Guy Shefy @ 2023-02-20 15:50 UTC (permalink / raw)
  To: alx.manpages; +Cc: linux-man

Signed-off-by: Guy Shefy <guyshefyb@gmail.com>
---
 man2/setpgid.2 | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/man2/setpgid.2 b/man2/setpgid.2
index 52c5bd5fc..0b0182eb9 100644
--- a/man2/setpgid.2
+++ b/man2/setpgid.2
@@ -214,6 +214,11 @@ a session leader
 .RB ( setpgid (),
 .BR setpgrp ()).
 .TP
+.B EPERM
+The target process group does not exists.
+.RB ( setpgid (),
+.BR setpgrp ()).
+.TP
 .B ESRCH
 For
 .BR getpgid ():
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-02-25  1:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-20 15:50 [PATCH] setpgid.2: ERRORS: add EPERM for nonexisting process group Guy Shefy
2023-02-20 15:51 ` Alex Colomar
2023-02-20 16:01   ` Guy Shefy
2023-02-20 16:08     ` Guy Shefy
2023-02-25  1:01       ` Alex Colomar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox