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, doc] Add missing escape character '@'


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

commit 5cf70512f835032c413f2554af07814e1dc05cd6
Author: Jiong Wang <jiong.wang@arm.com>
Date:   Wed Mar 8 11:14:41 2017 +0000

    [gdb, doc] Add missing escape character '@'
    
    gdb/doc/
            * gdb.texinfo (Memory Protection Extensions): Add missing escape
    	character "@".

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

diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index ed41c05..e6d4320 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,8 @@
+2017-03-08  Jiong Wang  <jiong.wang@arm.com>
+
+        * gdb.texinfo (Memory Protection Extensions): Add missing escape
+	character "@".
+
 2017-03-07  Walfred Tedeschi <walfred.tedeschi@intel.com>
 
 	* Memory Protection Extensions: Add information about inferior
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index ba56ab2..5cf0f97 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -22574,7 +22574,7 @@ continuing the execution.  For example:
 	$ print upper (a, b, c, d, 1)
 	Breakpoint 2, upper (a=0x0, b=0x6e0000005b, c=0x0, d=0x0, len=48)....
 	$ print $bnd0
-	{lbound = 0x0, ubound = ffffffff} : size -1
+	@{lbound = 0x0, ubound = ffffffff@} : size -1
 @end smallexample
 
 At this last step the value of bnd0 can be changed for investigation of bound


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