From: Michael Snyder Date: Fri, 1 Feb 2002 18:41:51 +0000 (+0000) Subject: 2002-02-01 Michael Snyder X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=15110bc31bf401abdbe809eed5b8afff9e7f1ae2;p=binutils-gdb.git 2002-02-01 Michael Snyder * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}. --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 54bc2609850..b95d9a7ea9d 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2002-02-01 Michael Snyder + + * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}. + 2002-01-30 Michael Snyder * gdb.texinfo: (remote protocol): Gramatical fix-up. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 7cc87bc73b1..1897bd93365 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -9422,7 +9422,7 @@ enhancement to debugging performance. The default is off. @item set trust-readonly-sections off -Tell @value{gdbn} not to trust readonly sections. This means that +Tell @value{GDBN} not to trust readonly sections. This means that the contents of the section might change while the program is running, and must therefore be fetched from the target when needed. @end table