Remove stray @item's.

This commit is contained in:
Andrew Cagney 2001-05-14 20:24:23 +00:00
parent 076dc439b8
commit a5d7c4910b
2 changed files with 7 additions and 2 deletions

View 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.

View 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}.