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

patch for gdb.texinfo


Hello!

Could you please apply the following patch to gdb.texinfo.

Thank you in advance,
--mitya



--- gdb.texinfo.orig    Sun Jan 27 02:35:39 2002
+++ gdb.texinfo Sun Jan 27 02:35:41 2002
@@ -4699,7 +4699,7 @@
 @end example
 
 @noindent
-The command @code{info symbol 0x54320} yields similar results.
+The command @samp{info symbol 0x54320} yields similar results.
 @xref{Symbols, info symbol}.
 
 @item c
@@ -5584,23 +5584,23 @@
 
 @table @code
 @kindex mem
-@item mem @var{address1} @var{address1} @var{attributes}@dots{}
+@item mem @var{address1} @var{address2} @var{attributes}@dots{}
 Define memory region bounded by @var{address1} and @var{address2}
 with attributes @var{attributes}@dots{}.
 
 @kindex delete mem
 @item delete mem @var{nums}@dots{}
-Remove memory region numbers @var{nums}.
+Remove memory regions @var{nums}@dots{}.
 
 @kindex disable mem
 @item disable mem @var{nums}@dots{}
-Disable memory region numbers @var{nums}.
+Disable memory regions @var{nums}@dots{}.
 A disabled memory region is not forgotten.  
 It may be enabled again later.
 
 @kindex enable mem
 @item enable mem @var{nums}@dots{}
-Enable memory region numbers @var{nums}.
+Enable memory regions @var{nums}@dots{}.
 
 @kindex info mem
 @item info mem


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