Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Mar 2012 12:12:40 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r233003 - head/lib/libc/sys
Message-ID:  <201203151212.q2FCCeF6064969@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ed
Date: Thu Mar 15 12:12:39 2012
New Revision: 233003
URL: http://svn.freebsd.org/changeset/base/233003

Log:
  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

Modified:
  head/lib/libc/sys/kill.2

Modified: head/lib/libc/sys/kill.2
==============================================================================
--- head/lib/libc/sys/kill.2	Thu Mar 15 11:49:26 2012	(r233002)
+++ head/lib/libc/sys/kill.2	Thu Mar 15 12:12:39 2012	(r233003)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203151212.q2FCCeF6064969>