setsid.2: Minor wording fixes

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-09-12 06:49:14 +01:00
parent 7903f95f0a
commit b40e567a40
1 changed files with 5 additions and 3 deletions

View File

@ -95,10 +95,12 @@ If a session has a controlling terminal, and the
.B CLOCAL
flag for that terminal is not set,
and a terminal hangup occurs, then the session leader is sent a
.BR SIGHUP .
If the session leader exits, then a
.BR SIGHUP
signal.
If a process that is a session leader terminates, then a
.B SIGHUP
signal will also be sent to each process in the foreground
signal is sent to each process in the foreground
process group of the controlling terminal.
.SH SEE ALSO
.BR setsid (1),