X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/2d21ac55c334faf3a56e5634905ed6987fc787d4..4bd07ac2140668789aa3ee8ec4dde4a3e0a3bba5:/bsd/man/man2/setpgid.2 diff --git a/bsd/man/man2/setpgid.2 b/bsd/man/man2/setpgid.2 index 36d82683a..63ab9783a 100644 --- a/bsd/man/man2/setpgid.2 +++ b/bsd/man/man2/setpgid.2 @@ -65,11 +65,6 @@ If the invoker is not the super-user, then the affected process must have the same effective user-id as the invoker or be a descendant of the invoking process. .Pp -If the calling process is not already a session leader, -.Fn setpgrp -sets the process group ID of the calling process -to that of the calling process. -Any new session that this creates will have no controlling terminal. .Sh RETURN VALUES .Fn Setpgid returns 0 when the operation was successful.