diff options
author | Fred Fish <fnf@specifix.com> | 1996-03-16 21:46:06 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1996-03-16 21:46:06 +0000 |
commit | d056cc31e18c640b90219b1161e26e73ba072ecb (patch) | |
tree | 06e952940b932eaaa5e0a3764fcc554b712285e8 /gdb/doc | |
parent | 1b5b958124f4cfe37672eacebc284194f0e21acf (diff) | |
download | gdb-d056cc31e18c640b90219b1161e26e73ba072ecb.zip gdb-d056cc31e18c640b90219b1161e26e73ba072ecb.tar.gz gdb-d056cc31e18c640b90219b1161e26e73ba072ecb.tar.bz2 |
* gdb.texinfo: Add missing "@bullet" to some "@itemize"
commands.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 7 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 0e822d9..ec07d04 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,9 +1,14 @@ +Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com> + + * gdb.texinfo: Add missing "@bullet" to some "@itemize" + commands. + Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) * gdb.texinfo (Print settings): Document `set/show print static-members' commands. -Wed Jan 10 14:16:37 1996 Fred Fish <fnf@fishpond.amigalib.com> +Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com> * gdbint.texinfo (Native): Document name change, coredep.c to core-aout.c. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index cf11c69..7628a5d 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -3487,7 +3487,7 @@ argument, this command is used to select a stack frame. This command prints a verbose description of the selected stack frame, including: -@itemize +@itemize @bullet @item the address of the frame @item @@ -4052,14 +4052,14 @@ in your program. Variables in expressions are understood in the selected stack frame (@pxref{Selection, ,Selecting a frame}); they must be either: -@itemize +@itemize @bullet @item global (or static) @end itemize @noindent or -@itemize +@itemize @bullet @item visible according to the scope rules of the programming language from the point of execution in that frame |