From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19985 invoked by alias); 9 Nov 2009 20:22:45 -0000 Received: (qmail 19977 invoked by uid 22791); 9 Nov 2009 20:22:44 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from imr1.ericy.com (HELO imr1.ericy.com) (198.24.6.9) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 09 Nov 2009 20:22:41 +0000 Received: from eusrcmw751.eamcs.ericsson.se (eusrcmw751.exu.ericsson.se [138.85.77.51]) by imr1.ericy.com (8.13.1/8.13.1) with ESMTP id nA9KMERV027481; Mon, 9 Nov 2009 14:22:15 -0600 Received: from eusrcmw750.eamcs.ericsson.se ([138.85.77.50]) by eusrcmw751.eamcs.ericsson.se with Microsoft SMTPSVC(6.0.3790.3959); Mon, 9 Nov 2009 14:21:36 -0600 Received: from eusaamw0712.eamcs.ericsson.se ([147.117.20.181]) by eusrcmw750.eamcs.ericsson.se with Microsoft SMTPSVC(6.0.3790.3959); Mon, 9 Nov 2009 14:21:36 -0600 Received: from EUSAACMS0703.eamcs.ericsson.se ([169.254.1.4]) by eusaamw0712.eamcs.ericsson.se ([147.117.20.181]) with mapi; Mon, 9 Nov 2009 15:21:35 -0500 From: Marc Khouzam To: "'Pedro Alves'" , "'gdb@sourceware.org'" CC: "'Joel Brobecker'" Date: Mon, 09 Nov 2009 22:14:00 -0000 Subject: RE: updates on the GDB online documentation Message-ID: References: <20091109173300.GQ22192@adacore.com> <200911091939.30934.pedro@codesourcery.com> In-Reply-To: <200911091939.30934.pedro@codesourcery.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-11/txt/msg00103.txt.bz2 > 1 - currently sources documentation is too prominent. > People tend to link to current development sources, without > realizing it, when they should be linking to a particular > release's docs, and those should be stable forever (or as much > as possible anyway), but aren't. I agree. It took me a while to realize that my bookmark titled "GDB documentation", was pointing to a 'live' document and not the latest G= DB. (I had created the bookmark when I was first starting to use GDB). Marc