From 0c28210ecb3b8b99b5f9ffb901872335f8d38570 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 10 Nov 2016 11:08:24 +0100 Subject: [PATCH] kill.2: SEE ALSO: add kill(1) Signed-off-by: Michael Kerrisk --- man2/kill.2 | 1 + 1 file changed, 1 insertion(+) diff --git a/man2/kill.2 b/man2/kill.2 index b71c43861..c64a7e540 100644 --- a/man2/kill.2 +++ b/man2/kill.2 @@ -169,6 +169,7 @@ than \fIall\fP) of the members of the process group. Notwithstanding this error return, the signal was still delivered to all of the processes for which the caller had permission to signal. .SH SEE ALSO +.BR kill (1), .BR _exit (2), .BR signal (2), .BR tkill (2),