signal.7: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-11-18 00:15:27 +01:00
parent 42e6553d40
commit 1f11ae8aa7
1 changed files with 2 additions and 2 deletions

View File

@ -105,7 +105,7 @@ the dispositions of ignored signals are left unchanged.
.SS Sending a signal
The following system calls and library functions allow
the caller to send a signal:
.TP 16
.TP
.BR raise (3)
Sends a signal to the calling thread.
.TP
@ -132,7 +132,7 @@ Sends a real-time signal with accompanying data to a specified process.
The following system calls suspend execution of the calling
thread until a signal is caught
(or an unhandled signal terminates the process):
.TP 16
.TP
.BR pause (2)
Suspends execution until any signal is caught.
.TP