sigqueue(2): Fix typo (EEPERM -> EPERM).

MFC after:	3 days
This commit is contained in:
Jilles Tjoelker 2013-02-10 13:20:23 +00:00
parent 6950c75f40
commit 08851ea288
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=246617

View file

@ -117,7 +117,7 @@ or a system-wide resource limit has been exceeded.
The value of the
.Fa signo
argument is an invalid or unsupported signal number.
.It Bq Er EEPERM
.It Bq Er EPERM
The process does not have the appropriate privilege to send the signal
to the receiving process.
.It Bq Er ESRCH