diff options
author | Eli Zaretskii <eliz@gnu.org> | 2006-06-09 18:52:30 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2006-06-09 18:52:30 +0000 |
commit | ddb50cd7c2e5dfa1ded7ba691dff19aa61c81750 (patch) | |
tree | ae7dbd46983d40d29770a7d70d27ec3e256343de /gdb/doc/gdb.texinfo | |
parent | f38c2df5728b0e2313fda4b47a54b8497e3db574 (diff) | |
download | gdb-ddb50cd7c2e5dfa1ded7ba691dff19aa61c81750.zip gdb-ddb50cd7c2e5dfa1ded7ba691dff19aa61c81750.tar.gz gdb-ddb50cd7c2e5dfa1ded7ba691dff19aa61c81750.tar.bz2 |
(Symbols): Fix "(gdb)"=>"(@value{GDBP})".
Diffstat (limited to 'gdb/doc/gdb.texinfo')
-rw-r--r-- | gdb/doc/gdb.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index db74dec..4ddcb58 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -10599,7 +10599,7 @@ given these declarations: but no definition for @code{struct foo} itself, @value{GDBN} will say: @smallexample - (gdb) ptype foo + (@value{GDBP}) ptype foo $1 = <incomplete type> @end smallexample |