aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2003-10-28 22:04:47 +0000
committerJim Blandy <jimb@codesourcery.com>2003-10-28 22:04:47 +0000
commit1d8b2f281d9855675d2cc59f909be741d4c5cdd4 (patch)
treee0a170ae6ed6588ed22617f51a79b45aa1d4a483 /gdb
parent46f45a4a373bd55d5ff7327be137b23b9486be45 (diff)
downloadgdb-1d8b2f281d9855675d2cc59f909be741d4c5cdd4.zip
gdb-1d8b2f281d9855675d2cc59f909be741d4c5cdd4.tar.gz
gdb-1d8b2f281d9855675d2cc59f909be741d4c5cdd4.tar.bz2
* 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.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/doc/ChangeLog7
-rw-r--r--gdb/doc/gdb.texinfo8
2 files changed, 11 insertions, 4 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 04bfa95..374d05f 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,10 @@
+2003-10-28 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.
+
2003-10-26 Michael Chastain <mec@shout.net>
* gdb.texinfo (Thread Stops): Document the issue with
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 1567f66..f470800 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -20411,8 +20411,8 @@ Example sequence of a target being stepped by a single instruction:
@menu
* File-I/O Overview::
* Protocol basics::
-* The `F' request packet::
-* The `F' reply packet::
+* The F request packet::
+* The F reply packet::
* Memory transfer::
* The Ctrl-C message::
* Console I/O::
@@ -20539,7 +20539,7 @@ Return value.
After having done the needed type and value coercion, the target continues
the latest continue or step action.
-@node The `F' request packet
+@node The F request packet
@subsection The @code{F} request packet
@cindex file-i/o request packet
@cindex @code{F} request packet
@@ -20566,7 +20566,7 @@ of string parameters. These are appended to the call-id, each separated
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
+@node The F reply packet
@subsection The @code{F} reply packet
@cindex file-i/o reply packet
@cindex @code{F} reply packet