aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2016-12-03 20:37:51 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-12-05 16:51:15 +0100
commitb79cc53b43ca7cc3fefbb8dd725c8e3eb811ad09 (patch)
tree762b777fada564de060a3cdcc61baa95b03cee2d
parent3be5d9772fcc49607cc12e47e3f0666cdb19713d (diff)
downloadutil-linux-b79cc53b43ca7cc3fefbb8dd725c8e3eb811ad09.tar.gz
docs: kill(1): Fix section reference for sigqueue(3) and add to SEE ALSO
Signed-off-by: Michael Kerrisk <mtk.man-pages@gmail.com>
-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 e7e2b6ba50..14e6f3d961 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