This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [5.2:rfa/doc] Mention http://www.gnu.org/software/gdb/bugs/


> Date: Thu, 28 Mar 2002 20:44:13 -0500
> From: Andrew Cagney <ac131313@cygnus.com>
>  
> -   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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]