This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
Re: RFA: fix node name (revised patch)
- From: Jim Blandy <jimb at redhat dot com>
- To: gdb-patches at sources dot redhat dot com
- Date: 24 Oct 2003 22:59:39 -0500
- Subject: Re: RFA: fix node name (revised patch)
- References: <vt2he1yqbsl.fsf@zenia.home>
Here's a revision of the patch that fixes the menu in the parent node,
too. (Oops.)
I was trying to figure out why this hasn't bothered anyone yet --- the
node name with the single quotes has been in there for months --- and
I realized that it is because I'm using an older version of
texinfo.tex (circa 1999). So, Eli, if your response to this patch is
"You should update your texinfo.tex", then that's perfectly fine with
me.
2003-10-24 Jim Blandy <jimb@redhat.com>
* gdb.texinfo (The F request packet, The F reply packet): Renamed
from "The `F' request packet" and "The `F' reply packet", to make
texi2dvi happy.
(File-I/O remote protocol extension): Update menu entries, too.
Index: gdb/doc/gdb.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v
retrieving revision 1.183
diff -c -r1.183 gdb.texinfo
*** gdb/doc/gdb.texinfo 23 Oct 2003 00:11:59 -0000 1.183
--- gdb/doc/gdb.texinfo 25 Oct 2003 03:56:08 -0000
***************
*** 20370,20377 ****
@menu
* File-I/O Overview::
* Protocol basics::
! * The `F' request packet::
! * The `F' reply packet::
* Memory transfer::
* The Ctrl-C message::
* Console I/O::
--- 20370,20377 ----
@menu
* File-I/O Overview::
* Protocol basics::
! * The F request packet::
! * The F reply packet::
* Memory transfer::
* The Ctrl-C message::
* Console I/O::
***************
*** 20498,20504 ****
After having done the needed type and value coercion, the target continues
the latest continue or step action.
! @node The `F' request packet
@subsection The @code{F} request packet
@cindex file-i/o request packet
@cindex @code{F} request packet
--- 20498,20504 ----
After having done the needed type and value coercion, the target continues
the latest continue or step action.
! @node The F request packet
@subsection The @code{F} request packet
@cindex file-i/o request packet
@cindex @code{F} request packet
***************
*** 20525,20531 ****
from its predecessor by a comma. All values are transmitted in ASCII
string representation, pointer/length pairs separated by a slash.
! @node The `F' reply packet
@subsection The @code{F} reply packet
@cindex file-i/o reply packet
@cindex @code{F} reply packet
--- 20525,20531 ----
from its predecessor by a comma. All values are transmitted in ASCII
string representation, pointer/length pairs separated by a slash.
! @node The F reply packet
@subsection The @code{F} reply packet
@cindex file-i/o reply packet
@cindex @code{F} reply packet