summaryrefslogtreecommitdiffstats
path: root/misc-utils/kill.1
diff options
context:
space:
mode:
authorMike Frysinger2016-05-10 21:26:54 +0200
committerKarel Zak2016-05-20 10:54:31 +0200
commit5593132a90c4330bd028a6fc2ab1feefac6cf5f6 (patch)
tree1ba0e531a7a470dd9593978deaeb37ce3b3265e4 /misc-utils/kill.1
parentscript: improve coding style and the "done" message (diff)
downloadkernel-qcow2-util-linux-5593132a90c4330bd028a6fc2ab1feefac6cf5f6.tar.gz
kernel-qcow2-util-linux-5593132a90c4330bd028a6fc2ab1feefac6cf5f6.tar.xz
kernel-qcow2-util-linux-5593132a90c4330bd028a6fc2ab1feefac6cf5f6.zip
man pages: fix spacing between man page name & section number
Most have standardized correctly, but fix a few latent ones. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
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