(Symbols): Fix "(gdb)"=>"(@value{GDBP})".

This commit is contained in:
Eli Zaretskii 2006-06-09 18:52:30 +00:00
parent f38c2df572
commit ddb50cd7c2
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-06-09 Eli Zaretskii <eliz@gnu.org>
* gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
2006-06-02 Nick Roberts <nickrob@snap.net.nz>
* gdb.texinfo (GDB/MI Development and Front Ends): Use

View File

@ -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