summaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2013-10-10 06:00:41 +0000
committerJoel Brobecker <brobecker@gnat.com>2013-10-10 06:00:41 +0000
commitbe275c95a9051bc9d1fded26fd5f4fb9e5110da5 (patch)
tree61046b621f113f297365119748e7e421eb4f9e42 /gdb/doc
parentb5c16ade2b762dc1620c958ae4b58246cacf08f1 (diff)
downloadgdb-be275c95a9051bc9d1fded26fd5f4fb9e5110da5.tar.gz
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/ChangeLog4
-rw-r--r--gdb/doc/gdb.texinfo2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 21b2a28b048..e68cffbc0bc 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 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.