diff --git a/man2/setsid.2 b/man2/setsid.2 index 22885dda1..089bf26ce 100644 --- a/man2/setsid.2 +++ b/man2/setsid.2 @@ -46,7 +46,7 @@ The calling process is the leader of the new session (i.e., its session ID is made the same as its process ID). The calling process also becomes the process group leader of a new process group in the session -(i.e., its process group ID is made the same as it process ID). +(i.e., its process group ID is made the same as its process ID). The calling process will be the only process in the new process group and in the new session.