From owner-cvs-all Mon Jul 15 13:12:39 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6E4137B400; Mon, 15 Jul 2002 13:12:32 -0700 (PDT) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAC1543E42; Mon, 15 Jul 2002 13:12:31 -0700 (PDT) (envelope-from keramida@FreeBSD.org) Received: from hades.hell.gr (patr530-b146.otenet.gr [212.205.244.154]) by mailsrv.otenet.gr (8.12.4/8.12.4) with ESMTP id g6FKCRsC000724; Mon, 15 Jul 2002 23:12:29 +0300 (EEST) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.5/8.12.5) with ESMTP id g6FKCQft059421; Mon, 15 Jul 2002 23:12:26 +0300 (EEST) (envelope-from keramida@FreeBSD.org) Received: (from charon@localhost) by hades.hell.gr (8.12.5/8.12.5/Submit) id g6FKCP1L059420; Mon, 15 Jul 2002 23:12:25 +0300 (EEST) (envelope-from keramida@FreeBSD.org) Date: Mon, 15 Jul 2002 23:12:25 +0300 From: Giorgos Keramidas To: Chris Faulhaber Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/sys stat.2 Message-ID: <20020715201225.GB58838@hades.hell.gr> References: <200207152007.g6FK79pq007639@freefall.freebsd.org> <20020715200854.GB24330@peitho.fxp.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020715200854.GB24330@peitho.fxp.org> X-Operating-System: FreeBSD 5.0-CURRENT i386 X-PGP-Fingerprint: C1EB 0653 DB8B A557 3829 00F9 D60F 941A 3186 03B6 X-Phone: +30-944-116520 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 2002-07-15 16:08 +0000, Chris Faulhaber wrote: > On Mon, Jul 15, 2002 at 01:07:09PM -0700, Giorgos Keramidas wrote: > > keramida 2002/07/15 13:07:09 PDT > > > > Modified files: > > lib/libc/sys stat.2 > > Log: > > Add a missing 'function' word. > > Isn't that what .Fn does? No, it merely marks up the argument with the proper "style" for a function name. See revisions 1.26 and 1.27 of stat.2 and compare the different output you get with and without diff-1.26-1.27. This fix was missing since revision 1.1 of the file. The text said: The fstat() does foo... I prefer the more verbose version: The fstat() function does foo... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message