Remove unnecessary @w{} in gdb.texinfo
authorJoel Brobecker <brobecker@gnat.com>
Thu, 10 Oct 2013 06:00:41 +0000 (06:00 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Thu, 10 Oct 2013 06:00:41 +0000 (06:00 +0000)
gdb/doc/ChangeLog:

        * gdb.texinfo (Connecting): Remove unnecessary @w{}.

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index 21b2a28..e68cffb 100644 (file)
@@ -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.
 
index bda2e7b..24773ea 100644 (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.