diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-05-14 20:24:23 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-05-14 20:24:23 +0000 |
commit | a5d7c4910bf19217802a5eb87a22f2dabe963fbd (patch) | |
tree | 655144c60c39cfa5ea8a01030a0b3c0b9582c512 /gdb | |
parent | 076dc439b84ce8260c97076036200f3501bff946 (diff) | |
download | gdb-a5d7c4910bf19217802a5eb87a22f2dabe963fbd.zip gdb-a5d7c4910bf19217802a5eb87a22f2dabe963fbd.tar.gz gdb-a5d7c4910bf19217802a5eb87a22f2dabe963fbd.tar.bz2 |
Remove stray @item's.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdbint.texinfo | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 2d85f40..d89b700 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -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. diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 9dde61d..3f6730b 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}. |