From a5d7c4910bf19217802a5eb87a22f2dabe963fbd Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Mon, 14 May 2001 20:24:23 +0000 Subject: [PATCH] Remove stray @item's. --- gdb/doc/ChangeLog | 5 +++++ gdb/doc/gdbint.texinfo | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 2d85f4005d..d89b700ba2 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2001-05-14 Andrew Cagney + + * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item + (FRAME_ARGS_ADDRESS_CORRECT): Ditto. + 2001-05-12 Andrew Cagney * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in. diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 9dde61d3b4..3f6730bfb3 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -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}.