Re: [patch] setsid.2 inconsistency

2017-09-13 Thread Philip Guenther
On Wed, 13 Sep 2017, Martijn van Duren wrote: > When reading up on setsid I found ERRORS section confusing. It indicates > that EPERM may occur if the process group ID of a process other than the > calling process matches the process ID of the calling process. > > To me this appears to be in con

[patch] setsid.2 inconsistency

2017-09-13 Thread Martijn van Duren
Hello tech@, When reading up on setsid I found ERRORS section confusing. It indicates that EPERM may occur if the process group ID of a process other than the calling process matches the process ID of the calling process. To me this appears to be in contradiction with the fork manpage, which stat