setsid.2: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Yuri Kozlov 2010-05-24 14:43:43 +02:00 committed by Michael Kerrisk
parent 57440a987d
commit 84492c365b
1 changed files with 2 additions and 3 deletions

View File

@ -56,9 +56,8 @@ is returned, and
is set to indicate the error.
.SH ERRORS
.TP
.BR EPERM .
The process group ID of any process
equals the PID of the calling process.
.B EPERM
The process group ID of any process equals the PID of the calling process.
Thus, in particular,
.BR setsid ()
fails if the calling process is already a process group leader.