~ubuntu-branches/ubuntu/lucid/loop-aes-utils/lucid-security

« back to all changes in this revision

Viewing changes to sys-utils/setsid.8

  • Committer: Bazaar Package Importer
  • Author(s): Max Vozeler
  • Date: 2008-08-22 11:57:17 UTC
  • mfrom: (8.1.3 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080822115717-v8wfa8pxwlfvyje0
Tags: 2.13.1-4
* patches/losetup_add_option_f.dpatch: 
  - Added to support "find next free loop" in losetup.
    (closes: #495682)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.\" Rick Sladkey <jrs@world.std.com>
2
 
.\" In the public domain.
3
 
.\" Path modifications by faith@cs.unc.edu
4
 
.TH SETSID 8 "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>