summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2012-03-15 12:12:39 +0000
committered <ed@FreeBSD.org>2012-03-15 12:12:39 +0000
commit070929ac809549154d10221a19a80f8f0caab078 (patch)
tree30d6627f852a6f5b6d793ca9eba29e7868d898fd /lib
parentf17537891fc629a2c4102b63238e458b9dfe0abe (diff)
downloadFreeBSD-src-070929ac809549154d10221a19a80f8f0caab078.zip
FreeBSD-src-070929ac809549154d10221a19a80f8f0caab078.tar.gz
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
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/kill.22
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/kill.2 b/lib/libc/sys/kill.2
index f849e38..0389559 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
OpenPOWER on IntegriCloud