summaryrefslogtreecommitdiffstats
path: root/misc-utils/kill.1
diff options
context:
space:
mode:
Diffstat (limited to 'misc-utils/kill.1')
-rw-r--r--misc-utils/kill.12
1 files changed, 1 insertions, 1 deletions
diff --git a/misc-utils/kill.1 b/misc-utils/kill.1
index 2d8c88377..d3dc20e0d 100644
--- a/misc-utils/kill.1
+++ b/misc-utils/kill.1
@@ -118,7 +118,7 @@ It is not possible to send a signal to an explicitly selected thread in a
multithreaded process using the
.BR kill (2)
syscall. If
-.BR kill(2)
+.BR kill (2)
is used to send a signal to a thread group, then the kernel selects an arbitrary
member of the thread group that has not blocked the signal. For more details
see