This is the mail archive of the gdb-cvs@sourceware.org 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]
Other format: [Raw text]

[binutils-gdb] gdb.texinfo (Specify Location): Fix syntax of filename:function.


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=9a284c9794a7589edc01b5701efe5406a27b5b4a

commit 9a284c9794a7589edc01b5701efe5406a27b5b4a
Author: Doug Evans <xdje42@gmail.com>
Date:   Mon Mar 2 08:33:10 2015 -0800

    gdb.texinfo (Specify Location): Fix syntax of filename:function.
    
    gdb/doc/ChangeLog:
    
    	* gdb.texinfo (Specify Location): Fix syntax of filename:function.

Diff:
---
 gdb/doc/ChangeLog   | 4 ++++
 gdb/doc/gdb.texinfo | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 2a84369..3608541 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-02  Doug Evans  <xdje42@gmail.com>
+
+	* gdb.texinfo (Specify Location): Fix syntax of filename:function.
+
 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
 
 	* gdb.texinfo (S/390 and System z Features): Describe new feature
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 19df52f..83473c8 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -7611,7 +7611,7 @@ of a valid expression).  In Pascal and Modula-2, this is
 This form specifies the address of the function's first instruction,
 before the stack frame and arguments have been set up.
 
-@item '@var{filename}'::@var{funcaddr}
+@item '@var{filename}':@var{funcaddr}
 Like @var{funcaddr} above, but also specifies the name of the source
 file explicitly.  This is useful if the name of the function does not
 specify the function unambiguously, e.g., if there are several


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