summaryrefslogtreecommitdiffstats
path: root/sys-utils/setsid.1
Commit message (Collapse)AuthorAgeFilesLines
* setsid: add an option to wait child return valueDaniel Kahn Gillmor2013-08-011-0/+5
| | | | | | | | | | | | This change proposed in util-linux maillist by Damien Wyart in behalf of Daniel Kahn Gillmor. Sami Kerola changed the patch to use option rather than makign the default behavior of the command to change. Reported-by: Damien Wyart <damien.wyart@gmail.com> Reference: http://markmail.org/message/2z6qh5auk7wjie3l Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=495881 CC: Daniel Kahn Gillmor <dkg@fifthhorseman.net> Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* setsid: add option "-c" to set the controlling terminalHarald Hoyer2012-03-201-0/+4
| | | | | | [kzak@redhat.com: - use STDIN_FILENO rather than 0] Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: uniformize the header and footer lines in man pagesBenno Schulenberg2011-08-221-1/+1
| | | | | | | | | | Use dates without the day, use the full month name, put "util-linux" in the lower left corner, and "User Commands" or "System Administration" at the top center. Also improve here and there the one-line program description. Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* rename util-linux-ng back to util-linuxKarel Zak2010-11-301-2/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* setsid.1: formattingPeter Breitenlohner2009-08-171-1/+3
| | | | Signed-off-by: Peter Breitenlohner <peb@mppmu.mpg.de>
* man pages: add "AVAILABILITY" sectionKarel Zak2007-07-031-0/+3
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* sys-utils: fix man page headersKarel Zak2007-05-161-1/+1
| | | | | | | The man pages have been moved from man8 to man1, but the headers still refer to man1. Signed-off-by: Karel Zak <kzak@redhat.com>
* sys-utils: move some man pages from category 8 to 1Karel Zak2007-04-251-0/+15
The dmesg, ipcrm, ipcs, renice and setsid are user-accessible commands and belong in man1 more than to man8. Signed-off-by: Karel Zak <kzak@redhat.com>