This is the mail archive of the gdb-patches@sourceware.cygnus.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

typo in annotate.texi


Hello!

Please apply this patch to annotate.texi.  The changed reference is
obviously wrong, despite it points to the valid node.

--dima


--- annotate.1.2.texi	Sat Mar 18 22:57:10 2000
+++ annotate.1.2.texi.new	Sat Mar 25 15:05:26 2000
@@ -58,7 +58,7 @@
 @node Annotations
 @chapter @value{GDBN} Annotations
 
-This chapter describes annotations in @value{GDBN}, the GNU symbolic debugger.
+This chapter describes annotations in @value{GDBN}, the @sc{gnu} symbolic debugger.
 Annotations are designed to interface @value{GDBN} to graphical user interfaces
 or other similar programs which want to interact with @value{GDBN} at a
 relatively high level.
@@ -398,7 +398,7 @@
 
 Then, if source is to actually be displayed for this frame (for example,
 this is not true for output from the @code{backtrace} command), then a
-@code{source} annotation (@pxref{Source}) is displayed.  Unlike most
+@code{source} annotation (@pxref{Source Annotations}) is displayed.  Unlike most
 annotations, this is output instead of the normal text which would be
 output, not in addition.
 @end itemize

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]