setpgid.2: s/SIGTSTP/SIGTTIN/ when discussing reads from terminal

See https://bugzilla.kernel.org/show_bug.cgi?id=60504

Reported-by: graud@gmx.com
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2013-07-09 02:20:12 +02:00
parent 4358c621b0
commit 07bfe93f85
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ from the terminal;
if a background process group tries to
.BR read (2)
from the terminal, then the group is sent a
.B SIGTSTP
.B SIGTTIN
signal, which suspends it.
The
.BR tcgetpgrp (3)