]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
setsid.2: SEE ALSO: add setsid(1)
authorMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 11 Feb 2013 23:10:06 +0000 (00:10 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 11 Feb 2013 23:14:55 +0000 (00:14 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/setsid.2

index c1a35c7bc0999472cb5b7ba0d3a3ace27d97d286..f28e9cb3546e385ac4e245da133e0afdd7e6eb12 100644 (file)
@@ -26,7 +26,7 @@
 .\"    tiny changes from a man page by Charles Livingston).
 .\" Modified Sun Jul 21 14:45:46 1996 <aeb@cwi.nl>
 .\"
-.TH SETSID 2 2008-12-03 "Linux" "Linux Programmer's Manual"
+.TH SETSID 2 2013-02-11 "Linux" "Linux Programmer's Manual"
 .SH NAME
 setsid \- creates a session and sets the process group ID
 .SH SYNOPSIS
@@ -81,6 +81,7 @@ and
 and have the child do
 .BR setsid ().
 .SH "SEE ALSO"
+.BR setsid (1),
 .BR getsid (2),
 .BR setpgid (2),
 .BR setpgrp (2),