From: Michael Kerrisk Date: Sat, 3 Dec 2016 19:37:51 +0000 (+0100) Subject: docs: kill(1): Fix section reference for sigqueue(3) and add to SEE ALSO X-Git-Tag: v2.30-rc1~379 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b79cc53b43ca7cc3fefbb8dd725c8e3eb811ad09;p=thirdparty%2Futil-linux.git docs: kill(1): Fix section reference for sigqueue(3) and add to SEE ALSO Signed-off-by: Michael Kerrisk --- 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