]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
setsid.2: tfix
authorTobias Stoeckmann <tobias@stoeckmann.org>
Wed, 17 Jun 2015 20:31:37 +0000 (22:31 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 18 Jun 2015 06:43:56 +0000 (08:43 +0200)
it -> its

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/setsid.2

index 831392ee50e9e5e194902556836aa5bae14ae943..ac494d98a92dc4cddda703a6d6c496a3531c1f95 100644 (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).