> 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. Fixed. >> -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}. The ``Word Wide Web'' bit in my patch was also awkward. I made it ``@value{GDBN}'s Bugs web page''. >> +@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. Done. I've commited the attached (trunk and branch). thanks, Andrew