]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
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 21b2a28b0482172109c7737cf4b740b792f483b0..e68cffbc0bcd991ccc12f985391b69881c94e63a 100644 (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"
index bda2e7b1df65990ec727019744aaf4231c477b8b..24773ea293e82e0de87c04fc73992f3fa1c56a5d 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.