setsid.2: tfix

it -> its

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Tobias Stoeckmann 2015-06-17 22:31:37 +02:00 committed by Michael Kerrisk
parent c139511aad
commit 4621e4e772
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ setsid \- creates a session and sets the process group ID
creates a new session if the calling process is not a
process group leader.
The calling process is the leader of the new session
(i.e., its session ID is made the same as it process ID).
(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).