setsid.2: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Akihiro Motoki 2015-01-06 03:01:25 +09:00 committed by Michael Kerrisk
parent de86e1aba1
commit 1277633744
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ The session ID is preserved across an
A process group leader is a process whose process group ID equals its PID.
Disallowing a process group leader from calling
.BR setsid()
.BR setsid ()
prevents the possibility that a process group leader places itself
in a new session while other processes in the process group remain
in the original session;