From owner-cvs-all@FreeBSD.ORG Tue Mar 8 16:46:44 2005 Return-Path: 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 2575416A4CE; Tue, 8 Mar 2005 16:46:44 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id D177E43D1D; Tue, 8 Mar 2005 16:46:43 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id j28GkdIh046681; Tue, 8 Mar 2005 08:46:39 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.3/8.13.1/Submit) id j28GkbCM046680; Tue, 8 Mar 2005 08:46:37 -0800 (PST) (envelope-from obrien) Date: Tue, 8 Mar 2005 08:46:37 -0800 From: "David O'Brien" To: John Baldwin Message-ID: <20050308164637.GA46569@dragon.nuxi.com> References: <200503021343.j22DhpQ3075008@repoman.freebsd.org> <20050307211942.GA37106@ns1.xcllnt.net> <20050308131613.GA812@galgenberg.net> <200503081024.44959.jhb@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=unknown-8bit Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <200503081024.44959.jhb@FreeBSD.org> X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.8i cc: Ulrich =?unknown-8bit?Q?Sp=F6rlein?= cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: Scott Long cc: cvs-all@FreeBSD.org cc: Marcel Moolenaar cc: David Xu Subject: Re: cvs commit: src/sys/kern kern_sig.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2005 16:46:44 -0000 On Tue, Mar 08, 2005 at 10:24:44AM -0500, John Baldwin wrote: > On Tuesday 08 March 2005 08:16 am, Ulrich Spörlein wrote: > > > In other words: the gcc(1) manual is inaccurate. > > > > Sorry to hijack this thread, but could we get an up-to-date manual page > > for gcc please? Pretty please? > > > > % gcc --version > > gcc (GCC) 3.4.2 [FreeBSD] 20040728 > > ^^^^^ > > > > % man gcc|head > > GCC(1) GNU Tools > > GCC(1) NAME > > gcc, g++ - GNU project C and C++ Compiler (gcc-3.2.1) > > ^^^^^^^^^ > > > > Ulrich Spoerlein > > Volunteering to write one? :) The FSF doesn't make manual pages for gcc > anymore, so if one is going to exist, it has to be maintained on its own. The FSF does -- but it is POD produced. Some one did say they would hack something together from the input to POD. I guess it never happened. -- -- David (obrien@FreeBSD.org)