mirror of git://git.suckless.org/sbase
nohup: tweak manpage
This commit is contained in:
parent
444de72fd3
commit
dd965fe09b
2
TODO
2
TODO
|
@ -12,8 +12,6 @@ id [-gnru] [user]
|
||||||
mv file [name]
|
mv file [name]
|
||||||
mv [file...] directory
|
mv [file...] directory
|
||||||
|
|
||||||
nohup command [argument...]
|
|
||||||
|
|
||||||
paste [-s] [-d list] [file...]
|
paste [-s] [-d list] [file...]
|
||||||
|
|
||||||
printf format [argument...]
|
printf format [argument...]
|
||||||
|
|
11
nohup.1
11
nohup.1
|
@ -3,13 +3,14 @@
|
||||||
nohup \- run a command immune to hangups
|
nohup \- run a command immune to hangups
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B nohup
|
.B nohup
|
||||||
.I command
|
.IR command ...
|
||||||
.RI [ argument ...]
|
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.B nohup
|
.B nohup
|
||||||
runs the given command with the SIGHUP signal set to be ignored. If stdout is a
|
runs the given command with the
|
||||||
tty, it is appended to
|
.I HUP
|
||||||
|
signal set to be ignored. If stdout is a terminal, it is appended to
|
||||||
.I nohup.out
|
.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
|
.SH SEE ALSO
|
||||||
.IR signal (7)
|
.IR signal (7)
|
||||||
|
|
Loading…
Reference in New Issue