From 0cec24722b1cf335a79a40f373287a7953f34567 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 18 May 2018 10:02:24 +0200 Subject: [PATCH] signal.7: Clarify that sigsuspend() and pause() suspend the calling *thread* Reported-by: Robin Kuzmin Signed-off-by: Michael Kerrisk --- man7/signal.7 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man7/signal.7 b/man7/signal.7 index fa8a84c8b..9f041e43f 100644 --- a/man7/signal.7 +++ b/man7/signal.7 @@ -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)