diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index c3bd47b544..bef9256c50 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2001-12-29 Michael Snyder + + * gdb.texinfo (maint info sections): Fix typo. + 2001-12-26 Michael Snyder * gdb.texinfo (maint info sections): Document. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 6c90cc4c7f..bad58f9d27 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.