From e06ea46468419fd37b6da2e39420c00fa52abf62 Mon Sep 17 00:00:00 2001 From: Ed Schouten Date: Thu, 15 Mar 2012 12:12:39 +0000 Subject: [PATCH] Extend the description for ESRCH a bit. This errno can also be returned if the passed process identifier doesn't correspond with a process group. Discussed on: arch@ MFC after: 1 week --- lib/libc/sys/kill.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/sys/kill.2 b/lib/libc/sys/kill.2 index f849e387d6a..03895590edb 100644 --- a/lib/libc/sys/kill.2 +++ b/lib/libc/sys/kill.2 @@ -121,7 +121,7 @@ The argument is not a valid signal number. .It Bq Er ESRCH -No process can be found corresponding to that specified by +No process or process group can be found corresponding to that specified by .Fa pid . .It Bq Er EPERM The sending process is not the super-user and its effective