aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2007-12-15 13:13:12 +0000
committerEli Zaretskii <eliz@gnu.org>2007-12-15 13:13:12 +0000
commitc1c25a1a668277a9477fabc2ab645fb0f78c8aa9 (patch)
treeabb8099913ec8e51a41db1f49cbe2583ba84dbdf /gdb/doc
parent53ccb772509c2c46d61f85a425e9da1449b18d2b (diff)
downloadgdb-c1c25a1a668277a9477fabc2ab645fb0f78c8aa9.zip
gdb-c1c25a1a668277a9477fabc2ab645fb0f78c8aa9.tar.gz
gdb-c1c25a1a668277a9477fabc2ab645fb0f78c8aa9.tar.bz2
* gdb.texinfo (Host I/O Packets): Fix xref syntax.
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/ChangeLog6
-rw-r--r--gdb/doc/gdb.texinfo2
2 files changed, 6 insertions, 2 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 01527fa..f1c0f35 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,7 @@
+2007-12-15 Eli Zaretskii <eliz@gnu.org>
+
+ * gdb.texinfo (Host I/O Packets): Fix xref syntax.
+
2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
* gdb.texinfo (GDB/MI Breakpoint Commands): Document
@@ -11,7 +15,7 @@
(Remote Debugging): Add File Transfer section.
(Remote Configuration): Document Host I/O packets.
(GDB/MI): Add GDB/MI File Transfer Commands section.
- (Remote Protocol): Add Host I/O Packets section.
+ (Host I/O Packets): New section in "Remote Protocol".
(Packets): Add vFile.
2007-11-17 Eli Zaretskii <eliz@gnu.org>
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 8b73e08..01f5db5 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -24777,7 +24777,7 @@ return -1 if an error occurs. @var{pathname} is a string,
@var{flags} is an integer indicating a mask of open flags
(@pxref{Open Flags}), and @var{mode} is an integer indicating a mask
of mode bits to use if the file is created (@pxref{mode_t Values}).
-@xref{open} for details of the open flags and mode values.
+@xref{open}, for details of the open flags and mode values.
@item vFile:close: @var{fd}
Close the open file corresponding to @var{fd} and return 0, or