Module Name:    src
Committed By:   wiz
Date:           Thu Feb 14 09:31:48 UTC 2013

Modified Files:
        src/lib/libc/sys: sigqueue.2

Log Message:
Fix typo in error code; from Henning Petersen in PR 47565.
While here, sort errors.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libc/sys/sigqueue.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/sigqueue.2
diff -u src/lib/libc/sys/sigqueue.2:1.2 src/lib/libc/sys/sigqueue.2:1.3
--- src/lib/libc/sys/sigqueue.2:1.2	Mon Jan 10 06:26:30 2011
+++ src/lib/libc/sys/sigqueue.2	Thu Feb 14 09:31:48 2013
@@ -1,4 +1,4 @@
-.\" $NetBSD: sigqueue.2,v 1.2 2011/01/10 06:26:30 wiz Exp $
+.\" $NetBSD: sigqueue.2,v 1.3 2013/02/14 09:31:48 wiz Exp $
 .\" Copyright (c) 2005 David Xu <davi...@freebsd.org>
 .\" All rights reserved.
 .\"
@@ -123,13 +123,13 @@ The process has already queued
 .Brq Dv SIGQUEUE_MAX
 signals that are still pending at the receiver(s),
 or a system-wide resource limit has been exceeded.
-.It Bq Er EEPERM
-The process does not have the appropriate privilege to send the signal
-to the receiving process.
 .It Bq Er EINVAL
 The value of the
 .Fa signo
 argument is an invalid or unsupported signal number.
+.It Bq Er EPERM
+The process does not have the appropriate privilege to send the signal
+to the receiving process.
 .It Bq Er ESRCH
 The process
 .Fa pid

Reply via email to