Module Name: src
Committed By: wiz
Date: Tue Jul 15 17:39:21 UTC 2014
Modified Files:
src/lib/libc/sys: kill.2
Log Message:
Clean up ERRORS (sort, merge).
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/lib/libc/sys/kill.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/sys/kill.2
diff -u src/lib/libc/sys/kill.2:1.22 src/lib/libc/sys/kill.2:1.23
--- src/lib/libc/sys/kill.2:1.22 Wed Jul 9 16:06:47 2014
+++ src/lib/libc/sys/kill.2 Tue Jul 15 17:39:21 2014
@@ -1,4 +1,4 @@
-.\" $NetBSD: kill.2,v 1.22 2014/07/09 16:06:47 christos Exp $
+.\" $NetBSD: kill.2,v 1.23 2014/07/15 17:39:21 wiz Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -114,17 +114,16 @@ will fail and no signal will be sent if:
.It Bq Er EINVAL
.Fa sig
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.
When signaling a process group, this error is returned if any members
of the group could not be signaled.
+.It Bq Er ESRCH
+No process can be found corresponding to that specified by
+.Fa pid ;
+or the process id was given as 0
+but the sending process does not have a process group.
.El
.Sh SEE ALSO
.Xr getpgrp 2 ,