This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
RFA: fix node name
- From: Jim Blandy <jimb at redhat dot com>
- To: gdb-patches at sources dot redhat dot com
- Date: 24 Oct 2003 21:41:14 -0500
- Subject: RFA: fix node name
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.
Index: gdb/doc/gdb.texinfo
===================================================================
RCS file: /cvs/cvsfiles/devo/gdb/doc/gdb.texinfo,v
retrieving revision 2.317
diff -c -c -F'^(' -r2.317 gdb.texinfo
*** gdb/doc/gdb.texinfo 23 Oct 2003 17:42:06 -0000 2.317
--- gdb/doc/gdb.texinfo 24 Oct 2003 22:56:53 -0000
***************
*** 20497,20503 ****
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
--- 20497,20503 ----
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
***************
*** 20524,20530 ****
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
--- 20524,20530 ----
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