Date: Sun, 10 Feb 2013 13:20:23 +0000 (UTC) From: Jilles Tjoelker <jilles@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r246617 - head/lib/libc/sys Message-ID: <201302101320.r1ADKNi5070191@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302101320.r1ADKNi5070191>