From owner-svn-src-all@FreeBSD.ORG Mon Oct 27 16:29:22 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1FB42C8A; Mon, 27 Oct 2014 16:29:22 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EC417E82; Mon, 27 Oct 2014 16:29:21 +0000 (UTC) Received: from ralph.baldwin.cx (pool-173-70-85-31.nwrknj.fios.verizon.net [173.70.85.31]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id F0344B978; Mon, 27 Oct 2014 12:29:20 -0400 (EDT) From: John Baldwin To: Ian Lepore Subject: Re: svn commit: r273644 - head/share/man/man3 Date: Mon, 27 Oct 2014 11:45:45 -0400 Message-ID: <1571247.xrK7mpMDYa@ralph.baldwin.cx> User-Agent: KMail/4.14.2 (FreeBSD/10.1-PRERELEASE; KDE/4.14.2; amd64; ; ) In-Reply-To: <1414267896.12052.652.camel@revolution.hippie.lan> References: <201410251931.s9PJVYIk080552@svn.freebsd.org> <1414267896.12052.652.camel@revolution.hippie.lan> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Mon, 27 Oct 2014 12:29:21 -0400 (EDT) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 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: Mon, 27 Oct 2014 16:29:22 -0000 On Saturday, October 25, 2014 02:11:36 PM Ian Lepore wrote: > On Sat, 2014-10-25 at 19:31 +0000, John Baldwin wrote: > > +.Pp > > +The > > +.Fn pthread_cleanup_push > > Should be pop? Doh, yes! -- John Baldwin