From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8510 invoked by alias); 29 Mar 2002 07:23:19 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 8502 invoked from network); 29 Mar 2002 07:23:16 -0000 Received: from unknown (HELO thor.inter.net.il) (192.114.186.11) by sources.redhat.com with SMTP; 29 Mar 2002 07:23:16 -0000 Received: from zaretsky (diup-217-78.inter.net.il [213.8.217.78]) by thor.inter.net.il (Mirapoint Messaging Server MOS 2.9.3.2) with ESMTP id AAW71023; Fri, 29 Mar 2002 10:23:10 +0300 (IDT) Date: Thu, 28 Mar 2002 23:23:00 -0000 From: "Eli Zaretskii" To: ac131313@cygnus.com Message-Id: <9003-Fri29Mar2002101915+0300-eliz@is.elta.co.il> CC: gdb-patches@sources.redhat.com In-reply-to: <3CA3C6ED.9060506@cygnus.com> (message from Andrew Cagney on Thu, 28 Mar 2002 20:44:13 -0500) Subject: Re: [5.2:rfa/doc] Mention http://www.gnu.org/software/gdb/bugs/ Reply-to: Eli Zaretskii References: <3CA3A4E1.3060704@cygnus.com> <3CA3C6ED.9060506@cygnus.com> X-SW-Source: 2002-03/txt/msg00599.txt.bz2 > Date: Thu, 28 Mar 2002 20:44:13 -0500 > From: Andrew Cagney > > - For more information on how/whether to report bugs, see the GDB > -Bugs section of the GDB manual (gdb/doc/gdb.texinfo) or the > -gdb/CONTRIBUTE file. > + For more information on how/whether to report bugs, see the > +Reporting Bugs chapter of the GDB manual (gdb/doc/gdb.texinfo. A closing paren is missing from the last line. > -In any event, we also recommend that you send bug reports for > -@value{GDBN} to this addresses: > +In any event, we also recommend that you submit bug reports for > +@value{GDBN}. The prefered method is to submit them directly using the > +World Wide Web, see: > > @example > -bug-gdb@@gnu.org > +@uref{http://www.gnu.org/software/gdb/bugs/} > @end example This looks awkward in HTML, I think. Since @uref actually produces a link in all formats that support links, I suggest to rewrite like this: In any even, we also recommend that you submit bug reports for @value{GDBN}. The prefered method is to submit them directly using the @uref{http://www.gnu.org/software/gdb/bugs/, World Wide Web}. > +@noindent > +Alternatively, the e-mail address @email{bug-gdb@@gnu.org} can be used. Same here: Alternately, the @email{bug-gdb@@gnu.org, e-mail gateway} can be used.