diff options
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 21b2a28..e68cffb 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,5 +1,9 @@ 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" by "set serial baud" and "show serial baud" (resp) throughout. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index bda2e7b..24773ea 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. |