nohup: tweak manpage

This commit is contained in:
Connor Lane Smith 2011-06-18 14:42:06 +01:00
parent 444de72fd3
commit dd965fe09b
2 changed files with 6 additions and 7 deletions

2
TODO
View File

@ -12,8 +12,6 @@ id [-gnru] [user]
mv file [name]
mv [file...] directory
nohup command [argument...]
paste [-s] [-d list] [file...]
printf format [argument...]

11
nohup.1
View File

@ -3,13 +3,14 @@
nohup \- run a command immune to hangups
.SH SYNOPSIS
.B nohup
.I command
.RI [ argument ...]
.IR command ...
.SH DESCRIPTION
.B nohup
runs the given command with the SIGHUP signal set to be ignored. If stdout is a
tty, it is appended to
runs the given command with the
.I HUP
signal set to be ignored. If stdout is a terminal, it is appended to
.I nohup.out
in the current working directory; if stderr is a tty, it is redirected to stdout.
in the current working directory; if stderr is a terminal, it is redirected to
stdout.
.SH SEE ALSO
.IR signal (7)