From: Joel Brobecker Date: Thu, 10 Oct 2013 06:00:41 +0000 (+0000) Subject: Remove unnecessary @w{} in gdb.texinfo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2446f5ea806196b9ed76f48e60b922d53e881223;p=binutils-gdb.git Remove unnecessary @w{} in gdb.texinfo gdb/doc/ChangeLog: * gdb.texinfo (Connecting): Remove unnecessary @w{}. --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 21b2a28b048..e68cffbc0bc 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2013-10-10 Joel Brobecker + + * gdb.texinfo (Connecting): Remove unnecessary @w{}. + 2013-10-10 Joel Brobecker * gdb.texinfo: Replace "set remotebaud" and "show remotebaud" diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index bda2e7b1df6..24773ea293e 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -18024,7 +18024,7 @@ target remote /dev/ttyb @end smallexample If you're using a serial line, you may want to give @value{GDBN} the -@w{@samp{--baud}} option, or use the @code{set serial baud} command +@samp{--baud} option, or use the @code{set serial baud} command (@pxref{Remote Configuration, set serial baud}) before the @code{target} command.