From 12776337445a728721b5f9143bc9b89e448ff892 Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Tue, 6 Jan 2015 03:01:25 +0900 Subject: [PATCH] setsid.2: ffix Signed-off-by: Michael Kerrisk --- man2/setsid.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/setsid.2 b/man2/setsid.2 index 6b82d1703..831392ee5 100644 --- a/man2/setsid.2 +++ b/man2/setsid.2 @@ -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;