aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2002-02-01 18:41:51 +0000
committerMichael Snyder <msnyder@vmware.com>2002-02-01 18:41:51 +0000
commit15110bc31bf401abdbe809eed5b8afff9e7f1ae2 (patch)
tree4c57bebbeec295b37442d40122843ba0fee8a22c /gdb/doc
parentda1f2fec05a91ec33f75fde46c4ec2c091b2d5e3 (diff)
downloadfsf-binutils-gdb-15110bc31bf401abdbe809eed5b8afff9e7f1ae2.zip
fsf-binutils-gdb-15110bc31bf401abdbe809eed5b8afff9e7f1ae2.tar.gz
fsf-binutils-gdb-15110bc31bf401abdbe809eed5b8afff9e7f1ae2.tar.bz2
2002-02-01 Michael Snyder <msnyder@redhat.com>
* gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/ChangeLog4
-rw-r--r--gdb/doc/gdb.texinfo2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 54bc260..b95d9a7 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,7 @@
+2002-02-01 Michael Snyder <msnyder@redhat.com>
+
+ * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
+
2002-01-30 Michael Snyder <msnyder@redhat.com>
* gdb.texinfo: (remote protocol): Gramatical fix-up.
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 7cc87bc..1897bd9 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