diff options
author | Doug Evans <dje@google.com> | 2011-02-23 23:33:12 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2011-02-23 23:33:12 +0000 |
commit | 82809774785389a15bf97820e5350080adc98021 (patch) | |
tree | 3c4af8c26f0d9bd99b775ca33a4e9cfd7c9cefdd | |
parent | d1e12d09f322dc664412f17153841e4c063c2486 (diff) | |
download | gdb-82809774785389a15bf97820e5350080adc98021.zip gdb-82809774785389a15bf97820e5350080adc98021.tar.gz gdb-82809774785389a15bf97820e5350080adc98021.tar.bz2 |
* gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 69b0814..3f91321 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2011-02-23 Doug Evans <dje@google.com> + + * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}. + 2011-02-23 Michael Snyder <msnyder@vmware.com> * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 32bcc7b..32d9b44 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -22847,7 +22847,7 @@ The result is a tuple of two elements. The first element is a @code{gdb.Symbol} object or @code{None} if the symbol is not found. If the symbol is found, the second element is @code{True} if the symbol -is a field of a method's object (e.g., @code{this} in @code{C++}), +is a field of a method's object (e.g., @code{this} in C@t{++}), otherwise it is @code{False}. If the symbol is not found, the second element is @code{False}. @end defun |