From owner-cvs-all Wed Nov 21 23: 9:20 2001 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 3576637B416; Wed, 21 Nov 2001 23:09:13 -0800 (PST) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id SAA12988; Thu, 22 Nov 2001 18:09:06 +1100 Date: Thu, 22 Nov 2001 18:07:47 +1100 (EST) From: Bruce Evans X-X-Sender: To: "Andrew R. Reiter" Cc: , Subject: Re: cvs commit: src/share/man/man9 VOP_ACCESS.9 In-Reply-To: <200111201748.fAKHmtc69717@freefall.freebsd.org> Message-ID: <20011122174141.C15112-100000@delplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 20 Nov 2001, Andrew R. Reiter wrote: > arr 2001/11/20 09:48:55 PST > > Modified files: > share/man/man9 VOP_ACCESS.9 > Log: > - Fix man page that was broke during KSE merger. This is the first in a > few commits relating to VOP_* calls and moving in struct thread. This is another example of why most section man9 manpages are less than useful. Many of them do less than echo the code. No one reads them except to fix bugs in them. > Reviewed by: rwatson Even rwatson apparently hasn't read this man page :-). It is still missing changes related to rwatson's work (VADMIN for VOP_ACCESS(), and vaccess()). About half of it does less than echo the code for an old version of vaccess(9) (a faithful echo would not have broken K&R support or misindented with -i4). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message