Date: Thu, 22 Nov 2001 18:07:47 +1100 (EST) From: Bruce Evans <bde@zeta.org.au> To: "Andrew R. Reiter" <arr@FreeBSD.org> Cc: <cvs-committers@FreeBSD.org>, <cvs-all@FreeBSD.org> Subject: Re: cvs commit: src/share/man/man9 VOP_ACCESS.9 Message-ID: <20011122174141.C15112-100000@delplex.bde.org> In-Reply-To: <200111201748.fAKHmtc69717@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011122174141.C15112-100000>