svn commit: r247237 - stable/9/lib/libc/sys

Jilles Tjoelker jilles at FreeBSD.org
Sun Feb 24 21:00:38 UTC 2013


Author: jilles
Date: Sun Feb 24 21:00:37 2013
New Revision: 247237
URL: http://svnweb.freebsd.org/changeset/base/247237

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

Modified:
  stable/9/lib/libc/sys/sigqueue.2
Directory Properties:
  stable/9/lib/libc/   (props changed)
  stable/9/lib/libc/sys/   (props changed)

Modified: stable/9/lib/libc/sys/sigqueue.2
==============================================================================
--- stable/9/lib/libc/sys/sigqueue.2	Sun Feb 24 20:53:32 2013	(r247236)
+++ stable/9/lib/libc/sys/sigqueue.2	Sun Feb 24 21:00:37 2013	(r247237)
@@ -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-all mailing list