This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH/doc] Remove fixme of packet "k"


> Date: Wed, 19 Mar 2014 16:02:29 +0800
> From: Hui Zhu <hui_zhu@mentor.com>
> CC: Eli Zaretskii <eliz@gnu.org>
> 
> Hi Stan,
> 
> According to your comments.  I make a new patch.
> 
> Thanks,
> Hui
> 
> 2014-03-19  Stan Shebs  <stan@codesourcery.com>
> 	    Hui Zhu  <hui@codesourcery.com>
> 
> 	* gdb.texinfo (k packet): Remove fixme and update introduction.
> 	(vKill packet): Add anchor.

Thanks.  But these changes are both in the node called "Packets", not
"k packet" or "vKill packet", so please change the text in parentheses
to name the node (just once).

> +A multiple-process target may choose to kill just one process, or all
> +that that are under GDB's control.  For more precise control, use the
   ^^^^^^^^^
One "that" is redundant.

> +vKill packet.(@pxref{vKill packet})

@pxref should be before the period, like this:

  vKill packet (@pxref{vKill packet}).

OK with those changes.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]