]> git.ipfire.org Git - thirdparty/util-linux.git/blob - sys-utils/setsid.1
man pages: add "AVAILABILITY" section
[thirdparty/util-linux.git] / sys-utils / setsid.1
1 .\" Rick Sladkey <jrs@world.std.com>
2 .\" In the public domain.
3 .\" Path modifications by faith@cs.unc.edu
4 .TH SETSID 1 "20 November 1993" "Linux 0.99" "Linux Programmer's Manual"
5 .SH NAME
6 setsid \- run a program in a new session
7 .SH SYNOPSIS
8 .BI setsid " program" " [ " "arg ..." " ]"
9 .SH DESCRIPTION
10 .B setsid
11 runs a program in a new session.
12 .SH "SEE ALSO"
13 .BR setsid (2)
14 .SH AUTHOR
15 Rick Sladkey <jrs@world.std.com>
16 .SH AVAILABILITY
17 The setsid command is part of the util-linux-ng package and is available from
18 ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.