aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Stoeckmann <tobias@stoeckmann.org>2015-08-18 16:41:10 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2015-08-30 05:07:22 -0700
commit9933634495b2e2077589077055d3c65831052506 (patch)
tree37e29db1833adf96f6d3403fd94324c4621e8ecd
parentb72bd8d1c01619985e5c7f9ef3d30036ebb34992 (diff)
downloadman-pages-9933634495b2e2077589077055d3c65831052506.tar.gz
setsid.2: tfix
it -> its Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/setsid.22
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/setsid.2 b/man2/setsid.2
index 22885dda12..089bf26ce4 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.