Remove unnecessary @w{} in gdb.texinfo

gdb/doc/ChangeLog:

        * gdb.texinfo (Connecting): Remove unnecessary @w{}.
This commit is contained in:
Joel Brobecker 2013-10-10 06:00:41 +00:00
parent 0d12017b31
commit 2446f5ea80
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-10-10 Joel Brobecker <brobecker@adacore.com>
* gdb.texinfo (Connecting): Remove unnecessary @w{}.
2013-10-10 Joel Brobecker <brobecker@adacore.com>
* gdb.texinfo: Replace "set remotebaud" and "show remotebaud"

View File

@ -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.