From owner-svn-src-all@FreeBSD.ORG Wed Feb 10 13:54:05 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD863106566B; Wed, 10 Feb 2010 13:54:05 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 7C6958FC1A; Wed, 10 Feb 2010 13:54:05 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id 2D8B646B51; Wed, 10 Feb 2010 08:54:05 -0500 (EST) Received: from jhbbsd.localnet (smtp.hudson-trading.com [209.249.190.9]) by bigwig.baldwin.cx (Postfix) with ESMTPA id 540E88A027; Wed, 10 Feb 2010 08:54:04 -0500 (EST) From: John Baldwin To: Edward Tomasz =?iso-8859-2?q?Napiera=B3a?= Date: Wed, 10 Feb 2010 08:46:44 -0500 User-Agent: KMail/1.12.1 (FreeBSD/7.2-CBSD-20100120; KDE/4.3.1; amd64; ; ) References: <201002092058.o19Kwdut079944@svn.freebsd.org> <201002091616.50087.jhb@freebsd.org> <5E89BB4D-5391-426C-B819-668FCC83736F@freebsd.org> In-Reply-To: <5E89BB4D-5391-426C-B819-668FCC83736F@freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable Message-Id: <201002100846.44256.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (bigwig.baldwin.cx); Wed, 10 Feb 2010 08:54:04 -0500 (EST) X-Virus-Scanned: clamav-milter 0.95.1 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-1.4 required=4.2 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bigwig.baldwin.cx Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r203721 - head/share/man/man9 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 10 Feb 2010 13:54:05 -0000 On Wednesday 10 February 2010 4:14:06 am Edward Tomasz Napiera=B3a wrote: > Wiadomo=B6=E6 napisana przez John Baldwin w dniu 2010-02-09, o godz. 22:1= 6: > > On Tuesday 09 February 2010 3:58:39 pm Edward Tomasz Napierala wrote: > >> Author: trasz > >> Date: Tue Feb 9 20:58:39 2010 > >> New Revision: 203721 > >> URL: http://svn.freebsd.org/changeset/base/203721 > >>=20 > >> Log: > >> Add references to VOP_* man pages to vnode(9). > >=20 > > Hmm, it seems VOP_MARKATIME.9 is missing, probably because the actual m= anpage=20 > > for that is missing. :-P >=20 > Same situation with VOP_CACHEDLOOKUP, VOP_WHITEOUT, VOP_MARKATIME, VOP_PO= LL, > VOP_KQFILTER, VOP_BMAP, VOP_GETWRITEMOUNT, VOP_ADVLOCKASYNC and VOP_SETLA= BEL. Ahh, I knew to check for VOP_MARKATIME because it was added in a patch I committed. It would probably be useful to fill in the missing manpages. I will put VOP_MARKATIME on my list, but I probably won't get to it anytime s= oon. =2D-=20 John Baldwin