Fix typo in error code; from Henning Petersen in PR 47565.
While here, sort errors.
This commit is contained in:
parent
e443b7748e
commit
4029d1a5ce
|
@ -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>
|
||||
.\" 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
|
||||
|
|
Loading…
Reference in New Issue