setsid.2: tfix

it -> its

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Tobias Stoeckmann 2015-08-18 16:41:10 +02:00 committed by Michael Kerrisk
parent b72bd8d1c0
commit 9933634495
1 changed files with 1 additions and 1 deletions

View File

@ -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.