From owner-svn-src-head@FreeBSD.ORG Sun Feb 10 13:20:24 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4883E4D8; Sun, 10 Feb 2013 13:20:24 +0000 (UTC) (envelope-from jilles@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 3C0B0CEA; Sun, 10 Feb 2013 13:20:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1ADKNlH070192; Sun, 10 Feb 2013 13:20:23 GMT (envelope-from jilles@svn.freebsd.org) Received: (from jilles@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1ADKNi5070191; Sun, 10 Feb 2013 13:20:23 GMT (envelope-from jilles@svn.freebsd.org) Message-Id: <201302101320.r1ADKNi5070191@svn.freebsd.org> From: Jilles Tjoelker Date: Sun, 10 Feb 2013 13:20:23 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r246617 - head/lib/libc/sys X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Feb 2013 13:20:24 -0000 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