From: Eli Zaretskii Date: Sat, 14 Oct 2006 18:34:03 +0000 (+0000) Subject: * gdb.texinfo (Backtrace): Fix last change. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e7109c7e3b4c20776d9b9d1c97827f3a5a925f21;p=binutils-gdb.git * gdb.texinfo (Backtrace): Fix last change. --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index f35ea638d11..6e4716a68f6 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2006-10-14 Eli Zaretskii + + * gdb.texinfo (Backtrace): Fix last change. + 2006-10-14 Nick Roberts * gdb.texinfo (Backtrace): Order correctly and add other cases. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 40c960c07af..9c769f8beed 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -4469,7 +4469,8 @@ Similar, but print only the outermost @var{n} frames. @itemx bt full @itemx bt full @var{n} @itemx bt full -@var{n} -Print the values of the local variables also. +Print the values of the local variables also. @var{n} specifies the +number of frames to print, like described above. @end table @kindex where