Fix typo in ExitedEvent doc
authorSimon Marchi <simon.marchi@ericsson.com>
Tue, 24 Jan 2017 20:29:14 +0000 (15:29 -0500)
committerSimon Marchi <simon.marchi@ericsson.com>
Tue, 24 Jan 2017 20:29:14 +0000 (15:29 -0500)
The field "inferior" of the ExitedEvent object is not displayed
properly.

gdb/doc/ChangeLog:

* python.texi (Events In Python): Fix typo.

gdb/doc/ChangeLog
gdb/doc/python.texi

index 4d69e36eb6a62a95bb0d426feb154491d42ab2c1..a47c4f5cc9746b5e2d6f78c66a9a55ee6ab7dd62 100644 (file)
@@ -1,3 +1,7 @@
+2017-01-24  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * python.texi (Events In Python): Fix typo.
+
 2017-01-20  Mike Wrighton  <mike_wrighton@codesourcery.com>
            Luis Machado  <lgustavo@codesourcery.com>
 
index 8458c6e9e5fe5523279dd53ad4c3ceede2a00b04..fae45aa5d9f4e75795cd387d7af48925f2ff77f4 100644 (file)
@@ -2858,7 +2858,7 @@ has returned.  (The exit code could be unavailable if, for example,
 @value{GDBN} detaches from the inferior.) If the exit code is unavailable,
 the attribute does not exist.
 @end defvar
-@defvar ExitedEvent inferior
+@defvar ExitedEvent.inferior
 A reference to the inferior which triggered the @code{exited} event.
 @end defvar
 
This page took 0.035201 seconds and 4 git commands to generate.