svn commit: r246617 - head/lib/libc/sys

Jilles Tjoelker jilles at FreeBSD.org
Sun Feb 10 13:20:24 UTC 2013


Author: jilles
Date: Sun Feb 10 13:20:23 2013
New Revision: 246617
URL: http://svnweb.freebsd.org/changeset/base/246617

Log:
  sigqueue(2): Fix typo (EEPERM -> EPERM).
  
  MFC after:	3 days

Modified:
  head/lib/libc/sys/sigqueue.2

Modified: head/lib/libc/sys/sigqueue.2
==============================================================================
--- head/lib/libc/sys/sigqueue.2	Sun Feb 10 10:56:13 2013	(r246616)
+++ head/lib/libc/sys/sigqueue.2	Sun Feb 10 13:20:23 2013	(r246617)
@@ -117,7 +117,7 @@ or a system-wide resource limit has been
 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


More information about the svn-src-head mailing list