From owner-cvs-src@FreeBSD.ORG Thu Nov 11 14:48:41 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E66A416A4CE; Thu, 11 Nov 2004 14:48:41 +0000 (GMT) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id E411543D1F; Thu, 11 Nov 2004 14:48:40 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226])iABEmZD2018871; Thu, 11 Nov 2004 16:48:36 +0200 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) iABEmZLe000791; Thu, 11 Nov 2004 16:48:35 +0200 (EET) (envelope-from keramida@freebsd.org) Received: (from keramida@localhost)iABEmZP3000790; Thu, 11 Nov 2004 16:48:35 +0200 (EET) (envelope-from keramida@freebsd.org) Date: Thu, 11 Nov 2004 16:48:35 +0200 From: Giorgos Keramidas To: "David E. O'Brien" Message-ID: <20041111144834.GA735@orion.daedalusnetworks.priv> References: <200411110745.iAB7j1tj085796@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200411110745.iAB7j1tj085796@repoman.freebsd.org> cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/contrib/gcc gcc.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Nov 2004 14:48:42 -0000 On 2004-11-11 07:45, "David E. O'Brien" wrote: > > Don't attempt to claim what version of GCC we're documenting. The manpage > is still mostly the GCC 2.95 one, with faint attempts by me over the years > to document a few new switches. Thus, it is dubious to claim documentation > of specific modern GCC versions. > > Noted by: delphij > > Revision Changes Path > 1.20 +1 -1 src/contrib/gcc/gcc.1 Does it make sense to attempt writing an mdoc manpage for a more modern version of gcc, using the info manuals as the source?