From 7c1bc63f44a3dc82ca6e7a8337ae1044b1b4b92a Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 11 Jun 2007 18:45:36 +0000 Subject: [PATCH] ffix --- man2/kill.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/kill.2 b/man2/kill.2 index fd80e50ef..8936ea8d7 100644 --- a/man2/kill.2 +++ b/man2/kill.2 @@ -65,7 +65,7 @@ process group of the current process. .PP If \fIpid\fP equals \-1, then \fIsig\fP is sent to every process for which the calling process has permission to send signals, -except for process 1 (init), but see below. +except for process 1 (\fIinit\fP), but see below. .PP If \fIpid\fP is less than \-1, then \fIsig\fP is sent to every process in the process group \fI\-pid\fP.