+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.
@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:
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.