Finish up setsid(1)

This commit is contained in:
FRIGN 2015-02-01 00:47:32 +01:00
parent 7faf732d0b
commit 7cdb24d085
2 changed files with 11 additions and 4 deletions

2
README
View File

@ -57,7 +57,7 @@ The following tools are implemented ('*' == finished, '#' == UTF-8 support,
=* renice yes none =* renice yes none
=* rm yes (-i) =* rm yes (-i)
=* rmdir yes none =* rmdir yes none
= setsid non-posix none =* setsid non-posix none
=* sleep yes none =* sleep yes none
sort no -m, -o, -d, -f, -i sort no -m, -o, -d, -f, -i
split yes none split yes none

View File

@ -1,10 +1,17 @@
.Dd January 30, 2015 .Dd January 31, 2015
.Dt SETSID 1 .Dt SETSID 1
.Os sbase .Os sbase
.Sh NAME .Sh NAME
.Nm setsid .Nm setsid
.Nd run a program in a new session .Nd run a command in a new session
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm .Nm
.Ar program .Ar cmd
.Op Ar arg ... .Op Ar arg ...
.Sh DESCRIPTION
.Nm
runs
.Ar cmd
in a new session.
.Sh SEE ALSO
.Xr setsid 2