aboutsummaryrefslogtreecommitdiffstats
path: root/man7/signal.7
diff options
context:
space:
mode:
Diffstat (limited to 'man7/signal.7')
-rw-r--r--man7/signal.74
1 files changed, 2 insertions, 2 deletions
diff --git a/man7/signal.7 b/man7/signal.7
index fa8a84c8b1..9f041e43fa 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)