> > gdb/doc/ChangeLog: > > > > * gdb.texinfo: Replace "set remotebaud" and "show remotebaud" > > by "set serial baud" and "show serial baud" (resp) throughout. > > You didn't mention the node name in the log entry. That was intentional, because it's a global search and replace. It's allowed by the GCS, but if you still prefer I repeat the node names, let me know, and I will dig them out. > > If you're using a serial line, you may want to give @value{GDBN} the > > -@w{@samp{--baud}} option, or use the @code{set remotebaud} command > > -(@pxref{Remote Configuration, set remotebaud}) before the > > +@w{@samp{--baud}} option, or use the @code{set serial baud} command > > Is @w really needed here? You have only one word there anyway. > > Otherwise, OK for the documentation parts. Thanks! For @w, now that I know what it means :-), I agree it does seem useless. But it was there before, so in the spirit of not mixing independent changes in the same patch, here is a second one that removes it. gdb/doc/ChangeLog: * gdb.texinfo (Connecting): Remove unnecessary @w{}. I will check it in as pre-approved/obvious. Tested on x86_64-linux. Thank you! -- Joel