2001-12-29 Michael Snyder <msnyder@redhat.com>

* gdb.texinfo (maint info sections): Fix typo.
This commit is contained in:
Michael Snyder 2001-12-30 03:52:20 +00:00
parent 1fcc0bb8b2
commit 6600abedd6
2 changed files with 6 additions and 2 deletions

View File

@ -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> 2001-12-26 Michael Snyder <msnyder@redhat.com>
* gdb.texinfo (maint info sections): Document. * gdb.texinfo (maint info sections): Document.

View File

@ -9360,7 +9360,7 @@ may be arbitrarily combined):
@item ALLOBJ @item ALLOBJ
Display sections for all loaded object files, including shared libraries. Display sections for all loaded object files, including shared libraries.
@item @var{sections} @item @var{sections}
Display info only for named var{sections}. Display info only for named @var{sections}.
@item @var{section-flags} @item @var{section-flags}
Display info only for sections for which @var{section-flags} are true. Display info only for sections for which @var{section-flags} are true.
The section flags that @value{GDBN} currently knows about are: 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. Section cannot be modified by the child process.
@item CODE @item CODE
Section contains executable code only. Section contains executable code only.
@tem DATA @item DATA
Section contains data only (no executable code). Section contains data only (no executable code).
@item ROM @item ROM
Section will reside in ROM. Section will reside in ROM.