]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2001-12-29 Michael Snyder <msnyder@redhat.com>
authorMichael Snyder <msnyder@vmware.com>
Sun, 30 Dec 2001 03:52:20 +0000 (03:52 +0000)
committerMichael Snyder <msnyder@vmware.com>
Sun, 30 Dec 2001 03:52:20 +0000 (03:52 +0000)
* gdb.texinfo (maint info sections): Fix typo.

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index c3bd47b544b315d214236c315634b1394f929ce2..bef9256c501c677d966c46a47724ad2b001ec5db 100644 (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>
 
        * gdb.texinfo (maint info sections): Document.
index 6c90cc4c7feedffe7c74c35a1ad94709292ef63a..bad58f9d2739660df6f83dd007ea4c817b79d6f8 100644 (file)
@@ -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.