Remove stray @item's.
authorAndrew Cagney <cagney@redhat.com>
Mon, 14 May 2001 20:24:23 +0000 (20:24 +0000)
committerAndrew Cagney <cagney@redhat.com>
Mon, 14 May 2001 20:24:23 +0000 (20:24 +0000)
gdb/doc/ChangeLog
gdb/doc/gdbint.texinfo

index 2d85f4005d28a0a5084bc5754ab687b08711a548..d89b700ba28aee1367a2a99d7e94938002096c4d 100644 (file)
@@ -1,3 +1,8 @@
+2001-05-14  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
+       (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
+
 2001-05-12  Andrew Cagney  <ac131313@redhat.com>
 
        * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
index 9dde61d3b4151dc9c7b05c3589b08a0620abea3a..3f6730bfb3165a3b67dd0595ff2ed98fb6c3d7be 100644 (file)
@@ -2667,7 +2667,7 @@ status words, and other special registers.  If this is not defined,
 @value{GDBN} will assume that all registers may be written.
 
 @item DO_DEFERRED_STORES
-@itemx CLEAR_DEFERRED_STORES@item
+@itemx CLEAR_DEFERRED_STORES
 @findex CLEAR_DEFERRED_STORES
 @findex DO_DEFERRED_STORES
 Define this to execute any deferred stores of registers into the inferior,
@@ -2791,7 +2791,7 @@ Define this to an expression that returns 1 if the function invocation
 represented by @var{fi} does not have a stack frame associated with it.
 Otherwise return 0.
 
-@item FRAME_ARGS_ADDRESS_CORRECT@item
+@item FRAME_ARGS_ADDRESS_CORRECT
 @findex FRAME_ARGS_ADDRESS_CORRECT
 See @file{stack.c}.