diff options
author | Michael Snyder <msnyder@vmware.com> | 2001-12-30 03:52:20 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2001-12-30 03:52:20 +0000 |
commit | 6600abedd6c800105fa0c10e6b14bab256d2c67b (patch) | |
tree | 0e70bc3b90a0a0a061ac37fb4b146d651015f9be /gdb/doc | |
parent | 1fcc0bb8b2a268d3dbbb110723e86717d28775b4 (diff) | |
download | gdb-6600abedd6c800105fa0c10e6b14bab256d2c67b.zip gdb-6600abedd6c800105fa0c10e6b14bab256d2c67b.tar.gz gdb-6600abedd6c800105fa0c10e6b14bab256d2c67b.tar.bz2 |
2001-12-29 Michael Snyder <msnyder@redhat.com>
* gdb.texinfo (maint info sections): Fix typo.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index c3bd47b..bef9256 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2001-12-29 Michael Snyder <msnyder@redhat.com> + + * gdb.texinfo (maint info sections): Fix typo. + 2001-12-26 Michael Snyder <msnyder@redhat.com> * gdb.texinfo (maint info sections): Document. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 6c90cc4..bad58f9 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -9360,7 +9360,7 @@ may be arbitrarily combined): @item ALLOBJ Display sections for all loaded object files, including shared libraries. @item @var{sections} -Display info only for named var{sections}. +Display info only for named @var{sections}. @item @var{section-flags} Display info only for sections for which @var{section-flags} are true. The section flags that @value{GDBN} currently knows about are: @@ -9377,7 +9377,7 @@ Section needs to be relocated before loading. Section cannot be modified by the child process. @item CODE Section contains executable code only. -@tem DATA +@item DATA Section contains data only (no executable code). @item ROM Section will reside in ROM. |