From f17537891fc629a2c4102b63238e458b9dfe0abe Mon Sep 17 00:00:00 2001 From: ed Date: Thu, 15 Mar 2012 11:49:26 +0000 Subject: Remove impossible error condition from the man page. On FreeBSD, all processes have a process group, so it is impossible for kill(2) to fail this way. POSIX also doesn't mention this error condition. Discussed on: arch@ MFC after: 3 weeks --- lib/libc/sys/kill.2 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lib/libc') diff --git a/lib/libc/sys/kill.2 b/lib/libc/sys/kill.2 index 647b98f..f849e38 100644 --- a/lib/libc/sys/kill.2 +++ b/lib/libc/sys/kill.2 @@ -28,7 +28,7 @@ .\" @(#)kill.2 8.3 (Berkeley) 4/19/94 .\" $FreeBSD$ .\" -.Dd March 10, 2012 +.Dd March 15, 2012 .Dt KILL 2 .Os .Sh NAME @@ -123,9 +123,6 @@ is not a valid signal number. .It Bq Er ESRCH No process can be found corresponding to that specified by .Fa pid . -.It Bq Er ESRCH -The process id was given as 0 -but the sending process does not have a process group. .It Bq Er EPERM The sending process is not the super-user and its effective user id does not match the effective user-id of the receiving process. -- cgit v1.1