* gdb.texinfo (Host I/O Packets): Fix xref syntax.
authorEli Zaretskii <eliz@gnu.org>
Sat, 15 Dec 2007 13:13:12 +0000 (13:13 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 15 Dec 2007 13:13:12 +0000 (13:13 +0000)
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index 01527fa0623d6eccd22d1dca3f0108b76be70f32..f1c0f359c96d4c1d975ad419c0c1d7da4348a7e2 100644 (file)
@@ -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>
index 8b73e08d001a59c15d61196e328db027e37456f5..01f5db50982461b0fda9e41b4f7364f7e8440e54 100644 (file)
@@ -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
This page took 0.069065 seconds and 4 git commands to generate.