clone.2: tfix

Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Jakub Wilk 2018-09-13 18:11:03 +02:00 committed by Michael Kerrisk
parent 3e9b499229
commit 9d32816ba3
1 changed files with 1 additions and 1 deletions

View File

@ -734,7 +734,7 @@ A signal may be process-directed or thread-directed.
A process-directed signal is targeted at a thread group (i.e., a TGID),
and is delivered to an arbitrarily selected thread from among those
that are not blocking the signal.
A signal may be process directed because it is was generated by the kernel
A signal may be process directed because it was generated by the kernel
for reasons other than a hardware exception, or because it was sent using
.BR kill (2)
or