Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/sys Fix typo in error code; from Henning Petersen i...
details: https://anonhg.NetBSD.org/src/rev/24fbdbae76d4
branches: trunk
changeset: 784933:24fbdbae76d4
user: wiz <wiz%NetBSD.org@localhost>
date: Thu Feb 14 09:31:48 2013 +0000
description:
Fix typo in error code; from Henning Petersen in PR 47565.
While here, sort errors.
diffstat:
lib/libc/sys/sigqueue.2 | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (26 lines):
diff -r 9b49b8e6fcef -r 24fbdbae76d4 lib/libc/sys/sigqueue.2
--- a/lib/libc/sys/sigqueue.2 Thu Feb 14 09:27:26 2013 +0000
+++ b/lib/libc/sys/sigqueue.2 Thu Feb 14 09:31:48 2013 +0000
@@ -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 <davidxu%FreeBSD.org@localhost>
.\" All rights reserved.
.\"
@@ -123,13 +123,13 @@
.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
Home |
Main Index |
Thread Index |
Old Index