summaryrefslogtreecommitdiffstats
path: root/misc-utils/kill.1
diff options
context:
space:
mode:
authorMichael Kerrisk2016-12-03 20:37:51 +0100
committerMichael Kerrisk2016-12-05 16:51:15 +0100
commitb79cc53b43ca7cc3fefbb8dd725c8e3eb811ad09 (patch)
tree762b777fada564de060a3cdcc61baa95b03cee2d /misc-utils/kill.1
parentdocs: various pages: Use "system call" not "syscall" (diff)
downloadkernel-qcow2-util-linux-b79cc53b43ca7cc3fefbb8dd725c8e3eb811ad09.tar.gz
kernel-qcow2-util-linux-b79cc53b43ca7cc3fefbb8dd725c8e3eb811ad09.tar.xz
kernel-qcow2-util-linux-b79cc53b43ca7cc3fefbb8dd725c8e3eb811ad09.zip
docs: kill(1): Fix section reference for sigqueue(3) and add to SEE ALSO
Signed-off-by: Michael Kerrisk <mtk.man-pages@gmail.com>
Diffstat (limited to 'misc-utils/kill.1')
-rw-r--r--misc-utils/kill.13
1 files changed, 2 insertions, 1 deletions
diff --git a/misc-utils/kill.1 b/misc-utils/kill.1
index e7e2b6ba5..14e6f3d96 100644
--- a/misc-utils/kill.1
+++ b/misc-utils/kill.1
@@ -97,7 +97,7 @@ Print pid(s) that will be signaled with kill along with the signal.
.TP
\fB\-q\fR, \fB\-\-queue\fR \fIvalue\fR
Use
-.BR sigqueue (2)
+.BR sigqueue (3)
rather than
.BR kill (2).
The
@@ -147,6 +147,7 @@ partial success (when more than one process specified)
.BR tcsh (1),
.BR sigaction (2),
.BR kill (2),
+.BR sigqueue (3),
.BR signal (7)
.SH AUTHORS