]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: kill(1): Fix section reference for sigqueue(3) and add to SEE ALSO
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 3 Dec 2016 19:37:51 +0000 (20:37 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 5 Dec 2016 15:51:15 +0000 (16:51 +0100)
Signed-off-by: Michael Kerrisk <mtk.man-pages@gmail.com>
misc-utils/kill.1

index e7e2b6ba507cb31d01502be00c5a17855fadc167..14e6f3d9610af474120d1618aff49468ceed8fc4 100644 (file)
@@ -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