From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19222 invoked by alias); 27 Nov 2008 00:41:19 -0000 Received: (qmail 19211 invoked by uid 22791); 27 Nov 2008 00:41:18 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 27 Nov 2008 00:40:23 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 478982A9641; Wed, 26 Nov 2008 19:40:21 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id u8k-R4c+JYmz; Wed, 26 Nov 2008 19:40:21 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 179842A963D; Wed, 26 Nov 2008 19:40:21 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 0C749E7ACD; Wed, 26 Nov 2008 16:40:18 -0800 (PST) Date: Thu, 27 Nov 2008 17:17:00 -0000 From: Joel Brobecker To: Tom Tromey Cc: gdb-patches@sourceware.org Subject: Re: FYI: fix typo on web page Message-ID: <20081127004018.GA3768@adacore.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-11/txt/msg00725.txt.bz2 Hi Tom, > Someone on #gdb pointed out a couple typos on the gdb web pages. > > I'm checking in this fix. Thanks for the fix. And welcome to be Royal Pain of the GDB Web Site: All pages have a "last modified" line at the end that gets automatically updated if you call the "index.sh" script (at the root). Once the updates are checked in, the sourceware.org copy will immediately show your changes. But there is another copy at gnu.org (http://www.gnu.org/software/gdb/). To update that copy, you have to check out a second CVS (yes, a second one), and then copy over the new files, and check them in. If I was less lazy and Web updates were more frequent than they currently are, I'd probably try to work on the issues above... PS: I fixed the last-modified date, and then did the resync at gnu.org. -- Joel