diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 96e95eaba9..28228a114a 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2006-06-09 Eli Zaretskii + + * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})". + 2006-06-02 Nick Roberts * gdb.texinfo (GDB/MI Development and Front Ends): Use diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index db74dec207..4ddcb5869f 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 = @end smallexample