]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
setsid.2: Minor wording fixes
authorMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 12 Sep 2016 05:49:14 +0000 (06:49 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 12 Sep 2016 05:49:14 +0000 (06:49 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/setsid.2

index 57eeb891f6d60506d2e6b4a2498d539cab610af5..3d1a8e117422820d38abdb330bed9fc79c91f34c 100644 (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),