signal.7: Clarify that sigsuspend() and pause() suspend the calling *thread*

Reported-by: Robin Kuzmin <kuzmin.robin@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2018-05-18 10:02:24 +02:00
parent 2ac1d1e3e7
commit 0cec24722b
1 changed files with 2 additions and 2 deletions

View File

@ -129,8 +129,8 @@ Sends a signal to a specified thread within a specific process.
.BR sigqueue (3)
Sends a real-time signal with accompanying data to a specified process.
.SS Waiting for a signal to be caught
The following system calls suspend execution of the calling process
or thread until a signal is caught
The following system calls suspend execution of the calling
thread until a signal is caught
(or an unhandled signal terminates the process):
.TP 16
.BR pause (2)