From owner-cvs-all Fri Jul 30 13:18: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from mpp.pro-ns.net (mpp.pro-ns.net [208.200.182.72]) by hub.freebsd.org (Postfix) with ESMTP id 470DF15740; Fri, 30 Jul 1999 13:17:51 -0700 (PDT) (envelope-from mpp@mpp.pro-ns.net) Received: (from mpp@localhost) by mpp.pro-ns.net (8.9.3/8.9.3) id PAA31169; Fri, 30 Jul 1999 15:17:45 -0500 (CDT) (envelope-from mpp) From: Mike Pritchard Message-Id: <199907302017.PAA31169@mpp.pro-ns.net> Subject: Re: cvs commit: src/sys/kern vfs_syscalls.c In-Reply-To: <19990730111659.A49092@kilt.nothing-going-on.org> from Nik Clayton at "Jul 30, 1999 11:16:59 am" To: nik@nothing-going-on.demon.co.uk (Nik Clayton) Date: Fri, 30 Jul 1999 15:17:45 -0500 (CDT) Cc: green@FreeBSD.org (Brian F. Feldman), bde@zeta.org.au (Bruce Evans), cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > On Thu, Jul 29, 1999 at 08:41:34PM -0400, Brian F. Feldman wrote: > > On Fri, 30 Jul 1999, Bruce Evans wrote: > > > The PR also reports that there is no man pages for lutimes. > > > > I didn't know of a PR. This came up when chatting on IRC. He said > > there was no lutimes(), but I said there was. However I brought up > > that it was identical to utimes() except for one line (\n), and we > > figured out that NOFOLLOW wasn't being used as it should. > > > > > > > > Rev.1.101 of vfs_ssycalls.c also created missing man pages for getdents, > > > lchmod, nstat, nfstat and nlstat. > > > > Nik? > > Que? > > > I need to learn the troff macros before I do anything with manpages. > > Do what everyone else does. Crib from mdoc.samples(7). I implemented man page changes for lutimes, futimes, getdents and lchmod this morning. Bde said I didn't have to bother documenting n*stat :-). mdoc(7), mdoc.samples(7) and /usr/share/examples/mdoc/* (these are skeleton man pages for you to edit to taste) are a few good ways to start learning. Or do it the way I started, grab a man page that looks similar to what you want to do and start editing. -Mike -- Mike Pritchard mpp@FreeBSD.ORG or mpp@mpp.pro-ns.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message