From b79cc53b43ca7cc3fefbb8dd725c8e3eb811ad09 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 3 Dec 2016 20:37:51 +0100 Subject: [PATCH] docs: kill(1): Fix section reference for sigqueue(3) and add to SEE ALSO Signed-off-by: Michael Kerrisk --- misc-utils/kill.1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.47.2