diff options
author | Joel Brobecker <brobecker@gnat.com> | 2013-10-10 06:00:41 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2013-10-10 06:00:41 +0000 |
commit | 2446f5ea806196b9ed76f48e60b922d53e881223 (patch) | |
tree | 406f07dec28f60473c413bfa054e8cf77cff8fa0 /gdb/doc | |
parent | 0d12017b317fe5dcbf51bca928de185b7b470735 (diff) | |
download | gdb-2446f5ea806196b9ed76f48e60b922d53e881223.zip gdb-2446f5ea806196b9ed76f48e60b922d53e881223.tar.gz gdb-2446f5ea806196b9ed76f48e60b922d53e881223.tar.bz2 |
Remove unnecessary @w{} in gdb.texinfo
gdb/doc/ChangeLog:
* gdb.texinfo (Connecting): Remove unnecessary @w{}.
Diffstat (limited to 'gdb/doc')
-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. |