From: Joel Brobecker Date: Fri, 11 Oct 2013 04:50:26 +0000 (+0000) Subject: Adjust gdb/doc/ChangeLog re "set/show remotebaud" renaming... X-Git-Tag: binutils_latest_snapshot~83 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd80dc1a7cdcbf8113f69b1f05b0bc7f03152a03;p=thirdparty%2Fbinutils-gdb.git Adjust gdb/doc/ChangeLog re "set/show remotebaud" renaming... ... adding the node names, to be more explicit about which nodes were affected by this change. --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index e68cffbc0bc..3d61b23b249 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -4,8 +4,10 @@ 2013-10-10 Joel Brobecker - * gdb.texinfo: Replace "set remotebaud" and "show remotebaud" - by "set serial baud" and "show serial baud" (resp) throughout. + * gdb.texinfo (Connecting): Replace "set remotebaud" by "set + serial baud". + (Remote Configuration): Replace "set remotebaud" by "set serial + baud". Replace "show remotebaud" by "show serial baud". 2013-10-07 Pedro Alves