sbase/setsid.1
FRIGN e51a2e6d2f Use ISO-date-format in manpages
The one specified by mdoc is hard to read for non-native
speakers from countries which read the date day-first (like
Germany, Greece, North-Korea, Swamp,...).
This is also consistent with how we generally specify dates
at suckless.org.
2015-10-08 17:15:08 +02:00

18 lines
210 B
Groff

.Dd 2015-10-08
.Dt SETSID 1
.Os sbase
.Sh NAME
.Nm setsid
.Nd run a command in a new session
.Sh SYNOPSIS
.Nm
.Ar cmd
.Op Ar arg ...
.Sh DESCRIPTION
.Nm
runs
.Ar cmd
in a new session.
.Sh SEE ALSO
.Xr setsid 2