Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys Clean up ERRORS (sort, merge).



details:   https://anonhg.NetBSD.org/src/rev/d3f0d2055d37
branches:  trunk
changeset: 797369:d3f0d2055d37
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Jul 15 17:39:21 2014 +0000

description:
Clean up ERRORS (sort, merge).

diffstat:

 lib/libc/sys/kill.2 |  13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)

diffs (32 lines):

diff -r 3bef582c4ac1 -r d3f0d2055d37 lib/libc/sys/kill.2
--- a/lib/libc/sys/kill.2       Tue Jul 15 17:35:54 2014 +0000
+++ b/lib/libc/sys/kill.2       Tue Jul 15 17:39:21 2014 +0000
@@ -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 @@
 .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 ,



Home | Main Index | Thread Index | Old Index