aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/doc/ChangeLog5
-rw-r--r--gdb/doc/gdb.texinfo2
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 5b9cfc6..75fb3ce 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,5 +1,10 @@
2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
+ * gdb.texinfo (GDB/MI Output Records): Add
+ missing semicolon.
+
+2008-05-03 Vladimir Prus <vladimir@codesourcery.com>
+
* gdb.texinfo (GDB/MI Output Records):
Document =thread-create and =thread-exited.
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 636a84b..957962c 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -18150,7 +18150,7 @@ additional changes that have occurred. Those changes can either be a
consequence of @sc{gdb/mi} commands (e.g., a breakpoint modified) or a result of
target activity (e.g., target stopped).
-The following is the list of possible async records
+The following is the list of possible async records:
@table @code