From owner-svn-src-head@FreeBSD.ORG Sat Aug 24 21:31:37 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D501334D for ; Sat, 24 Aug 2013 21:31:37 +0000 (UTC) (envelope-from andre@freebsd.org) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4533824F6 for ; Sat, 24 Aug 2013 21:31:36 +0000 (UTC) Received: (qmail 97195 invoked from network); 24 Aug 2013 22:14:06 -0000 Received: from c00l3r.networx.ch (HELO [127.0.0.1]) ([62.48.2.2]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 24 Aug 2013 22:14:06 -0000 Message-ID: <5219262D.2040804@freebsd.org> Date: Sat, 24 Aug 2013 23:31:25 +0200 From: Andre Oppermann User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: Benjamin Kaduk Subject: Re: svn commit: r254772 - head/share/man/man9 References: <201308241038.r7OAc2hY011437@svn.freebsd.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" 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: Sat, 24 Aug 2013 21:31:37 -0000 On 24.08.2013 23:25, Benjamin Kaduk wrote: > On Sat, Aug 24, 2013 at 6:38 AM, Andre Oppermann > wrote: > > Author: andre > Date: Sat Aug 24 10:38:02 2013 > New Revision: 254772 > URL: http://svnweb.freebsd.org/changeset/base/254772 > > Log: > pfil_hook_get() has been internalized in r254771 and is no longer > part of the API. It wasn't safe for external use in any case. > > Modified: head/share/man/man9/pfil.9 > ============================================================================== > --- head/share/man/man9/pfil.9 Sat Aug 24 10:36:33 2013 (r254771) > +++ head/share/man/man9/pfil.9 Sat Aug 24 10:38:02 2013 (r254772) > @@ -245,11 +242,7 @@ lock export was added in > .Fx 10.0 . > .Sh BUGS > The > -.Fn pfil_hook_get > -function > -is only safe for internal use. > -.Pp > -When a > +.Fn When a > > > This hunk looks pretty bogus. Thanks for the report. I'm a total mdoc noob. (Hopefully) fixed in r254815. -- Andre > -Ben > > .Vt pfil_head > is being modified, no traffic is diverted > (to avoid deadlock). >