sbase/nohup.1
Hiltjo Posthuma 57a19e3b86 add some mandoc pages and fix some warnings
- add .Os, it is mandatory.
- don't redeclare .Nm when it's not needed.
- fix some warnings (checked with mandoc -Tlint).
- remove some leftover old stuff.
2015-01-30 21:21:50 +01:00

31 lines
480 B
Groff

.Dd January 28, 2015
.Dt NOHUP 1 sbase\-VERSION
.Os
.Sh NAME
.Nm nohup
.Nd run command immune to hangups
.Sh SYNOPSIS
.Nm
.Ar cmd
.Op Ar arg ...
.Sh DESCRIPTION
.Nm
runs
.Ar cmd
with the
.Em HUP
signal set to be ignored.
.Pp
If stdout is a terminal, it is appended to
.Em nohup.out
in the current working directory.
If stderr is a terminal, it is redirected to stdout.
.Sh SEE ALSO
.Xr signal 7
.Sh STANDARDS
The
.Nm
utility is compliant with the
.St -p1003.1-2008
specification.