From owner-svn-src-all@FreeBSD.ORG Thu May 30 20:09:21 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E6C01A5D; Thu, 30 May 2013 20:09:21 +0000 (UTC) (envelope-from jhb@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 D7C542AF; Thu, 30 May 2013 20:09:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4UK9Lue036107; Thu, 30 May 2013 20:09:21 GMT (envelope-from jhb@svn.freebsd.org) Received: (from jhb@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4UK9Lbt036106; Thu, 30 May 2013 20:09:21 GMT (envelope-from jhb@svn.freebsd.org) Message-Id: <201305302009.r4UK9Lbt036106@svn.freebsd.org> From: John Baldwin Date: Thu, 30 May 2013 20:09:21 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org Subject: svn commit: r251152 - stable/9/lib/libc/gen X-SVN-Group: stable-9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 May 2013 20:09:22 -0000 Author: jhb Date: Thu May 30 20:09:21 2013 New Revision: 251152 URL: http://svnweb.freebsd.org/changeset/base/251152 Log: MFC 249567: mdoc: remove superfluous paragraph macro. Modified: stable/9/lib/libc/gen/sem_wait.3 Directory Properties: stable/9/lib/libc/ (props changed) Modified: stable/9/lib/libc/gen/sem_wait.3 ============================================================================== --- stable/9/lib/libc/gen/sem_wait.3 Thu May 30 20:00:19 2013 (r251151) +++ stable/9/lib/libc/gen/sem_wait.3 Thu May 30 20:09:21 2013 (r251152) @@ -78,7 +78,6 @@ Additionally, .Fn sem_wait will fail if: .Bl -tag -width Er -.Pp .It Bq Er EINTR A signal interrupted this function. .El