summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorjilles <jilles@FreeBSD.org>2013-02-10 13:20:23 +0000
committerjilles <jilles@FreeBSD.org>2013-02-10 13:20:23 +0000
commit4633ab5d81ed486fa70c7ad4c3916eff29c31f37 (patch)
treef946ac50ac65f9705df36fa8601ea8e4b30e7862 /lib
parent07c18e4e92170f42c04651098b0a5e506e8f1efe (diff)
downloadFreeBSD-src-4633ab5d81ed486fa70c7ad4c3916eff29c31f37.zip
FreeBSD-src-4633ab5d81ed486fa70c7ad4c3916eff29c31f37.tar.gz
sigqueue(2): Fix typo (EEPERM -> EPERM).
MFC after: 3 days
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/sigqueue.22
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/sigqueue.2 b/lib/libc/sys/sigqueue.2
index 8069e98..04e101b 100644
--- a/lib/libc/sys/sigqueue.2
+++ b/lib/libc/sys/sigqueue.2
@@ -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
OpenPOWER on IntegriCloud